Skip to main content
Dune indexes the full Solana blockchain — every transaction, block, instruction call, and account balance change. As a non-EVM chain, Solana’s account-based architecture produces data that looks fundamentally different from Ethereum. Programs, accounts, and instructions replace contracts, addresses, and function calls. Raw data tables give you direct access to transactions, pre/post-balances, and instruction data. For most analytical workflows, however, you’ll get faster results and cleaner queries using decoded data from IDL decoding — Solana’s equivalent of ABI decoding on EVM chains.

Available Tables


Resources