Skip to content

Raw Transaction Decoder

Paste raw transaction hex and read what is inside it: inputs, outputs, amounts, script types and witness data. Legacy and segwit both work.

What this tool does

It does

  • Parse version, inputs, outputs, witness and locktime
  • Turn output scripts into readable opcodes
  • Name the output type and total the amounts

It does not

  • Broadcast anything to the network
  • Send your hex to a server, ours or anyone's
  • Sign, build or alter a transaction

An unsigned transaction can reveal what you are about to do before you do it. Since this page never sends it anywhere, pasting one here does not leak it.

Where to get raw hex

Most explorers offer it, and Bitcoin Core returns it from getrawtransaction.

If decoding fails, check that you copied the hex only, with no surrounding quotes or JSON.