Solana Transaction Decoder
Paste a Solana transaction signature to get a full human-readable breakdown of instructions, accounts and token transfers. Saves recent transaction history locally.
What does this tool do?
Paste any Solana transaction signature to get a human-readable breakdown of accounts involved, instructions executed, SOL balance changes, program logs and fee paid. Useful for debugging dApps and auditing on-chain activity.
Frequently Asked Questions
A: Paste the transaction signature and click Decode. Failed transactions show a red "Failed" status along with program logs that usually contain the on-chain error reason.
A: No. This tool only reads public on-chain data via the Solana RPC — it never asks for a wallet connection or private key.
A: No. Saved transactions are stored only in your browser's local storage, never sent to a server.
A: It queries Solana mainnet-beta by default via the public RPC endpoint.