Solana transaction replay

Replay any Solana transaction, at the slot it ran.

svmscope rebuilds the state a transaction executed against, runs the real programs locally, and tells you where every byte came from. Then change one value and run it again.

or open 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 from on-chain IDLs.

Replay at any slot

Accounts and program binaries rebuilt as they were at any slot in the last 30 days, re-executed in an embedded SVM, with a certificate naming every account it could not prove for that slot.

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.