Skip to content
solscanner

Guide · Wallets

Solana wallet explorer guide: balances, tokens and history

A Solana wallet explorer shows the SOL balance, tokens, NFTs and transaction history of any public address in seconds, with no login. Paste an address into our lookup tool to follow along, and never paste a seed phrase anywhere.

Regulated exchange · FinCEN & FCA registered · since 2013 Updated · 7 min read

Hand holding a phone with a Solana wallet explorer showing an address balance

Address length

32–44 characters

Token account rent

0.00148844 SOL

History per RPC call

Up to 1,000 txs

Login needed

None

A Solana wallet explorer is any explorer page that shows what a single address holds and what it has done: SOL balance, SPL tokens, NFTs, stake and a paginated transaction history. On Solana, that data is public by design, so you can look up your own wallet, a friend’s, a project treasury or a scammer’s address without signing in. This guide explains what each part of a wallet page means, how token accounts work, how to track several wallets, what TipLink addresses look like on chain, and which explorer is best for which wallet job. Keep our lookup tool open in another tab and try it on your own address as you read.

What a Solana wallet explorer shows for any address

A wallet page shows the account’s SOL balance, the tokens and NFTs it owns, and a list of transaction signatures that touched it. It also shows the account’s owner program and whether it is executable.

On Solana, every address is a 32-byte public key, written in base58 as 32 to 44 characters. A normal wallet is an account owned by the System Program that holds SOL. Paste one into an explorer and the top card gives you the balance in SOL (1 SOL = 1,000,000,000 lamports), usually with a USD estimate. Below it, tabs split the rest: tokens, NFTs, transactions, sometimes staking and DeFi positions.

It helps to know what you are looking at before you trust the numbers. If the page says “Program” or “Executable: yes”, you are looking at a smart contract, and our program explorer guide is the better reference. If it says “Mint”, you pasted a token address; head to the token explorer guide. The Solana accounts documentation explains the account model in full.

SPL tokens and associated token accounts

Your tokens do not sit inside your wallet account. Each token balance lives in a separate token account that your wallet owns, and explorers gather those accounts into a single tokens tab.

The default one is the associated token account (ATA). Its address is derived from your wallet address plus the token’s mint address, so there is exactly one predictable ATA per wallet per token. That is why a sender can pay you USDC without asking for a second address: their wallet computes your ATA and creates it if it does not exist yet. Creating a 165-byte token account costs a rent deposit of 0.00148844 SOL at current live rates. You get the deposit back if you empty and close the account, which is why “close empty token accounts” tools exist.

On the explorer, the tokens tab lists each token with its mint, balance and sometimes a USD value. Click through to the token account and you will see its owner (your wallet) and its mint. The RPC method behind this list is getTokenAccountsByOwner. Tokens created with Token-2022 live under a different program, and good explorers list both side by side.

Warning: an explorer will never ask for your seed phrase or private key, and no support agent needs them. Addresses are public; secrets are not. If a site, DM or "wallet sync" pop-up asks for your 12 or 24 words, close it. Anyone with those words controls every account in the wallet.

NFTs on the wallet page

NFTs show up as token accounts with a balance of one, plus Metaplex metadata that gives them a name and image. Explorers render them in a separate NFT or collectibles tab.

Solscan shows collection names and images in its NFT tab, while Solana Explorer lists the raw token accounts and metadata. Compressed NFTs do not use token accounts at all, so their display depends on the explorer’s indexer. For floor prices, rarity and ownership history, see our Solana NFT explorer guide, which owns that topic.

Reading a Solana wallet transaction history

A wallet’s transaction history is a reverse-chronological list of every transaction signature that included the address. Each row links to a full transaction page.

Under the hood, explorers call getSignaturesForAddress, which returns between 1 and 1,000 signatures per request, newest first, and then page backwards. Busy wallets can have hundreds of thousands of rows, so filters matter. Solscan separates SOL transfers, token transfers and DeFi activity into tabs and offers CSV export from its Transfers tab, with data starting on 7 July 2021. Orb, launched by Helius on 29 October 2025, uses Helius archival data and supports slot and time filtering plus spam filtering, which makes long histories much easier to scan.

One subtlety trips people up: token transfers are recorded against the token account, not always the wallet. Some explorers merge both views and some do not, so if a USDC payment seems to be missing from a wallet’s history, open the USDC token account’s history instead. To understand what any single row means, the transaction guide walks through every field on a transaction page. If you need history for accounting, the tax and CSV export guide covers which exports include historical USD values.

Why a balance looks wrong in a Solana account explorer

When an explorer shows a different balance from your wallet app, the explorer is almost always reading the chain correctly and the difference is about what each one counts. Four causes cover nearly every case.

The first is staked SOL. Delegated SOL sits in separate stake accounts that your wallet has authority over, so it does not appear in the main SOL balance on the account page. Look for a staking or stake-accounts tab, or check the stake account addresses your wallet shows. The validator and staking guide explains how rewards land in those accounts. The second is rent: every token account you hold locks a small deposit, and wallets sometimes hide it. The third is the cluster. An address has separate, unrelated balances on mainnet, devnet and testnet, so a devnet airdrop will never show on a mainnet explorer. The fourth is USD pricing: explorers and wallets use different price sources, so dollar totals can differ even when the token amounts match exactly. Compare token amounts, not dollar values, when you are checking whether something arrived.

Labels, tags and knowing who owns an address

Labels are names an explorer attaches to well-known addresses, such as exchanges, protocol treasuries or program accounts. They are the explorer’s opinion, not on-chain data.

Solscan documents a labeling feature and shows tags next to known addresses, which is handy when a counterparty turns out to be a DEX pool or an exchange deposit wallet. Orb’s reverse search helps you find accounts related to one you are looking at. Treat labels as a hint. A missing label does not make an address safe, and scammers sometimes pick vanity addresses that start or end with the same characters as a real one. Always compare the full address, not only the first and last four characters.

Privacy: your Solana address is public

Everything on a wallet page is visible to anyone who has the address. There is no privacy setting on a public blockchain.

That has two practical consequences. First, once you share an address (on a profile, an invoice or a donation page), anyone can see your balance and every counterparty you have dealt with. Consider using a separate wallet for public payments. Second, a visible balance can attract targeted phishing, often in the form of spam tokens or fake airdrop NFTs that link to a draining site. Do not click links embedded in token names, and do not sign transactions from sites you reached through them. Reading an explorer is always safe. Signing is where the risk starts.

To watch several wallets, bookmark their explorer pages or use a watchlist. For links such as TipLink, the underlying wallet is an ordinary address you can look up like any other.

Solscan offers a watchlist and a notification bot, so you can follow a handful of addresses and get alerts on activity. For quick checks, a bookmark folder of explorer URLs works on any site, including ours: each lookup in our free wallet lookup has its own URL. For a portfolio view across many wallets, wallet apps and portfolio trackers do a better job than explorers.

TipLink lets you send crypto as a link: the link controls a normal Solana wallet, and whoever opens it can claim or move the funds. On an explorer, that wallet is just an address with a SOL or token balance. After you send a TipLink, you can look up its address to confirm it was funded and later see when the recipient swept it. Keep the link itself private, since it is effectively the key.

Which Solana wallet explorer to use: Solscan, Orb or Solana Explorer

For wallets, Solscan is the most complete, Orb is the easiest to read, Solana Explorer is the neutral official view, and our tool is the quickest no-frills check. Pick by job, not by habit.

ExplorerBest wallet featureWatch out for
SolscanTabs, labels, CSV exportDense for beginners
Orb (Helius)Spam filter, time filtersNewer, still evolving
Solana ExplorerRaw accounts, Token-2022 tabFewer summaries
SolscannerInstant check, no accountFewer extras

Solscan’s wallet explorer is the one most people know, and its separate tabs for tokens, NFTs and transfers make it the default for detailed audits. Orb’s plain-language explanations help when a wallet interacts with many DeFi programs. Solana Explorer, maintained by the Solana Foundation and open source on GitHub, shows the raw account data with no editorial layer. Our tool reads straight from public RPC nodes in your browser, so it is best for a fast balance and recent-activity check. For a full ranking with scores, see the best Solana explorers list.

By the Solscanner research deskUpdated · Review methodology

Frequently asked questions

How do I check a Solana wallet balance?

Copy the wallet's public address (32 to 44 base58 characters) and paste it into a Solana explorer such as our lookup tool, Solscan or Solana Explorer. The account page shows the SOL balance at the top and lists SPL tokens in a separate tab. No login or wallet connection is needed, because balances are public data on the Solana blockchain.

Can someone steal my crypto if they know my Solana address?

No. A public address only lets people view your balance and history or send you funds. Spending requires your private key or seed phrase. The real risk is privacy: anyone can follow your activity, and scammers use visible balances to target people. Never type a seed phrase into an explorer, a support chat or any website that asks for it.

Why do I see tokens in my wallet that I never bought?

Anyone can send tokens to any address, so spam and scam tokens are common on Solana. They often carry a fake website link in the name. Do not interact with them or visit the link. Explorers like Orb filter spam automatically, and most wallets let you hide unknown tokens. Burning or closing the empty token account can also return its rent.

What is an associated token account?

An associated token account (ATA) is the default account that holds one specific token for one wallet. Its address is derived from the wallet address and the token mint, so every wallet has one predictable ATA per token. Creating one costs a rent deposit of 0.00148844 SOL, which you get back if the account is emptied and closed.

Can I see the history of a TipLink wallet?

Yes. A TipLink is a link that controls an ordinary Solana wallet, so its public address works in any explorer like any other account. You can check the balance, see whether the link was claimed and follow where the funds went. Only share the link itself with the intended recipient, because whoever holds the link can move the funds.

Partner link

Track a wallet in seconds

Paste any Solana address into our lookup tool for its live balance, tokens and recent history.

Open account

Takes a few minutes · ID verification required

Our partner exchange, CEX.IO, has operated since 2013. It is registered with FinCEN as a Money Services Business, holds money transmitter licences in 38 US states plus DC, is registered with the UK FCA (FRN 1007192) and is PCI DSS Level 1 certified. Availability depends on your country. Crypto is volatile: only invest what you can afford to lose.

Keep exploring

Related guides and reviews from the index