Solana Transaction Viewer
Free to download on every platform. Comes pre-installed on BotFone, BotPad and BotFlip — with extra free apps included.
About this app
WHAT IT DOES
Solana Transaction Viewer is a read-only blockchain analytics tool built for the Solana network. It provides visibility into Solana on-chain activity including native SOL transactions, SPL token transfers, program interactions, wallet balances, and detailed transaction data. The tool retrieves transaction details with fee information in lamports converted to SOL, decodes token transfers from inner instructions, and displays block time, slot, and confirmation status. For addresses, it shows current SOL balance and recent transaction history with signature, timestamp, and status indicators.
HOW TO USE
Select the desired Solana network (Mainnet, Devnet, or Testnet) from the dropdown menu. Enter a transaction signature (base58, typically 87-88 characters) to view complete transaction details including status, block time, slot, confirmations, fee, and any SPL token transfers embedded in the transaction's inner instructions. Enter a wallet address to view its SOL balance and a list of recent transactions with timestamps and status. The tool automatically detects whether you entered a signature or an address. Each result includes direct links to the Solana Explorer with the correct cluster parameter.
TECHNICAL MECHANISM
The tool connects to Solana public RPC endpoints (api.mainnet-beta.solana.com, api.devnet.solana.com, api.testnet.solana.com) using the JSON-RPC protocol. For transaction lookups, it calls getTransaction with jsonParsed encoding and maxSupportedTransactionVersion: 0 to retrieve fully parsed transaction data. It then extracts fee from meta.fee (in lamports), converts to SOL, and parses innerInstructions to identify SPL token transfers by detecting transfer type instructions with parsed info. For address lookups, it calls getBalance for SOL balance and getSignaturesForAddress with a limit of 10 to retrieve recent transaction signatures with timestamps and status.
WHAT IT CANNOT SEE
This tool cannot track cross-chain Solana transfers beyond the Solana network—once tokens bridge to Ethereum or other chains, they are outside its scope. It cannot verify off-chain transaction status or detect transactions that have not yet been confirmed. It is limited to Solana data only and cannot detect token transfers that use non-standard program signatures or custom program interactions that are not parsed by the standard transfer instruction format. It also cannot see transaction data that is not available due to RPC pruning or historical data limitations.
PLEASE NOTE
This tool is Solana only. It supports Solana Mainnet, Devnet, and Testnet. No EVM chains are supported. All data is read-only—no transactions are signed or sent.