SharpBlock Docs
Explorer pages

Transaction page

What a single transaction actually did, in readable terms.

Paste a transaction hash — the long 0x… string, 66 characters — and you get the full breakdown of that one transaction on the current chain.

What you see

  • Status — whether it succeeded or reverted
  • Block — which block it landed in, and when
  • From and to — the sending and receiving addresses, both clickable
  • Value — native ETH moved
  • Token transfers — which tokens moved, how many, and between whom
  • Gas — what the transaction cost to execute
  • Method — the contract function that was called

Have it explained

A raw transaction is a lot of hex. Ask the assistant instead:

"What happened in this transaction?"

SharpAI reads the decoded data and tells you in a sentence or two — a swap, a transfer, an approval — rather than leaving you to reconstruct it from logs. See SharpAI.

A reverted transaction still costs gas

If the status shows failed, the transaction was included in a block and the sender still paid for the execution — the state change just didn't happen.

Transactions are chain-specific

A hash exists on exactly one chain. If a hash doesn't resolve, check you're on the right chain — switching chains from this page returns you to the homepage, since the transaction has no equivalent on the other one. See Chains.

On this page