[ the Solana transaction simulation layer ]

Decode, replay & mutate any transaction

Reconstruct the exact state a Solana transaction ran against, re-execute the real programs locally, then rewrite an account's fields to ask “what if?”

or dissect a live one:
press / to search anytime

Decode

The full cross-program call tree, balance flows and compute per program — lookup tables resolved, accounts named via on-chain IDLs.

Replay locally

Rebuilds the world the transaction ran in — every account and program binary — and re-executes the real code in an embedded SVM.

Ask “what if?”

Rewrite a pool reserve, an oracle price, any account's bytes — then replay and diff to see what would have happened instead.

Time travel

Warp the clock a day, an epoch, a year — and watch vesting cliffs, cooldowns and auctions play out without waiting.