Skip to main content

Transaction Decoder

v1.0.0

Decode raw Ethereum/EVM transaction data (RLP, ABI).

Decodes raw Ethereum transaction hex data, extracting nonce, gas parameters, recipient, value, and calldata fields from RLP-encoded input.

How to use
  • Paste a raw transaction hex string (0x-prefixed) into the input field.
  • Click Decode to parse and view all transaction fields including nonce, gas, to, value, and data.
  • Try a preset from the example picker to see sample input.