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

# Products Overview

> Compare Dune's core products: Data Hub and Datashare

Dune delivers blockchain data via two core products: **Data Hub** and **Datashare**. Each product serves different use cases, from ad-hoc analytics to powering data warehouse integrations.

## Capabilities

What each product is best suited for.

|                     | <a href="/web-app/overview" style={{textDecoration: "underline", fontWeight: "bold"}}>Data Hub</a>                                                                  | <a href="/datashare/datashare" style={{textDecoration: "underline", fontWeight: "bold"}}>Datashare</a> |
| ------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------ |
| **Best For**        | Primary onchain data warehouse, Analytic workflows, <a href="/api-reference/connectors/dbt/overview" style={{textDecoration: "underline"}}>Data transformations</a> | Data warehouse integration & Interoperability                                                          |
| **SQL Access**      | ✓ Full SQL                                                                                                                                                          | ✓ Full SQL                                                                                             |
| **Historical Data** | ✓ Full historical                                                                                                                                                   | ✓ Full historical                                                                                      |
| **Authentication**  | Dune account, API key                                                                                                                                               | Warehouse credentials                                                                                  |

## Query & Architecture

How each product handles queries and processes data under the hood.

|                  | <a href="/web-app/overview" style={{textDecoration: "underline", fontWeight: "bold"}}>Data Hub</a> | <a href="/datashare/datashare" style={{textDecoration: "underline", fontWeight: "bold"}}>Datashare</a> |
| ---------------- | -------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------ |
| **Query Infra**  | DuneSQL / Trino                                                                                    | Snowflake, BigQuery, Databricks                                                                        |
| **Query Speed**  | \~3 seconds                                                                                        | N/A                                                                                                    |
| **Engine**       | Custom Trino (Small, Medium, Large)                                                                | N/A                                                                                                    |
| **Architecture** | OLAP, Delta parquet                                                                                | OLAP, mostly Iceberg parquet                                                                           |

## Data Coverage

What data is available and how fresh it is across each product.

|                 | <a href="/web-app/overview" style={{textDecoration: "underline", fontWeight: "bold"}}>Data Hub</a>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | <a href="/datashare/datashare" style={{textDecoration: "underline", fontWeight: "bold"}}>Datashare</a> |
| --------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------ |
| **Freshness**   | EVM: \~1-15 min<br />Solana: \~1-5 min<br />Curated: \~1 hour                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | Hourly or daily                                                                                        |
| **Blockchains** | <a href="/data-catalog/evm/overview" style={{textDecoration: "underline"}}>100+ chains</a>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | <a href="/data-catalog/evm/overview" style={{textDecoration: "underline"}}>100+ chains</a>             |
| **Schemas**     | <a href="/data-catalog/evm/ethereum/raw/transactions" style={{textDecoration: "underline"}}>Raw</a>, <a href="/data-catalog/evm/ethereum/decoded/overview" style={{textDecoration: "underline"}}>Decoded</a>, Curated (<a href="/data-catalog/curated/dex-trades" style={{textDecoration: "underline"}}>DEX Trades</a>, <a href="/data-catalog/curated/prices" style={{textDecoration: "underline"}}>Prices</a>, <a href="/data-catalog/curated/token-transfers/overview" style={{textDecoration: "underline"}}>Token Transfers</a>, <a href="/data-catalog/curated/overview" style={{textDecoration: "underline"}}>more</a>) | Same as Data Hub                                                                                       |

## Interface & Pricing

How you access each product and pricing.

|               | <a href="/web-app/overview" style={{textDecoration: "underline", fontWeight: "bold"}}>Data Hub</a>                                                                                                                                                                                      | <a href="/datashare/datashare" style={{textDecoration: "underline", fontWeight: "bold"}}>Datashare</a>                                                                                                                                                                                   |
| ------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Interface** | <a href="https://dune.com" style={{textDecoration: "underline"}}>Dune App</a>, <a href="/api-reference/api-overview" style={{textDecoration: "underline"}}>Data API</a>, <a href="/api-reference/connectors/trino/overview" style={{textDecoration: "underline"}}>External BI Tools</a> | <a href="/datashare/datashare-bigquery" style={{textDecoration: "underline"}}>BigQuery</a>, <a href="/datashare/datashare-snowflake" style={{textDecoration: "underline"}}>Snowflake</a>, <a href="/datashare/datashare-databricks" style={{textDecoration: "underline"}}>Databricks</a> |
| **Pricing**   | Credits (compute-based)                                                                                                                                                                                                                                                                 | Flat Subscription Fees                                                                                                                                                                                                                                                                   |

***

## Quick Selection Guide

<CardGroup cols={2}>
  <Card title="Data Hub" icon="chart-line" href="/web-app/overview">
    **Best for:** Your primary onchain data warehouse, analytic workflows, and data transformations

    Full SQL access with 100+ chains, flexible schemas, and compute-based pricing
  </Card>

  <Card title="Datashare" icon="database" href="/datashare/datashare">
    **Best for:** Data warehouse integration and interoperability

    Direct access via Snowflake, BigQuery, or Databricks with full historical data
  </Card>
</CardGroup>
