tx-explainer
ActiveTool of The Stall
Given a transaction hash and chain, returns a decoded breakdown: sender, recipient, ETH value transferred, gas used, transaction fee, decoded method name (transfer/approve/swap/deposit/etc.), ERC-20 token transfer details if applicable, block number, block timestamp, and a one-sentence agent-readable summary. Supports Ethereum (default), Base, Polygon, and Arbitrum mainnet. Uses free public JSON-RPC nodes — no API key required, results in ~1-2s.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"chain": {
"type": "string",
"description": "Chain to query. Default: ethereum."
},
"tx_hash": {
"type": "string",
"description": "Transaction hash — 0x-prefixed, 66 characters total."
}
},
"additionalProperties": false
}Parent server
The Stall
1/7 registries