How to Read a Crypto Transaction on a Block Explorer

June 15, 2026 3 min read

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:

  • Transaction Hash (TXID) — Unique identifier (like a receipt number)
  • Status — Pending, Confirmed, or Failed
  • Block — Which block included the transaction
  • Timestamp — When it was processed
  • From — The sender’s address
  • To — The receiver’s address
  • Value — Amount transferred
  • Fee — Network fee paid by the sender

Reading a Bitcoin Transaction

On Mempool.space, a Bitcoin transaction shows:

  • Inputs — Which UTXOs (unspent outputs) are being spent
  • Outputs — Where the BTC is going (receiver + change back to sender)
  • Fee rate — Satoshis per vbyte (higher = faster confirmation)
  • Size — Transaction size in virtual bytes (larger = higher fee)
  • Confirmations — How many blocks have been mined since

What to verify:

  • Your address appears in one of the outputs
  • The value going to your address matches the expected amount
  • Status shows at least 1 confirmation

Reading an Ethereum Transaction

On Etherscan, an Ethereum transaction shows:

  • Transaction Hash — Unique ID
  • Status — Success or Failed
  • Block — Block number (e.g., 20,123,456)
  • From/To — Sender and receiver
  • Value — ETH amount (in ETH or Wei)
  • Gas Used — Actual gas consumed (usually 21,000 for simple transfers)
  • Gas Price — Price paid per unit of gas (in Gwei)
  • Transaction Fee — Gas Used × Gas Price

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

  • Unconfirmed for hours — Check mempool congestion
  • Status = Failed — Internal error, transaction didn’t process
  • Wrong TO address — Confirm the address character by character
  • Token transfer tab is empty — For ERC-20 tokens, check the tab specifically

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

← Back to Crypto Answers Search all articles
This content is for educational purposes only. Not financial advice. Do your own research before investing.