Transaction decoder
Human-readable transaction breakdown
The transaction decoder takes a TON transaction hash and translates it into human-readable format: who sent to whom, how much, with what op-code and comment.
Recognizes operation types:
- Simple transfer — regular TON send
- Jetton transfer — token send (USDT, NOT, etc.)
- NFT transfer — NFT transfer
- Smart-contract call — arbitrary function call
Shows status: success / failed / aborted. All amounts — with proper decimals.
How to use
- Find the transaction hash in your wallet (Tonkeeper → history → expand details) or on Tonscan.
- Paste the hash.
- Both base64 (44 chars) and hex (64 chars) formats supported.
- Press «Decode».
FAQ
Transaction not found. Why?
Possible reasons: transaction not yet confirmed (wait 30-60 sec), wrong hash, hash from a different network (testnet). TonCenter only indexes mainnet.
Where to find a hash?
In Tonkeeper: history → tap the transaction → «Details» → «View in explorer». On Tonscan/Tonviewer the hash is in the URL.
What is an op-code?
An op-code is a 32-bit number at the start of the payload, denoting operation type. Known op-codes: 0 (text message), 0x0f8a7ea5 (jetton transfer), 0x5fcc3d14 (NFT transfer).
Related tools
This tool is provided for informational purposes only. TonCoinShop is not responsible for decisions based on its results.