| Dataset | Mainnet | Description |
|---|---|---|
blocks | v1.0.0 | Block-level data from the NEAR blockchain |
receipts | v1.1.0 | Receipts created during execution of transactions |
transactions | v1.1.0 | Transactions pulled from chunks as found on the NEAR blockchain |
execution_outcomes | v1.1.0 | Execution outcomes generated from both transaction and receipt executions |
Quick start
The fastest way to explore NEAR data is using ablackhole sink with goldsky turbo inspect:
Guide: Track failed execution outcomes
Build a debugging dashboard by filtering execution outcomes to only capture failures:Guide: Monitor transactions for a specific account
Track all transactions involving a particular NEAR account:Performance tips
Filter early with SQL
Filter early with SQL
NEAR produces high volumes of receipts and execution outcomes. Apply filters as early as possible to reduce data volume:
Use appropriate resource sizes
Use appropriate resource sizes
NEAR mainnet has high throughput. For historical backfills, consider medium or large resource sizes:
Start with latest for development
Start with latest for development
When building and testing pipelines, use
start_at: latest to avoid processing large amounts of historical data: