Skip to content
Get started

Fourteen chains

The right explorer depends on the chain

A generic explorer will happily show you technically correct data in a form that means nothing. Each page below covers the explorers that model that chain properly, and the one structural quirk that catches people out on it.

Bitcoin

BTC

UTXO · 2009 · about 10 minutes

Bitcoin has no accounts and no balances. An address is a label on a pile of unspent outputs, and explorers have to add them up for you.

Top picks mempool.space · Blockchair · Blockstream.info

Ethereum

ETH

Account · 2015 · 12 seconds

Most of what happens on Ethereum happens inside contract calls, so a transaction that looks like it moved nothing may have moved a great deal.

Top picks Etherscan · Blockscout · Blockchair

Solana

SOL

Account · 2020 · about 400 milliseconds per slot

A single Solana transaction can carry many instructions across several programs, and failed transactions are still recorded on chain.

Top picks Solscan · Solana Explorer · 3xpl

Tron

TRX

Account · 2018 · 3 seconds

Tron charges in energy and bandwidth rather than a single gas figure, so the fee you see is not the fee you paid.

Top picks Tronscan · OKLink · 3xpl

Base

ETH

Account · 2023 · 2 seconds

Base is a rollup, so a transaction is only really final once its batch is posted to and settled on Ethereum — two timestamps, not one.

Top picks BaseScan · Blockscout · Routescan

TON

TON

Actor · 2020 · about 5 seconds

TON is asynchronous. One user action becomes a chain of messages between contracts, and a naive explorer shows you only the first hop.

Top picks Tonviewer · Tonscan · OKLink

Dogecoin

DOGE

UTXO · 2013 · about 1 minute

Dogecoin has no supply cap — 10,000 DOGE is issued per block forever — so the circulating supply changes every minute.

Top picks Dogechain.info · Blockchair · BlockCypher

BNB Smart Chain

BNB

Account · 2020 · under 1 second

Low fees mean enormous volumes of spam and scam tokens, so an address page here needs filtering more than any other EVM chain.

Top picks BscScan · OKLink · Blockscout

Polygon

POL

Account · 2020 · about 2 seconds

Polygon PoS checkpoints to Ethereum periodically, so “confirmed” on Polygon and “settled on Ethereum” are minutes apart.

Top picks PolygonScan · Blockscout · OKLink

XRP Ledger

XRP

Account · 2012 · 3 to 5 seconds per ledger

Exchanges share one deposit address and separate customers by destination tag. Omit the tag and the funds land nowhere useful.

Top picks XRPSCAN · Blockchair · Tokenview

Cardano

ADA

eUTXO · 2017 · about 20 seconds

Cardano separates payment keys from stake keys, so one wallet has several addresses that all share a single staking history.

Top picks Cardanoscan · Blockchair · Tokenview

Litecoin

LTC

UTXO · 2011 · about 2.5 minutes

MWEB transactions are confidential by design, so a normal explorer can show that value entered the extension block but not where it went.

Top picks litecoinspace.org · Blockchair · BlockCypher

Monero

XMR

UTXO · 2014 · about 2 minutes

Amounts, senders and recipients are all hidden. An explorer can confirm a transaction exists, and essentially nothing else.

Top picks xmrchain.net · Blockchair

Sui

SUI

Object · 2023 · sub-second for simple transfers

Everything on Sui is an object with an owner. Balances are derived from objects, not stored, which breaks account-style explorers.

Top picks Suiscan · 3xpl

Why state models matter more than logos

Every chain page on this site opens with a state model, because that single property determines more about how you read an explorer than anything else. There are essentially five in use across the networks we cover, and once you can recognise them the interfaces stop being surprising.

UTXO

Coins live as discrete unspent outputs; balances are calculated, not stored.

Bitcoin · Dogecoin · Litecoin · Monero

Account

Each address holds a running balance that transactions debit and credit.

Ethereum · Solana · Tron · Base · BNB Smart Chain · Polygon · XRP Ledger

eUTXO

Unspent outputs extended with datums and scripts, so outputs carry logic.

Cardano

Object

State is a graph of owned objects rather than a table of balances.

Sui

Actor

Contracts are independent actors that communicate by asynchronous message.

TON

The practical consequence is that the same word means different things across these models. "Balance" is a stored number on an account chain and a computed sum on a UTXO chain. "Confirmed" means a block on Bitcoin, a slot on Solana, and a sequencer receipt on a rollup that has not yet settled to Ethereum. Our guide on checking confirmations works through where those differences actually bite.

The second recurring theme is asynchrony. On TON, NEAR, Polkadot and every rollup, one user action becomes several on-chain records with different identifiers, and searching for the wrong one on the wrong chain is the single most common reason people believe funds have vanished. It is nearly always a lookup problem rather than a loss.

What each chain page covers

The same four things, in the same order, so you can move between them without relearning the layout.

First, the explorers that handle that chain properly, ranked, with a line on what each one is actually for rather than a feature list. Second, the structural quirk that catches people out — the thing that is true of this chain and not of others, and that no explorer explains on the page where it bites. Third, the practical consequences of that quirk for anyone sending or receiving value. And fourth, the chain-specific version of questions people ask everywhere: how many confirmations, why did this cost what it cost, where did my tokens go.

We have deliberately not written the same page fourteen times with the names changed. The Bitcoin page spends most of its length on the fee market and change outputs, because those are what Bitcoin users actually hit. The TON page is mostly about asynchronous messages, because that is what breaks on TON. The Monero page is largely about what an explorer cannot show you, because that is the honest subject.

Which chains are missing, and why

Fourteen is not an attempt at completeness and it is not a ranking of importance. It is the set where two conditions hold: there is real search demand for explorer information, and there is something genuinely worth saying about how the chain reads.

Several large networks are absent for the second reason. Most EVM chains read identically to Ethereum — same addresses, same tooling, same explorer behaviour — so a separate page would be the Ethereum page with a different chain ID. Where an EVM chain does differ in a way that matters, such as Base settlement or Polygon checkpointing, it gets its own page.

Others are covered inside a review rather than a chain page. Avalanche's three-chain architecture is explained in our Snowtrace review, Polkadot's governance and XCM in Subscan, NEAR's receipt trees in NearBlocks, Starknet's account abstraction in Starkscan, and Hedera's service model in HashScan. The explanation exists; it just lives next to the tool rather than on its own page.

If a chain you care about is missing and there is something specific about reading it that we have not covered, tell us. We add pages when there is something to say, not to fill a list.

The mistake that spans every chain here

One pattern appears on more of these pages than any other, and if you take a single thing from this hub it should be this.

Whenever a system is asynchronous or spans two chains, one user action becomes several on-chain records with different identifiers. The identifier does not carry across. So searching for the hash you were given, on the chain you think you are on, returns nothing — and the reasonable conclusion is that the funds have vanished.

They almost never have. It happens on Base and every other rollup, where a deposit on Ethereum and its credit on the rollup are separate transactions. It happens on TON, where one action becomes a chain of messages. It happens on Polkadot with XCM transfers, on NEAR with receipt trees, and on Avalanche when you move between its three chains.

The fix is always the same: establish which chain you are actually on, and find the tool that links both halves. Some explorers do this explicitly — Arbiscan's cross-chain message tracker and Subscan's XCM view are the two clearest examples. Most do not, and leave you to match by amount and timestamp.

Before concluding that anything is lost, check that you are searching for the right identifier on the right chain. In our experience that explains the overwhelming majority of these cases, and it takes under a minute.

About these pages

Why does each blockchain need a different explorer?

Because the chains store state differently. Bitcoin has unspent outputs and no balances. Cardano has outputs carrying scripts. Sui has owned objects. TON has asynchronous actors. An explorer written for one model produces technically accurate but meaningless output on another.

Is there one explorer that covers every chain?

No, and the ones that come closest trade depth for breadth. Blockchair covers twenty chains well, 3xpl around thirty quickly, and Tokenview over a hundred shallowly. For any single chain, a specialist beats all three.

Which chains can I look up directly on this site?

Bitcoin, Ethereum, Solana, Dogecoin, XRP Ledger, Cardano, Litecoin, Monero — using keyless public node APIs. The others need an API key we have deliberately not made a requirement.