A Solana NFT explorer answers three questions quickly: is this NFT real, who has owned it, and what is it worth right now. No single site answers all three well. On-chain explorers like Solscan and Orb by Helius are best for ownership, metadata and history, while marketplaces such as Magic Eden and Tensor are the source for floor prices and listings. This guide shows which tool to open for each job, how Solana NFT standards differ, and how to spot a copycat collection before you buy.
What does a Solana NFT explorer actually show?
An NFT explorer shows the on-chain record of a single asset: its mint or asset address, current owner, collection, creators, royalty settings, metadata URI and a list of transactions. That is the part nobody can fake, and it is where you should start.
On Solana, an NFT is not one thing. A classic NFT built with Metaplex Token Metadata is an SPL token with a supply of one and zero decimals, plus a metadata account and a master edition account. The explorer stitches these accounts together for you. When you paste the mint address, the page usually shows the image and name at the top, then tabs for attributes, activity and raw metadata. If you already know how a normal token page works, the token explorer guide covers mint authority and holder lists in more depth; an NFT page is the same idea with a supply of one.
The fields worth reading every time are the update authority (who can still change the metadata), the verified collection (the collection key that the collection owner signed), the creators array with its verified flags, and the seller fee in basis points, which is the royalty the creator asked for. Solscan lists NFT data in its NFT Dashboard and on each token page; Solana Explorer shows the same accounts in a more raw form.
Which explorers show NFT data on Solana?
Solscan and Orb are the two explorers most people use for NFTs in 2026, with Solana Explorer as the neutral fallback. All three are free and need no account.
| Tool | Type | Best for | Mobile |
|---|---|---|---|
| Solscan | On-chain explorer | Activity, holders, NFT dashboard | Good |
| Orb (Helius) | On-chain explorer | Readable history, spam filter | Good |
| Solana Explorer | On-chain explorer | Raw accounts, metadata JSON | Fair |
| Magic Eden | Marketplace | Listings, floor, sales | Good |
| Tensor | Marketplace | Bids, floor, pro trading | Good |
Solscan, owned by Etherscan since January 2024, is the most complete general option: its NFT Dashboard, activity tab and labels make it easy to follow a piece across wallets. Orb, launched by Helius on 29 October 2025, adds plain-language explanations of transactions and filters spam, which matters a lot for NFTs because wallets get flooded with unsolicited airdrops. Solana Explorer, run by the Solana Foundation, is the place to see exactly what is stored on chain without any styling.
Marketplaces are data sources, not explorers. Magic Eden and Tensor read the same chain but add order books: active listings, bids and recent sales. If you want a ranked view of general explorers, see our best Solana explorers for 2026.
Which explorer tracks NFT floor prices and rarity?
Floor prices are tracked by marketplaces, not by the chain. The floor is the lowest active listing for a collection, so Magic Eden and Tensor are the primary sources, and any explorer or aggregator that shows a floor is pulling it from them.
This has a practical consequence. A floor on one marketplace can differ from the floor on another, because listings are not always shared. Before you judge a price, check both venues and look at recent sales, not just listings. A thin collection with three listings can show a floor that nobody has actually paid in weeks.
Rarity is a separate layer. Rarity scores are calculated off chain from the attributes in the metadata JSON: the fewer NFTs share a trait, the rarer it is. Marketplaces show their own rank on each item, and dedicated rarity sites such as HowRare.is have long been used in the Solana community. Methods differ, so the same NFT can rank differently on two sites. Treat rarity analytics as a guide for comparing items within one collection, not as a price.
Tip: Before paying a premium for a “rare” trait, open the NFT in an explorer and read the metadata JSON yourself. If the trait is in the file, it is real. If a site shows a trait the metadata does not contain, the ranking is wrong.
How to check NFT ownership history on Solana
Ownership history is the list of transactions that touched the NFT: mint, listing, delisting, sale, transfer and burn. Open the mint address in Solscan or Orb and use the activity or transfers view to read it from newest to oldest.
For a classic Token Metadata NFT, each transfer moves the single token between token accounts, so the history is easy to follow. Click any row to open the full transaction; our transaction explorer guide explains how to read the instructions and balance changes. A sale usually shows a marketplace program, a SOL payment to the seller, a royalty payment to the creators and a marketplace fee.
To follow a collector rather than one item, open their address instead. The wallet explorer guide covers how to filter a wallet history by token type. Orb’s spam filtering helps here, since many NFT wallets hold dozens of junk airdrops. If you only need to confirm the current owner quickly, paste the mint address into our lookup tool and read the largest token account.
Compressed NFTs are different
Compressed NFTs (cNFTs), created with the Metaplex Bubblegum program, do not use a normal token account per item. Their data is stored as a hash in a Merkle tree, and ownership changes update the tree. That makes minting millions of items cheap, but it also means an explorer needs an indexer that supports the Digital Asset Standard (DAS) API to show them. Solscan and Orb handle cNFTs; a basic RPC lookup does not show the owner directly. The address you search for is the asset ID, not a mint.
Metadata and metadata updates: Token Metadata vs Metaplex Core
Metadata is the name, symbol, image link and attributes that make an NFT recognisable. Who can change it, and where it is stored, depends on the standard used at mint.
Metaplex Token Metadata (program metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s) is the original standard. It stores name, symbol, URI, creators and royalty in a metadata account linked to the mint. The URI points to a JSON file, often on Arweave or IPFS, with the image and attributes. If the update authority is set and the isMutable flag is true, that authority can change the URI at any time, which effectively swaps the art or traits.
Metaplex Core (program CoREENxT6tW1HoK8ypY1SxRMZTcVPm7R94rH4PZNhX7d) is the newer standard. Metaplex describes it as a single-account design: one account per asset instead of three or more, a plugin system for royalties, freezing and attributes, and a mint cost of about 0.003 SOL against roughly 0.022 SOL for Token Metadata. On an explorer, a Core asset shows up as one account owned by the Core program, with plugins listed as fields.
How do you spot a metadata update? Open the metadata account (or the Core asset) and look through its transaction list for update instructions. Each one is signed by the update authority and dated. A collection that changed its URI a week after mint deserves a closer look; a collection whose metadata is immutable cannot be altered later. The same authority logic applies to program upgrades, covered in our program explorer guide.
Candy Machine program IDs and how mints appear on chain
Candy Machine is the Metaplex program most Solana collections use to run a mint: it holds the list of items and releases them one by one, while a Candy Guard program enforces rules such as start date, price, allowlists and per-wallet limits.
Knowing the program IDs lets you confirm a mint page is talking to the real Metaplex contracts and not a drainer. Current IDs from the Metaplex repositories:
- Candy Machine V3: CndyV3LdqHUfDLmE5naZjVN8rBZz4tqhdefbAnjHG3JR with Candy Guard Guard1JwRhJkVH6XZhzoYxeBVQe872VH6QggF4BWmS9g
- Core Candy Machine: CMACYFENjoBMHzapRXyo1JZkVS6EtaDDzkjMrmQLvr4J with Core Candy Guard CMAGAKJ67e9hRZgfC5SFTbZH8MgEmtqazKXjmkaJjWTJ
Metaplex marks the legacy Candy Machine as deprecated, so new projects should use V3 or the Core version. The source code lives in the mpl-candy-machine and mpl-core-candy-machine repositories.
When your wallet asks you to approve a mint, simulate it or read the program list in the approval screen. A legitimate mint calls a Candy Guard, then the Candy Machine, then Token Metadata or Core. A transaction that instead calls an unknown program and moves tokens you did not expect is a red flag. After the mint, the explorer shows the NFT with the Candy Machine as the minting program in its first transaction.
Best free NFT explorer options on mobile
On a phone, the best free NFT explorer is usually Solscan or Orb in the mobile browser, and the marketplace app for price checks. None of them require signup.
Orb was built mobile-friendly from the start and its spam filter hides junk NFTs, which makes scrolling a large wallet bearable. Solscan’s mobile layout is dense but complete: you get the same activity tabs as on desktop. Solana Explorer works on a phone too, though its raw account view is better suited to a large screen. For comparisons across devices and features, our Solscan vs Solana Explorer comparison goes through the details.
A practical mobile routine: copy the mint from your wallet’s NFT detail screen, open it in Orb or Solscan to check the collection and owner, then open the same item on Magic Eden or Tensor to see listings and recent sales. That takes under a minute and covers both the on-chain truth and the market view.
How to spot a fake Solana NFT collection
A fake collection copies the name and art of a real one but cannot copy its verified collection address or original creators. Always verify by address, never by name or picture.
- Get the collection address from the source. Use the project’s official website or X account, then compare it with the verified collection field on the explorer page. Marketplaces also mark verified collections, but the address is the final word.
- Check the creators and update authority. The first creator on a genuine collection is typically the project’s own address or its Candy Machine. A random wallet that minted a week ago is suspicious.
- Look at the first transactions. A collection that claims to be from 2022 but whose first mint is from last Tuesday is a copy.
- Be careful with airdropped NFTs. Unsolicited NFTs that link to a “claim” site are a common drainer trick. Do not visit the link and do not sign anything; Orb and Solscan tend to flag or hide these.
- Compare holder counts. A real blue-chip has thousands of holders spread across many wallets. A fake often has a handful of wallets holding most items.
The same address-first habit protects you with fungible tokens too, which is why we keep a list of verified token mint addresses for the big names.
Which tool should you open first?
Open an on-chain explorer first and a marketplace second. The explorer tells you what is true: owner, collection, authority and history. The marketplace tells you what people will pay.
For quick daily use, Orb is the friendliest on mobile and Solscan is the most complete on desktop. Use Solana Explorer when you need the raw metadata account exactly as stored, and use the Metaplex developer documentation if you want to understand what each field means. If you mostly trade memecoins alongside NFTs, the DeFi and DEX explorer guide covers pairs, pools and swap history in the same practical style.
By the Solscanner research deskUpdated · Review methodology