Solana Wallet Analyzer is the page you watch while a Solana account forensics run is in flight. It shows the forensics pipeline phases and a streaming log as the run executes, and hands off to the Solana account results when it completes.
Why it exists
Solana account forensics follows its own path, and a run can take a moment. This page gives it a dedicated progress view — the phases by name and the engine log — rather than a generic spinner, and routes you to the account-specific results when the run finishes.
Who uses it
- Forensics analyst — starts a Solana account investigation and watches it progress.
While it runs
The progress panel shows the forensics phases with the network and the target account; the engine log streams the pipeline’s output. Cancel analysis stops the run. On success the page redirects to the Solana wallet forensics results; if the account is out of credits, a prompt to top up appears instead.
Limits
- Requires a signed-in account and available credits.
- The address must be a valid Solana base58 account; anything else is rejected with an inline error.
Related pages
- Solana Wallet Forensics — the results page this feeds.
- Wallet Investigation Landing — the generic entry point that routes here.