Historical Data

Full Archival Access Since Genesis

Access Solana's complete blockchain history from day one. Included with all RPC plans and available as an add-on for dedicated nodes. Perfect for backfills, indexing, compliance, and analytics.

Included with RPC Plans
Shredstream Optimized
Complete History

Solana Archive

Complete blockchain history

Genesis

Mar 2020

Present

Live

Genesis
Full History
<10ms
P50 Latency
11
Global Regions
Included
With RPC Plans

Why OrbitFlare Historical Data

Enterprise-grade archival infrastructure included with your plan.

GenesisFull Access

Complete History

Access Solana's entire blockchain history since genesis—every transaction, block, and account state.

<10msP50 Latency

Low Latency Queries

Performance-optimized archival storage delivers fast lookup times for historical data queries.

11Regions

Global Redundancy

Archival data replicated across 11 global regions for maximum availability and low-latency access.

99.99%Uptime

Shredstream Optimized

All historical infrastructure optimized with Shredstream from top of turbine validators.

Access Historical Data

Use standard Solana RPC methods or gRPC streaming to query archival data.

JavaScript / TypeScript
// Query historical transactions using standard Solana RPC
const connection = new Connection(
  "https://rpc.orbitflare.com?api_key=YOUR_API_KEY"
);

// Get signatures for an address (paginated)
const signatures = await connection.getSignaturesForAddress(
  new PublicKey("YOUR_ADDRESS"),
  { 
    limit: 1000,
    before: lastSignature // For pagination
  }
);

// Fetch full transaction details
const transactions = await Promise.all(
  signatures.map(sig => 
    connection.getTransaction(sig.signature, {
      maxSupportedTransactionVersion: 0
    })
  )
);

// Access historical blocks
const block = await connection.getBlock(slotNumber, {
  maxSupportedTransactionVersion: 0,
  transactionDetails: 'full'
});
Standard Solana RPC methods
Pagination support
Yellowstone from_slot replay

Historical Data Use Cases

Power your applications with complete Solana history.

Indexing

Seed your database with historical data to build comprehensive blockchain indexes.

Compliance

Get historical transaction activity to comply with regulations and audit requirements.

Backtesting

Download historical data to test trading algorithms and validate strategies.

Historical Analysis

Uncover on-chain trends, flows, and user behavior by analyzing past data.

Reporting

Backfill historical application and revenue data for accurate financial reporting.

AI & ML Training

Use structured historical data to train models on Solana blockchain patterns.

Enterprise Service

Managed Backfills, Customized for You

Tell us what you need, and we'll get it delivered. No complicated indexing or long wait times—just accurate, synchronized data delivered directly to your database.

  • Custom data extraction based on your requirements
  • Direct delivery to PostgreSQL, S3, ClickHouse
  • Structured data in JSON, Parquet, or SQL format
  • Dedicated support team for your project
  • SLA guarantees for enterprise clients
Contact Sales

Backfill Request Example

Tell us your requirements, we handle the rest

Data TypeToken Transfers
ProgramToken Program (SPL)
Date RangeJan 2024 - Dec 2024
DestinationPostgreSQL
FormatStructured SQL
Delivery: 3-5 business days

How It Works

Get started with historical data in three simple steps.

01

Choose Your Plan

Historical data is included with RPC nodes or can be added to dedicated nodes. Select the plan that fits your needs.

02

Query Historical Data

Use standard Solana RPC methods or gRPC streaming to query historical transactions, blocks, and account states.

03

Stay Updated

Keep your indexes fresh by streaming new events in real-time with gRPC or WebSocket subscriptions.

Frequently Asked Questions

Everything you need to know about OrbitFlare Historical Data.

Historical data access is included with all Solana RPC node plans at no extra cost. For dedicated nodes, it's available as an add-on. You can query historical transactions, blocks, and account states using standard Solana RPC methods.

We provide access to Solana's complete history since genesis, including all transactions, blocks, and account states. You can query by address, slot range, or specific criteria using standard Solana RPC methods like getSignaturesForAddress, getTransaction, and getBlock.

Our archival system stores the complete Solana blockchain history from genesis (March 2020) to the present. Every transaction, block, and account state change is preserved and queryable.

You can query historical data using standard Solana RPC methods through your OrbitFlare endpoint. Use methods like getSignaturesForAddress for transaction history, getTransaction for full transaction details, and getBlock for block data. For real-time updates combined with historical replay, use our gRPC streaming.

Managed backfills are an enterprise service where we extract, transform, and deliver custom historical datasets directly to your database. You tell us what data you need (programs, addresses, date ranges), and we deliver it in your preferred format to PostgreSQL, S3, ClickHouse, or other destinations.

After your initial backfill, you can keep your data synchronized using our gRPC streaming or WebSocket subscriptions. These provide real-time updates as new transactions are confirmed, ensuring your indexes stay current.

What Our Clients Say

See how teams are using OrbitFlare's historical data for their Solana applications.

Yumin

"Everything is smooth in terms of product delivery and resolving issues. Hope someday we will work on something together."

Yumin

Yumin

Engineer, Blood Solutions

Bryce

"As a developer building a high-speed trading terminal, Orbit Flare has been a game-changer. Their Solana nodes are fast, reliable, and perfect for real-time apps — from transaction data to WebSocket performance, everything just works."

Bryce

Bryce

Founder, Vyper

Bolt

"Very happy with both the quality of the service you provide and the instant support. I believe in the products you ship. Keep going 💪"

Bolt

Bolt

Web3 Engineer, Lunar Labs

Ktec

"Orbit offers great services, and I've been using it since the beginning. I'm a very happy customer!"

Ktec

Ktec

Co-founder, Mintech

Start Building Today

Access Complete Solana History

Historical data included with all RPC plans. Build indexers, run analytics, ensure compliance—all powered by OrbitFlare's archival infrastructure.