Check Ethereum transaction status instantly. See whether a transaction is pending, successful, failed, or not found, along with confirmations, gas usage, block details, value, and sender/receiver information.
A transaction checker helps users confirm whether a blockchain transfer or smart contract interaction has been included in a block, is still pending, or failed during execution. This is useful for payments, swaps, NFT activity, and general on-chain troubleshooting.
It can also help identify whether high gas fees were consumed, whether a transaction reverted, and how many confirmations it has received.
Pending means the transaction has been broadcast to the network but has not yet been included in a confirmed block.
Failed means the transaction was included in a block but the execution reverted or did not complete successfully.
It depends on the use case, but many users treat 1 to 3 confirmations as a basic signal and 12 or more as stronger finality for normal transfers.
A transaction may not be found if the hash is incorrect, the transaction has not propagated yet, or the public RPC endpoint has not indexed it yet.