The short answer
A blockchain explorer is a website that reads a public blockchain and lets you search it by address, transaction hash or block number, without running your own node. It is a viewer and a search engine. It is not a wallet, it cannot move or recover funds, and it has no relationship with your accounts.
The basic idea
A public blockchain is a shared record of transactions that anyone can read. That sounds like it ought to make looking things up easy, and in a narrow sense it does — the data is right there, nobody can stop you reading it, and no permission is required. The difficulty is that the data is stored in a format designed for computers to verify rather than for people to browse.
To read a blockchain directly you would run a node: a program that downloads the entire history, checks that every block follows the rules, and keeps a local copy. For Bitcoin that is comfortably over 700 gigabytes and several days of initial synchronisation. For Ethereum with full history it runs into terabytes. Most people, quite reasonably, are not going to do that in order to check whether a payment arrived.
A blockchain explorer is somebody else who has already done it. They run the nodes, they write everything into a database organised for searching rather than for verification, and they put a website in front of it. You type in a transaction ID and get a readable page back.
That is genuinely all it is. The reason it feels more mysterious than that is partly the vocabulary and partly the fact that most explorers were built by engineers for engineers, and assume you already know what a change output is or why the amount shown is not the amount sent.
What you can look up
Three kinds of thing, and almost every explorer is organised around them.
The first is a transaction. Every transaction has a unique identifier — a long string of letters and numbers, usually called a hash or a transaction ID, sometimes shortened to txid. Paste that into an explorer and you get the transaction's page: when it happened, whether it has been confirmed, what it moved, and what it cost. If someone tells you they have sent you something and gives you a hash, this is what to do with it.
The second is an address. An address is where value can be sent. Look one up and you see its balance and its history of incoming and outgoing transactions. This is how you check whether something arrived when you do not have a transaction ID to hand.
The third is a block. Blocks are the batches transactions are grouped into, produced at intervals that vary by chain — roughly every ten minutes on Bitcoin, every twelve seconds on Ethereum, several times a second on Solana. You can browse them, though in practice almost nobody does unless they are investigating something specific.
Most explorers accept all three in a single search box and work out which you have given them. Our own multi-chain lookup does the same thing, and shows you what it decided so you can tell when it has guessed wrong.
The three things it cannot do
This section exists because it is the source of most disappointment, and occasionally of real harm.
It cannot reverse or cancel anything. An explorer is a window onto data that already exists. It has no ability to act on the chain, and neither does the company running it. Once a transaction is confirmed, there is no undo. If you sent funds to the wrong address, an explorer will show you that with perfect clarity and offer nothing else. Anyone who tells you otherwise — a support agent in a chat window, a page that appears when you search for help — is attempting to defraud you. This is a common enough scam pattern that our guide on spotting fake explorers covers it in detail.
It cannot access your wallet. There is no login. An explorer never needs your private key, your seed phrase, or your password, because reading public data requires none of them. Any site presenting itself as an explorer and asking for a seed phrase is stealing from you, without exception and without ambiguity.
It cannot tell you who owns an address. The chain does not contain identities, only addresses. Analytics platforms such as Arkham attach names to wallets by combining on-chain patterns with information gathered elsewhere, and they are frequently right — but that is inference, not a record. Treat a label as a strong hypothesis rather than a fact, particularly if you are about to make a decision based on it.
Why explorers disagree with each other
If the blockchain is a single shared record, you might reasonably expect every explorer to show you the same thing. Mostly they do. When they do not, the reason is worth understanding, because it tells you something about what you are actually looking at.
An explorer is an interpretation. It reads the chain and decides how to present it: how to aggregate an address's history, how to handle a transaction that has been broadcast but not yet included in a block, how to display a token whose contract behaves in a non-standard way. Every one of those decisions could be made differently, and different explorers make them differently.
The most common visible disagreement is about balances, and it usually comes down to whether unconfirmed activity is counted. One explorer shows your balance including a payment that has been broadcast but not yet included in a block; another shows only confirmed funds. Both are defensible and they produce different numbers.
The second most common is indexing lag. An explorer that has fallen behind the chain will not show a recent transaction, which looks exactly like the transaction not existing. Comparing against a second explorer resolves this in about ten seconds, and it is the single most useful habit we can recommend.
This is also why we score open-source explorers well. With Blockscout, mempool.space or Esplora you can read the code and find out exactly how a figure is computed. With a closed one you can only trust or not trust it.
Which explorer should you use?
It depends on the chain and the question, which is an unsatisfying answer and an honest one.
For Bitcoin, most people want mempool.space, because the most common Bitcoin question is "why has this not arrived yet" and mempool.space is the only explorer organised around answering it. It shows you the queue, where you sit in it, and what rate is currently clearing.
For Ethereum and the networks built on it, Etherscan is the default and deserves to be, largely because of its verified contract registry rather than the explorer itself. If you need to read what a smart contract actually does before interacting with it, there is no close second.
For anything spanning several chains, or any question that involves filtering rather than looking up, Blockchair is the only free tool with a genuine query layer.
And if the lookup is sensitive — if you are repeatedly checking an address that is yours — the honest answer is an explorer that runs on your own hardware, because every hosted one necessarily learns which addresses you care about. Our guide on what an explorer learns about you covers that properly.
Our directory of fifty explorers ranks them all against the same six criteria, and each chain page lists the ones that handle that particular network properly.
One last thing worth internalising
A blockchain explorer is the reason public ledgers are useful to ordinary people rather than only to the software that runs them.
The property that makes a public blockchain interesting is not that it is decentralised in some abstract sense. It is that claims about it are checkable. When someone tells you a payment was made, you can verify it yourself rather than taking their word. When a project says its treasury holds a certain amount, you can look. When an exchange publishes proof of reserves, the proof means something because anyone can test it.
None of that works if checking requires running a node. The explorer is what turns a theoretical property into a practical one, and that is why it is worth learning to read one properly rather than glancing at whether a page is green.
If you want to start doing that now, the next guide is how to use a blockchain explorer, which walks through real lookups field by field.
Questions people ask
Is a blockchain explorer free?
Essentially all of them are free to use in a browser, with no account required. Their APIs are a different matter — some are free without a key, some need free registration, and some are paid. Our API comparison has the current state.
Do I need an account to use a blockchain explorer?
No. Reading public data requires no identity and no permission. Some explorers offer optional accounts for features like watchlists and alerts, but the core function never needs one.
Can a blockchain explorer steal my crypto?
A legitimate explorer is read-only and cannot touch your funds. What can steal from you is a cloned site pretending to be one and asking for a seed phrase or private key. No real explorer ever asks for either. See spotting fake explorers.
What is the difference between a blockchain explorer and a wallet?
A wallet holds the keys that let you spend. An explorer only reads public data. A wallet can move your funds; an explorer cannot, and does not have the information that would let it.
Is there one explorer for all blockchains?
No. Blockchair covers twenty chains well and Tokenview claims over a hundred shallowly, but each chain stores state differently and a specialist beats a generalist on any specific chain. See our chain pages.
Why can I not find my transaction?
Usually one of three reasons: it has not propagated yet, you are searching on the wrong chain, or the explorer’s index is lagging. Check a second explorer before assuming anything is wrong. Our guide on unconfirmed transactions covers the rest.