How to Read a Crypto Transaction on a Block Explorer

June 15, 2026
🏷️ blockchain 🏷️ explorers 🌱 beginners 🏷️ transactions

Question from BitcoinTalk: “Someone sent me BTC but I can’t see it. How do I use a block explorer to check?”

Short answer: A block explorer shows the full life of a transaction. Enter the TXID (transaction hash) on the correct explorer (Mempool.space for Bitcoin, Etherscan for Ethereum). Check “Status” = Confirmed, “To” = your address, “Value” = correct amount. If it’s confirmed and shows your address, the crypto is in your wallet.

Anatomy of a Transaction

Every blockchain transaction has the same structure:

Reading a Bitcoin Transaction

On Mempool.space, a Bitcoin transaction shows:

What to verify:

Reading an Ethereum Transaction

On Etherscan, an Ethereum transaction shows:

For ERC-20 token transfers: Check the “Token Transfer” tab — ERC-20 transfers don’t show in the main ETH value field.

Common Fields on Any Explorer

FieldWhat It MeansWhy Check It
TXID / HashTransaction IDBookmark for tracking
Status / ResultSuccess / Pending / FailedDid the transaction go through?
BlockBlock number that included this txHow many confirmations?
FromSender’s addressIs this the expected sender?
ToReceiver’s addressIs this your address?
ValueAmount transferredIs the amount correct?
FeeNetwork feeDid the sender pay enough?
Token TransferToken detailsFor USDC, USDT, other tokens

Using Explorers for Each Blockchain

BlockchainBest ExplorerWhat to Check
BitcoinMempool.spaceFee rate, confirmation count
EthereumEtherscan.ioGas used, token transfers
SolanaSolscan.ioTransaction status, account changes
PolygonPolygonscan.comSimilar to Etherscan
BNB ChainBscscan.comSimilar to Etherscan
ArbitrumArbiscan.ioL1 and L2 fees
OptimismOptimistic.etherscan.ioL1 and L2 fees

How to Verify a Payment

  1. Get the TXID from the sender
  2. Go to the correct explorer for that blockchain
  3. Paste the TXID in the search bar
  4. Check: STATUS = Confirmed
  5. Check: TO = your address (exact match)
  6. Check: VALUE = correct amount
  7. Check: CONFIRMATIONS = at least 1 (wait for 6 for high-value)

Red Flags

Verdict

A block explorer is the most important verification tool in crypto. If you can read a transaction on the explorer, you never need to trust someone’s word that they sent payment. Always verify the TO address, the value, and the confirmation status.

Related: How to Check Transaction Status | How to Use a Blockchain Explorer | What to Do if Sent to Wrong Address

📚 Found this helpful? Share it with someone who's new to crypto. This question was sourced from BitcoinTalk community discussions.
This content is for educational purposes only. Not financial advice. Do your own research before investing.