SolTokenCreator
tutorials7 min readMarch 7, 2026

How to Verify Your Solana Token on Explorers

Learn how to find and verify your Solana token on Solscan and Solana Explorer. Fix missing tokens, wrong images, and metadata display issues.

To verify your Solana token on a blockchain explorer, copy your token's mint address and paste it into Solscan.io or Explorer.solana.com. The explorer will display your token's name, symbol, supply, decimals, logo, and authority settings. If your token was created correctly with proper metadata, all details should appear within seconds of creation.

Why Should You Verify Your Solana Token on an Explorer?

Verifying your token on a blockchain explorer confirms that your token was created successfully and that all metadata displays correctly. Explorers serve as the public record of your token — investors, traders, and DEX platforms all reference explorer data when evaluating tokens. If your metadata is wrong or missing on explorers, your token will appear untrustworthy and may not display correctly on wallets and DEX interfaces.

After you create your token using a no-code tool like SolTokenCreator.io, verification should be your immediate next step before proceeding to add liquidity on Raydium or listing on Jupiter.

How to Find Your Token on Solscan

Solscan is the most widely used Solana blockchain explorer. To find your token, follow these steps.

Step 1: Copy Your Mint Address

After creating your token with SolTokenCreator.io, you receive a mint address — a Base58-encoded string like EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v. Copy this address from the creation confirmation screen or from your wallet's token list.

Step 2: Search on Solscan

Visit solscan.io and paste the mint address into the search bar. Press Enter. Solscan will display your token's detail page showing name, symbol, supply, decimals, current holders, and recent transactions.

Step 3: Check the Token Tab

Click the "Token" tab to see metadata details including the token logo, description, and social links. If you used the SPL Token Creator with proper metadata configuration, all fields should populate correctly.

How to Find Your Token on Solana Explorer

Solana Explorer is the official explorer maintained by the Solana Foundation. While less feature-rich than Solscan for token analysis, it provides authoritative verification of on-chain data.

Visit explorer.solana.com and paste your mint address in the search field. The explorer shows your token's program (Token Program or Token-2022 Program), mint authority status, freeze authority status, supply, and decimals. This is the best place to confirm your authority settings are correct.

If you created your token on devnet for testing, select "Devnet" from the cluster dropdown at the top of the page before searching. Our token generator supports free devnet testing so you can verify everything before deploying to mainnet.

What to Check When Verifying Your Token

A thorough verification covers several key areas.

Token Identity

Confirm your token name, symbol, and description match what you intended. These come from your Metaplex metadata, which is set during token creation. If something is wrong, you can update it as long as your metadata is still mutable — see our metadata guide for instructions.

Supply and Decimals

Verify the total supply and decimal places are correct. Solana tokens typically use 9 decimals. If you set 1,000,000 tokens with 9 decimals, the raw supply on the explorer will show as 1,000,000,000,000,000. Read our guide on token supply and decimals to understand how these numbers work.

Authority Status

Check whether mint authority and freeze authority are active or revoked. For most projects, revoking these authorities signals trust to investors. On Solscan, look for "Mint Authority" and "Freeze Authority" fields — they should show "Disabled" if revoked, or display the authority wallet address if still active.

Your token logo should display as a small icon next to the token name. Social links (website, Twitter, Telegram, Discord) should appear in the token profile section. These are pulled from the metadata URI you set during creation.

Troubleshooting: Token Not Showing on Explorer

If your token does not appear on the explorer, several common issues may be the cause.

Transaction Not Confirmed

Solana transactions typically confirm in under a second, but during network congestion, confirmation can take longer. Wait 30-60 seconds and refresh the explorer page. You can also check the transaction signature to see if the creation transaction was successful.

Wrong Network Selected

If you created your token on devnet but are searching on mainnet (or vice versa), the token will not appear. Make sure the explorer's network selector matches where you deployed. This is one of the common token creation mistakes new creators make.

Metadata Not Loading

Token logos and names may take a few minutes to appear on third-party explorers because they need to fetch and cache the metadata JSON from the URI. If the name shows as "Unknown Token," wait a few minutes and refresh. If the logo is missing, verify that your image URL is accessible and returns a valid image file.

Incorrect Mint Address

Double-check that you copied the correct mint address. Your wallet may show multiple token accounts — you need the mint address (the token's program address), not your token account address (which holds your balance).

How to Verify Token Standard

Your explorer will show whether your token uses the original SPL Token Program or the newer Token-2022 Program. On Solscan, this appears under "Program" in the token details. Understanding which standard your token uses affects compatibility with DEXs and wallets — see our SPL vs Token-2022 comparison for details.

Sharing Your Verified Token

Once verified, you can share direct links to your token on explorers with your community. The URL format is:

  • Solscan: https://solscan.io/token/{mint_address}
  • Solana Explorer: https://explorer.solana.com/address/{mint_address}

These links help build trust since anyone can independently verify your token's supply, authorities, and metadata. Include these links in your website, social media profiles, and community channels as part of your marketing checklist.

For questions about the verification process, check our FAQ or review the complete token creation cost breakdown to understand what you are paying for when creating a token at 0.5 SOL with SolTokenCreator.io. Each authority revocation costs an additional 0.1 SOL.

Frequently Asked Questions

How long does it take for my token to appear on Solscan?

Your token appears on Solscan almost immediately after the creation transaction confirms on the Solana blockchain, typically within 1-2 seconds. However, metadata like the token logo and description may take 2-5 minutes to load because Solscan needs to fetch and cache the metadata JSON from the external URI.

Why does my token show as "Unknown Token" on the explorer?

This usually means the explorer has not yet fetched your token's metadata. Wait a few minutes and refresh. If the issue persists, verify that your metadata URI is publicly accessible and returns valid JSON with the correct name, symbol, and image fields. You can check this with our metadata guide.

Can I update my token information on explorers?

You cannot directly edit explorer listings. Explorers pull data from the blockchain and your metadata URI. To update displayed information, update your on-chain metadata using the metadata update authority — this only works if you kept your metadata mutable during creation. See our guide on creating tokens without coding for details.

Do I need to verify my token on both Solscan and Solana Explorer?

No separate verification is needed. Both explorers automatically read data from the Solana blockchain. Once your token is created and metadata is set, it appears on all explorers automatically. However, checking both is good practice to ensure consistent display across platforms.

My token logo is not showing — how do I fix it?

Token logos are loaded from the image URL in your metadata JSON. Ensure the image URL is publicly accessible, returns a direct image file (PNG or JPG, not an HTML page), and the file size is under 100KB for fastest loading. If you used our meme coin creator, the logo upload is handled automatically.

What is the difference between mint address and token account?

The mint address is your token's unique identifier on the Solana blockchain — it is the same for everyone. A token account is a wallet-specific account that holds a balance of that token. When searching on explorers, always use the mint address to view token details, not your personal token account address.

Ready to create a verified, professional Solana token? Visit SolTokenCreator.io to launch your token in under 5 minutes with proper metadata that displays perfectly on all blockchain explorers.

Share:
By Sol Token Creator

Ready to Create Your Token?

Launch your Solana token in minutes — no coding required.

Related Articles

How to Verify Your Solana Token on Explorers