Skip to main content

Full Solana data guide

Raw data tables are very useful to get transactions, pre and post balances, and instructions data. As a non-EVM chain, Solana Raw data looks quite different from other chains (largely due to it’s account structure). You can learn to get started with Solana analysis in this guide. However, queries that have been written using raw data tables are notoriously hard to understand and audit due to the nature of the the encoded data commonly found in these tables. Furthermore, the raw data tables have a very large number of rows and hence can be slow to query. Most of the time you are better off working with decoded data.

Solana Account Activity

Detailed account activity on Solana

Solana Blocks

Block information and statistics on Solana

Solana IDL Tables

Interface description language (IDL) tables for Solana

Solana Instruction Calls

Solana instruction calls data

Solana Overview

Overview of Solana tables

Solana Rewards

Reward distributions on Solana

Solana Transactions

Transaction details on Solana

Solana Vote Transactions

Voting transactions within the Solana network