Skip to main content

Overview

Goldsky provides curated NEAR Protocol datasets covering blocks, transactions, receipts, and execution outcomes. NEAR data is pulled from chunks across all shards and flattened into per-row datasets for indexing.

Available datasets

DatasetMainnetDescription
near.blocksv1.0.0Block-level data from the NEAR blockchain
near.receiptsv1.1.0Receipts created during execution of transactions
near.transactionsv1.1.0Transactions pulled from chunks as found on the NEAR blockchain
near.execution_outcomesv1.1.0Execution outcomes generated from both transaction and receipt executions
Data coverage: NEAR datasets are indexed as of ~February 20, 2026 (block height 186410071).Please contact us if you’d like earlier historical data.

Quick start

The fastest way to explore NEAR data is using a blackhole sink with goldsky turbo inspect:

Guide: Track failed execution outcomes

Build a debugging dashboard by filtering execution outcomes to only capture failures:
The id field on execution outcomes is either the receipt ID or the transaction hash, depending on whether the outcome was produced by a receipt or the top-level transaction.

Guide: Monitor transactions for a specific account

Track all transactions involving a particular NEAR account:

Performance tips

NEAR produces high volumes of receipts and execution outcomes. Apply filters as early as possible to reduce data volume:
NEAR mainnet has high throughput. When backfilling the available history (see data coverage), consider medium or large resource sizes:
When building and testing pipelines, use start_at: latest to avoid processing large amounts of historical data:
For any questions or feedback, reach out at support@goldsky.com.