← Back to Fix archive
Transaction Problems
How to Check a Failed Transaction on a Block Explorer
Learn how to read transaction status, token transfers, logs, gas usage, and error messages on a block explorer.
Quick answer
What this usually means
A block explorer helps determine whether a transaction failed, what contract it interacted with, and whether any token movement happened.
Common causes
Why it happens
- The wallet interface gives limited failure details.
- DEX errors may only be visible in the transaction record.
- Token transfers and contract calls need separate inspection.
- Some transactions fail but still consume gas.
Fix path
What to check first
- Copy the transaction hash from your wallet.
- Open the correct network explorer.
- Check status, from address, to address, value, and fee.
- Review token transfers and logs.
- Read any displayed error or revert reason.
Safety note
Do not make the problem worse
- Use the correct explorer for the network.
- Do not paste seed phrases into explorer-like sites.
- Fake explorers can imitate real ones.