What Is Solscan?
Definition
Solscan is the primary block explorer for Solana — a web tool where you can search any token, wallet, transaction, or program on the Solana blockchain.
Solscan (solscan.io) is to Solana what Etherscan is to Ethereum — the go-to tool for looking up anything on-chain.
- Token info — mint address, total supply, holders count, metadata (name, symbol, image)
- Authority status — is mint authority active or revoked? Is freeze authority active?
- Wallet balances — all tokens held by any wallet address
- Transaction details — status, fee, instructions, and accounts involved
- Program interactions — which Solana programs (Metaplex, Token, Raydium) were called
- Top holders — distribution of token ownership across wallets
After creating a token on CoinDevTools, you can immediately verify it on Solscan: 1. Search your mint address → confirms token exists with correct supply 2. Check authorities → confirms mint/freeze are revoked (if you revoked them) 3. Check pool creation → confirms Raydium pool is live 4. Share the Solscan link → gives your community a trustworthy verification source
Try it yourself
No code required. Connect a wallet and get started in minutes.
Create and Verify on SolscanRelated Terms
Block Explorer
A block explorer is a web tool that lets you search and view all transactions, addresses, tokens, and smart contracts on a blockchain — like a search engine for on-chain data.
SPL Token
An SPL token is the standard fungible token format on the Solana blockchain, equivalent to ERC-20 on Ethereum.
Mint Authority
The mint authority is the wallet address authorized to create new tokens for an SPL token on Solana. Revoking it permanently locks the token supply.
Freeze Authority
The freeze authority is the wallet address that can freeze (prevent transfers of) any token account for an SPL token on Solana.