âšī¸ ABOUT TRANSACTION PARSER
FEATURES
âParse Legacy & Versioned transactions
âDecode instruction data & accounts
âSupport major programs (System, SPL, Jupiter, etc.)
âExtract priority fees & compute budget
âParse Address Lookup Tables (ALTs)
SUPPORTED PROGRAMS
đĻSystem Program
đĒSPL Token & Token-2022
đĒJupiter (V4 & V6)
đOrca Whirlpool
đRaydium AMM & CLMM
INPUT FORMATS
âBase58 encoded transaction
âTransaction signature (lookup)
âRaw transaction bytes
âBoth Legacy & Versioned formats
HOW TO USE:
1. Paste a base58 encoded transaction or signature into the input field
2. Click "Parse Transaction" to decode and analyze
3. Review the detailed breakdown of instructions, accounts, and data
4. Copy formatted output or download as text file for further analysis
2. Click "Parse Transaction" to decode and analyze
3. Review the detailed breakdown of instructions, accounts, and data
4. Copy formatted output or download as text file for further analysis
đ TRANSACTION PARSER
Decode raw transactions into human-readable format
Sample Transactions:
đĄ EXAMPLE USAGE
Common Use Cases:
Debug Failed Transactions
Analyze why transactions failed by examining instruction data and account states
Reverse Engineer Programs
Understand how programs work by analyzing their instruction formats
Audit Security
Review transaction flows and account permissions for security analysis
Learn Solana Development
Study how different protocols structure their transactions
Sample Transaction Types:
SOL Transfer
Basic System Program transfer with priority fees
SPL Token Transfer
Token transfers using SPL Token Program
Jupiter Swap
Complex multi-instruction swaps with route optimization
DeFi Operations
Liquidity provision, staking, and yield farming transactions