Inspect a Solana transaction.

Start with a signature. Verify against the event you expect.

Transaction request

A signature and its network are enough to begin.

Try a devnet example

What can this inspector find?

It reports transaction finality, execution status, programs observed in complete logs, and possible Anchor log-event bytes. Candidate bytes are discovery only—not proof of event identity.

Native transfers, protocol-specific formats, and Anchor CPI events may have no supported candidate. You can still inspect the transaction without reaching a compulsory event field.

Read Anchor’s event documentation ↗

Inspection evidence

Transaction facts first. No assumed event.

Know when
to act.

Verification checks evidence. Your application owns the decision.

Read the integration guide

The expected event passed its checks. Apply your own authorization and replay policy before acting.

Verified: The expected event passed its checks. Apply your own authorization and replay policy before acting.