blockchain

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.

History saved locally
Transaction decoded? Check balances across multiple wallets, or calculate P&L.Multi-Wallet Balance Checker

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

Q: How do I decode a failed Solana transaction?

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.

Q: Do I need a wallet connected to use this?

A: No. This tool only reads public on-chain data via the Solana RPC — it never asks for a wallet connection or private key.

Q: Is my transaction history saved anywhere online?

A: No. Saved transactions are stored only in your browser's local storage, never sent to a server.

Q: What network does this decoder use?

A: It queries Solana mainnet-beta by default via the public RPC endpoint.