Skip to main content

Tables

account_activity

Account state changes for Solana accounts within each transaction, capturing SOL balance and SPL token (mint, owner, amount, program) pre and post-transaction states. Used for tracking balance flows, token transfers, and account interactions across the Solana network.
Query with partition filter

blocks

Block header data containing sequential numbering, cryptographic hashes linking to parent blocks, timestamps, and consensus metadata. Primary source for blockchain state verification and chain navigation.
Query with partition filter

failed_instructions

Solana transaction instructions that did not execute successfully, containing execution context, program addresses, and account arguments for debugging failed on-chain operations. Useful for analyzing transaction failure patterns and protocol error rates.
Query with partition filter

failed_transactions

Failed Solana transaction records with execution errors, including insufficient lamports, account conflicts, and program failures. Used for debugging transaction issues and analyzing network error patterns.
Query with partition filter

instructions

Low-level instruction execution records from Solana transactions, including both top-level and nested (inner) instructions with program addresses, input data, and account arguments. Used for analyzing smart contract interactions, tracking cross-program invocations via stack depth, and reconstructing transaction execution flow.
Query with partition filter

rewards

Validator and staking rewards earned on Solana, denominated in lamports (1 SOL = 1 billion lamports). Used for analyzing validator economics, fee distributions, and staking yield calculations across the network.
Query with partition filter

transactions

Transaction records containing signed operations that modify blockchain state. Primary source for tracking value transfers, contract interactions, and account state changes across the network.
Query with partition filter