> ## Documentation Index
> Fetch the complete documentation index at: https://dune-tables-docs.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Solana Overview

> Solana data on Dune Analytics

<CardGroup cols={1}>
  <Card title="Full Solana data guide " icon="map" href="https://web3datadegens.substack.com/p/how-to-analyze-bitcoin-data-with" />
</CardGroup>

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](https://web3datadegens.substack.com/p/starter-guide-to-solana-data-analysis).

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](/data-catalog/solana/idl-tables).

<CardGroup cols={3}>
  <Card title="Solana Account Activity" icon="table" href="/data-catalog/solana/account-activity">
    Detailed account activity on Solana
  </Card>

  <Card title="Solana Blocks" icon="table" href="/data-catalog/solana/blocks">
    Block information and statistics on Solana
  </Card>

  <Card title="Solana IDL Tables" icon="table" href="/data-catalog/solana/idl-tables">
    Interface description language (IDL) tables for Solana
  </Card>

  <Card title="Solana Instruction Calls" icon="table" href="/data-catalog/solana/instruction-calls">
    Solana instruction calls data
  </Card>

  <Card title="Solana Overview" icon="table" href="/data-catalog/solana/overview">
    Overview of Solana tables
  </Card>

  <Card title="Solana Rewards" icon="table" href="/data-catalog/solana/rewards">
    Reward distributions on Solana
  </Card>

  <Card title="Solana Transactions" icon="table" href="/data-catalog/solana/transactions">
    Transaction details on Solana
  </Card>

  <Card title="Solana Vote Transactions" icon="table" href="/data-catalog/solana/vote-transactions">
    Voting transactions within the Solana network
  </Card>
</CardGroup>
