Inspect Transactions
Routebook turns a raw transaction into something you can read. Paste a transaction hash (or a Solana signature) and it decodes the call into a tree of internal calls, decoded arguments, token movements, and emitted events.
Onchain contract labels are applied where they exist, so addresses read as names.
Use Routebook to:
- Understand exactly what a transaction did, step by step.
- See decoded events and parameters instead of raw hex.
- Resolve contract addresses to human-readable names from the Label Registry.
- Re-open recent inspections from the Overview.