TRANSACTION PARSER

Decode raw transactions into human-readable format

â„šī¸ 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

🔍 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