Twelve guides
How to actually read a blockchain
The explorers are technically excellent and almost none of them explain themselves. These guides cover the specific places where the interface misleads you, written for people who want to check something rather than to build one.
Fundamentals
What is a blockchain explorer?
A block explorer is a search engine for a public ledger. Here is what it actually reads, what it can prove, and the three things people wrongly assume it does.
How to use a blockchain explorer
Paste a hash, read the result, and know which figure on the page is the one that matters. A walkthrough using real Bitcoin and Ethereum lookups.
How blockchain explorers work behind the scenes
Node, indexer, database, API, front end. What each layer does, why explorers disagree with each other, and where the data you are reading has actually been.
How to read a Bitcoin transaction on an explorer
Inputs, outputs, change, fee rate, RBF flags and the "sent amount" that is usually wrong. A field-by-field reading of a real transaction.
Troubleshooting
How to check confirmations on any chain
How many confirmations you actually need, why the number differs by chain and by counterparty, and how to check it without trusting a support agent.
Why is my transaction still unconfirmed?
The five real causes of a stuck transaction, how to tell them apart on an explorer, and which ones you can actually fix yourself.
Privacy & safety
What a block explorer learns about you
Looking up your own address tells the explorer which address is yours. What that leaks, who sees it, and the practical ways to avoid it.
How to spot a fake block explorer
Cloned explorers are a standard part of crypto fraud. The specific tells, why the fake transaction looked real, and how to verify against a second source.
How to check a smart contract before you sign
Verified source, proxy patterns, owner privileges, mint functions and token approvals — what to read on an explorer before a wallet prompt appears.
Building
Blockchain explorer APIs compared
Which explorer APIs are still free in 2026, what each one rate-limits you to, and which ones need a key. Tested with live requests, not taken from a pricing page.
Running your own block explorer
Esplora, Blockscout and Otterscan: what each needs in disk, RAM and patience, and whether self-hosting is worth it for a single person.
How these are written
Every guide here starts with a short answer, because most people arrive with one question and do not want a preamble. If that answer is all you needed, stop there — nothing is being withheld to keep you reading.
After that they are mostly prose. We have deliberately avoided breaking everything into bullet points and comparison tables, because the things that confuse people about blockchain explorers are not lists of facts. They are misunderstandings about what a number means, and correcting a misunderstanding takes a paragraph rather than a row.
Where a table genuinely helps — comparing rollup finality timelines, or setting out which resource a Tron transaction consumes — there is one. Where it would just be decoration, there is not.
The thread running through all of them
If there is one idea holding these together, it is that a blockchain explorer is an interpretation rather than a window. It reads a chain, makes decisions about how to present it, and shows you the result. Those decisions are invisible, they differ between explorers, and almost every piece of confusion in these guides traces back to one of them.
That is why we keep recommending the same two habits. Cross-check anything surprising against a second, independently maintained explorer — disagreement is information. And verify tokens by contract address rather than by name, because the name is a string somebody chose.
Neither takes more than a few seconds, and between them they resolve most of what people write to us about.
What these guides deliberately do not cover
There is nothing here about which cryptoassets to buy, when to buy them, or what any of them might be worth. That is not modesty about our expertise — it is that we are not regulated to give that kind of guidance and we do not think a site about reading ledgers should drift into it. Our editorial policy sets out where the line is.
There is also nothing about setting up a wallet, choosing a hardware device, or the mechanics of buying. Those are well covered elsewhere and they are a different subject. What we cover starts at the point where a transaction exists and you want to understand it.
And there is no trading content of any kind. No chart reading, no indicators, no strategy. A block explorer shows you what happened on a ledger; it has nothing to say about what will happen to a price, and anyone claiming otherwise is selling something.
How the guides fit together
There is a rough order, though nothing depends on reading them in it.
The fundamentals establish what an explorer is and how to read one. If you have never used one properly, start with what a blockchain explorer is and then how to use one. Together they take about twenty minutes and they cover almost everything people email us about.
The troubleshooting guides assume you have a specific problem in front of you and want it diagnosed. They are written to be read at the moment something has gone wrong rather than in advance, which is why they lead with a decision rather than with background.
The privacy and safety guides are the ones we would most like people to read before they need them. Spotting a fake explorer and checking a contract before you sign both describe attacks that are running continuously and that work almost entirely on people who did not know the category existed.
The building guides are for developers, and the API comparison is the page on this site that goes stale fastest — free tiers changed twice in eighteen months, so anything written about explorer APIs before 2026 should be treated as unreliable, including, eventually, ours.
The two habits worth more than all of this
If you read none of these guides, two practices will still resolve most of what goes wrong.
Cross-check anything surprising on a second explorer. Two independently maintained indexes agreeing is strong evidence. One index disagreeing with your expectation is not. Balances that look wrong, transactions that seem to have vanished, and figures that do not reconcile are far more often an indexing artefact than a chain event, and ten seconds settles which.
Verify tokens by contract address, never by name. Token names and symbols are arbitrary strings chosen by whoever deployed the contract. They are not unique and nobody polices them. A token displaying as USDT with a contract address that is not Tether's is a different asset, and the explorer showing it that way is working correctly — you are reading the wrong field. This is the single most common way people are convinced a payment landed when it did not.
Both take seconds, neither requires understanding anything technical, and between them they cover most of the messages we receive. Everything else in these guides is detail on top.
Who these are written for
Someone who has a specific question and does not want a preamble, and who is prepared to read a paragraph rather than a bullet point when the paragraph is what the subject needs.
We assume no technical background in the fundamentals and troubleshooting guides. We do assume you are capable of reading a full sentence, which rules out the format most crypto explainers use — a listicle of definitions that leaves you able to recite terms and unable to answer the question you arrived with.
The developer guides assume rather more: that you can read an HTTP request and know what CORS is. They are written for someone deciding which API to build on, not for someone learning to program.
And all of them assume you would rather be told something is uncertain than be given a confident answer that turns out to be wrong. Where we do not know, or where a figure would go stale, we say so.
Where to start
Where should a complete beginner start?
What is a blockchain explorer, then how to use one. Between them they cover everything needed to check a payment properly, which is why most people arrive here.
My transaction has not arrived. Which guide?
Why is my transaction unconfirmed first — it separates the five causes in about two minutes. If it is confirmed but not credited, checking confirmations explains whose threshold actually governs.
Someone sent me a link proving they paid. Is it real?
Read how to spot a fake block explorer before you act on it. Take the transaction hash and verify it on an explorer you navigated to yourself.
Are these guides specific to one blockchain?
Most cover the general principle and then note where chains differ, because the differences are usually the thing that catches people out. Our chain pages go deeper on any single network.