Skip to main content
Don't invest unless you're prepared to lose all the money you invest. This is a high-risk investment, and you should not expect to be protected if something goes wrong. Take 2 min to learn more.

How to Track a Crypto Transaction

Every crypto transfer is publicly checkable in about a minute: how to read a block explorer, what each field means, and the three panics that are not lost coins.

beginner5 min readDan Clarke
Hero image for how-to-track-a-crypto-transaction

TL;DR

  • Every crypto transfer is publicly checkable on a free block explorer: Etherscan for Ethereum, mempool.space or Blockchain.com for bitcoin, Solscan for Solana.
  • Paste the transaction hash, or just the address, to see status, confirmations, amount, fee and both addresses.
  • If the explorer says confirmed, the coins moved: a blank wallet is usually a token-display issue and an exchange delay is usually its confirmation threshold.
  • Check the explorer before contacting support; most panics resolve there in under a minute.
  • Educational guide only, not financial advice.

You sent bitcoin to a friend twenty minutes ago, your app says complete, and theirs shows nothing. Somewhere between the two of you sits your money, and every silent minute feels worse than the last. Now the part nobody tells beginners: you can find out exactly where that transaction is, right now, in about 60 seconds, free, without asking anyone's permission.

Every transfer on a public blockchain is recorded in the open, and reading that record is a skill you learn once and keep. This is a how-to, not financial advice.

The tool is a block explorer

A block explorer is a public website that reads a blockchain and lays it out for humans, with no account, no login and no fee. Etherscan has done this for Ethereum since 2015. For bitcoin the usual picks are mempool.space and Blockchain.com, Solana has Solscan, and each chain needs its own explorer, because Etherscan cannot see bitcoin.

These sites read the same ledger your wallet app reads, they just show you all of it.

Step 1: grab the transaction hash

Every transaction gets a transaction hash, also called a txid: a long string of letters and numbers, roughly 64 characters, that works like a parcel tracking number. Your wallet shows it in the transaction detail view after you send, and platforms print it on the confirmation screen or email, sometimes labelled transaction ID.

If you have lost it, the address works instead: paste any wallet address into an explorer and you get everything that address has ever sent or received, newest first, and your transfer will be in the list.

Step 2: read the six fields that matter

Paste the hash into the explorer's search bar. The page that comes back looks dense, but most of it is noise for a beginner, and six fields carry everything you need.

  • Status: pending, confirmed or failed, the field that answers "did it go through".

  • Confirmations: how many blocks sit stacked on top of the block holding your transaction, and more blocks means more settled.

  • Amount: what actually moved.

  • Fee: what the network charged to move it.

  • Timestamp: when your transaction landed in a block.

  • Addresses: sender and receiver, so check the receiving address against the one you meant to use, the first four and last four characters catching most mix-ups.

Confirmations arrive at the speed of the chain, and chains run at very different speeds. Bitcoin produces a block roughly every 10 minutes, so six confirmations means about an hour of waiting. Ethereum has run on fixed 12-second slots since the Merge in September 2022, so its confirmations pile up while you watch.

The three panics, and why none of them is lost coins

Most "where is my crypto" alarms come down to one of three situations.

Panic one: the explorer says success but the wallet shows nothing. This is a display problem, not a money problem: wallet apps keep a list of tokens they show by default, and an unfamiliar token often is not on it. Add the token to the wallet's list, MetaMask and most others let you, and the balance appears, it was there the whole time. The explorer is the ground truth: if it says confirmed, the coins moved.

Panic two: you sent coins to an exchange and nothing has been credited. Exchanges wait for a set number of confirmations before crediting a deposit, and that number varies by platform and by amount. Larger deposits often wait longer than small ones, so the explorer can show your transaction confirmed while the exchange is still counting. Nothing is wrong. The credit lands when the threshold is met.

Panic three: the fee looks separate, or bigger than expected. That is the network fee, called gas on Ethereum, set at the moment you sent and paid to the network rather than to any company. Annoying to discover after the fact, normal all the same, and the explorer is just the first place you have seen it itemised.

It is all public, permanently

The trick works because a public blockchain hides nothing: every address's balance and full history sit visible to anyone who has the address. Bitcoin's record runs unbroken back to January 2009, and all of it is still there to read.

Addresses carry no names, which is why people call crypto pseudonymous rather than anonymous. But post an address in public and you have published its entire history, plus everything it does next, worth knowing before you drop one into a group chat.

Tracking a purchase from an on-ramp

A purchase through an on-ramp ends the same way as any transfer: an ordinary on-chain delivery to the wallet address you gave. Banxa has run this fiat-to-crypto plumbing since 2014, with 100-plus payment methods in the markets it serves, and a card order typically completes within about 10 minutes of issuer approval. Once the delivery transaction exists it is checkable on an explorer like anything else, and the order confirmation carries the reference to match it against.

So a purchase that feels invisible usually is not: either the delivery is on-chain already or it is still being processed, and the explorer tells you which.

Check the explorer before you contact support

When something looks wrong, open an explorer before you open a ticket. A good half of "where is my crypto" questions answer themselves there in under a minute: the transaction is still pending, or the exchange has not reached its confirmation count, or a token needs adding to a wallet list.

Support queues take hours. The chain answers in seconds, and it never gets tired of the question.

Frequently Asked Questions

Your wallet shows it in the detail view of the transaction after you send, and platforms print it on the confirmation screen or email. It is a long string of letters and numbers, sometimes labelled txid or transaction ID. Copy it with the copy button rather than typing it out.

No. Etherscan, mempool.space, Blockchain.com and Solscan are free public websites. Paste a hash or an address and read the result. No login, no fee, no permission needed.

Almost certainly not. If the explorer says confirmed, the coins reached the address. Wallet apps only display tokens on their list, so an unfamiliar token usually needs adding before the balance shows. Check the receiving address matches yours, add the token, and it should appear.

Depends who you ask. Bitcoin adds a block roughly every 10 minutes and Ethereum roughly every 12 seconds, and each new block on top is one more confirmation. Exchanges credit deposits after their own set count, which varies by platform and by amount, so a confirmed transaction can sit uncredited for a while. Normal, if annoying.

Yes. Anyone holding your address can see its balance and complete history on an explorer, back to the first day. Addresses carry no names, but share one publicly and you have shared everything it has done and everything it does next.

Yes, once the delivery transaction exists. An on-ramp purchase ends with a normal on-chain transfer to the wallet address you gave, and your order confirmation carries the reference. Card orders typically complete within about 10 minutes of issuer approval, and after delivery the transaction reads on an explorer like any other.

By Dan ClarkeLast updated: 14 July 2026