How to Check a Transaction Hash (TXID) on Any Blockchain
Table of Contents
How to Check a Transaction Hash: Step-by-Step Guide If you send or receive crypto, you must know how to check a transaction hash. A transaction hash (also...

If you send or receive crypto, you must know how to check a transaction hash.
A transaction hash (also called TXID or tx hash) lets you confirm if a transfer is pending, confirmed, failed, or sent to the wrong address.
This guide walks you through the process step by step, even if you are new to crypto.
What a Transaction Hash Is and Why It Matters
A transaction hash is a unique string of letters and numbers.
The blockchain creates this hash for each transaction, like a digital receipt ID.
You can share the hash with others so they can see the same public record.
The hash does not reveal your private keys or personal identity.
Instead, it shows details such as sender address, receiver address, amount, fee, and confirmations.
This makes the hash the best way to prove that a crypto transaction exists on the blockchain.
Without the hash, tracking a payment is much harder.
You would need to search by wallet address and scroll through many transactions.
With the hash, you jump straight to the exact transfer in seconds.
Where to Find Your Transaction Hash in a Wallet or Exchange
Before you check a transaction hash on a block explorer, you must first find the hash.
The location depends on whether you used a self-custody wallet or a centralized exchange.
Finding a transaction hash in self-custody wallets
Most non-custodial wallets show the hash inside the transaction details.
Look in the “Activity,” “History,” or “Transactions” tab of the wallet app or browser extension.
Tap or click the specific transfer you want to check.
You should see a field labeled “Transaction hash,” “Tx hash,” “TXID,” or “View on explorer.”
Many wallets include a direct link to a block explorer; using that link is usually the easiest option.
Finding a transaction hash on centralized exchanges
On an exchange, the hash appears in your deposits or withdrawals history.
Open your account, go to “Funds,” “Wallet,” or “Assets,” then open “Withdrawals” or “Deposits.”
Find the specific transaction by date, amount, and coin.
Click “Details” or a similar button; you should see the TXID and sometimes a direct link to an explorer.
If you cannot see it on mobile, try the web version of the exchange.
How to Check a Transaction Hash Step by Step
Once you have the hash, you can use a block explorer to read the transaction status.
The exact explorer depends on the blockchain, but the steps are similar for each one.
Follow this ordered list to learn how to check a transaction hash from start to finish.
-
Identify the correct blockchain.
Check which network you used: Bitcoin, Ethereum, BNB Smart Chain, Polygon, Solana, or another chain.
Using the wrong explorer will show no result, so confirm the chain in your wallet or exchange first. -
Copy the transaction hash exactly.
Use the built-in “Copy” button near the TXID in your wallet or exchange.
Avoid typing the hash by hand; a single wrong character will break the search. -
Open a trusted block explorer for that network.
Choose a well-known explorer for the chain you used.
You can usually find the official explorer name in the project’s help section. -
Paste the transaction hash into the search bar.
On the explorer homepage, locate the main search box.
Paste the hash, make sure there are no extra spaces, then press Enter or click the search icon. -
Check the transaction status.
Look for a field like “Status,” “Result,” or “State.”
Common values are “Pending,” “Success,” “Confirmed,” “Failed,” or “Dropped.” -
Review confirmations and block number.
Confirmations show how many blocks have been added after your transaction’s block.
More confirmations mean higher security that the transaction will not be reversed. -
Verify the sender and receiver addresses.
Make sure the “From” address matches the sender wallet and the “To” address matches the intended recipient.
If the “To” address is wrong, the funds are likely sent to an unintended address. -
Check the amount and token type.
Confirm the value matches what you sent or should receive.
On smart contract chains, make sure you are looking at the correct token (for example, USDT vs USDC). -
Look at the fee and gas used.
You will see a gas price, gas used, or network fee.
High congestion or low gas can explain slow or failed transactions on some chains. -
Save or share the explorer page if needed.
You can copy the page address from your browser and send it to support or the counterparty.
This shared page lets others see the same public transaction data without exposing your wallet login.
Once you follow these steps a few times, checking a transaction hash becomes quick and routine.
You can then use the information to solve missing payment issues or confirm that a transfer completed.
Key Details You See When You Check a Transaction Hash
Every block explorer shows a set of core fields for each transaction.
Knowing what these fields mean helps you read the page with more confidence.
The list below highlights the most important details you will see on a typical explorer page.
- Status: Shows if the transaction is pending, confirmed, failed, or dropped.
- Block number: Tells you which block includes the transaction.
- Timestamp: Shows when the network confirmed the transfer.
- From and To addresses: Reveal who sent and who received the funds.
- Amount and token type: Display the value and asset moved by the transaction.
- Fee or gas used: Shows how much you paid to process the transfer.
- Confirmations: Indicate how deeply the transaction is buried in the chain.
- Token transfers or outputs: List internal movements for tokens or UTXOs.
Once you know these fields, you can scan any explorer page in seconds and understand what happened, even on a chain you have never used before.
Reading Status: Pending, Confirmed, Failed, or Dropped
Understanding the status labels on a block explorer helps you decide what to do next.
Different chains use slightly different wording, but the core ideas are similar.
A “Pending” status means miners or validators have not yet included the transaction in a block.
This pending state can last from seconds to hours, depending on network load and gas fees.
A “Confirmed” or “Success” status means the transaction is in a block and has at least one confirmation.
Many services require a certain number of confirmations before crediting your account for extra safety.
What a failed or dropped transaction means
A “Failed,” “Error,” or “Reverted” status means the transaction reached the blockchain but did not complete.
On smart contract chains like Ethereum, this often happens due to a contract error or not enough gas.
In these cases, the funds usually stay in the sender wallet, but the network fee is still spent.
The explorer will show an error message or code that can help advanced users or support staff debug the cause.
A “Dropped” or “Replaced” status can appear if the transaction never made it into a block or was replaced by a new one with higher gas.
If you see this, you may need to send a new transaction from your wallet.
How to Check a Transaction Hash on Popular Blockchains
The core process is the same across networks, but explorers use different layouts.
Here is what to expect on some major chains when you check a transaction hash.
Ethereum and EVM-compatible chains
For Ethereum and similar chains, explorers show rich details.
You will see the transaction status, gas used, method name, and token transfers.
Scroll down to find “Tokens Transferred” if you sent tokens instead of the native coin.
This section lists the exact token contract, amount, and direction of each transfer.
Bitcoin and UTXO-based chains
Bitcoin explorers focus on inputs and outputs rather than token transfers.
The page will show which addresses funded the transaction and which addresses received funds.
You may see multiple outputs, including change sent back to the sender.
Confirm the output that matches the recipient address and the expected amount.
Solana and other high-throughput chains
On Solana and similar chains, explorers show many technical fields.
Focus on status, signatures, and token balance changes if you are a regular user.
Some explorers provide a “Simple” view that hides developer-focused data.
Switch to that view if you feel overwhelmed by too many fields.
Comparison of Transaction Hash Views on Major Chains
The following table compares key fields you will see when you check a transaction hash on three popular blockchain types.
| Blockchain type | Main focus in explorer | Typical extra fields | What users should check first |
|---|---|---|---|
| Ethereum and EVM chains | Account balances and token transfers | Gas price, gas limit, method name, internal calls | Status, token transfers, gas used, From and To addresses |
| Bitcoin and UTXO chains | Inputs and outputs for each transaction | Size in bytes, virtual size, fee rate per unit | Outputs list, recipient address, total sent, confirmations |
| Solana and similar chains | Signatures and account balance changes | Slot number, program logs, recent blockhash | Status, balance changes, token accounts affected |
Use this comparison as a quick guide so you know where to focus your attention, even if the explorer layout looks unfamiliar at first glance.
Using a Transaction Hash to Solve Common Problems
Knowing how to check a transaction hash helps you handle many common crypto issues.
You can quickly see if a problem is on the network side, wallet side, or exchange side.
If a counterparty claims they did not receive funds, share the explorer page.
They can confirm whether the funds reached the correct address on the correct chain.
If an exchange deposit is missing, support staff will often ask for the TXID.
With the hash, they can check if the deposit reached their address and if it passed their required confirmations.
Detecting wrong networks and address issues
A transaction hash can also reveal network mistakes.
For example, sending tokens to an exchange on the wrong network may show a “Success” status on the explorer but no credit in your account.
In that case, the explorer will show that the funds went to a valid address on a network the exchange does not monitor for that asset.
Recovery may or may not be possible, so open a support ticket and share the TXID.
If the hash shows a completed transfer to a random or unknown address, the funds are likely lost.
Blockchains are generally irreversible, so double-check addresses before sending any value.
Best Practices for Safely Sharing and Storing Transaction Hashes
A transaction hash is public and safe to share, but you should still use some basic care.
The hash links to your wallet history, which can reveal patterns about your activity.
Share hashes only with trusted parties or official support channels.
Avoid posting many hashes with your name or social profile, as this can expose your holdings to on-chain analysis.
For record-keeping, save explorer pages or export transaction history from your wallet.
These records help with tax reporting, audits, or resolving disputes later.
Key Takeaways on How to Check a Transaction Hash
Learning how to check a transaction hash gives you clear insight into your crypto transfers.
You no longer rely on vague wallet messages or slow support replies.
The process is simple: find the TXID in your wallet or exchange, open the correct block explorer, paste the hash, and read the status, addresses, and amounts.
With these skills, you can confirm payments, spot mistakes, and communicate clearly with anyone involved in a transaction.


