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.
Solana Archive
Complete blockchain history
Genesis
Mar 2020
Present
Live
Included With Your Plan
Historical data access comes standard with our RPC infrastructure.
Solana RPC Nodes
Historical data access included with all RPC node plans at no extra cost.
Dedicated Nodes
Add historical data access to your dedicated infrastructure.
gRPC Streaming
Combine historical backfills with real-time gRPC streaming.
Why OrbitFlare Historical Data
Enterprise-grade archival infrastructure included with your plan.
Complete History
Access Solana's entire blockchain history since genesis—every transaction, block, and account state.
Low Latency Queries
Performance-optimized archival storage delivers fast lookup times for historical data queries.
Global Redundancy
Archival data replicated across 11 global regions for maximum availability and low-latency access.
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.
// 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'
});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.
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
Backfill Request Example
Tell us your requirements, we handle the rest
How It Works
Get started with historical data in three simple steps.
Choose Your Plan
Historical data is included with RPC nodes or can be added to dedicated nodes. Select the plan that fits your needs.
Query Historical Data
Use standard Solana RPC methods or gRPC streaming to query historical transactions, blocks, and account states.
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.

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

"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
Founder, Vyper
"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
Web3 Engineer, Lunar Labs

"Orbit offers great services, and I've been using it since the beginning. I'm a very happy customer!"
Ktec
Co-founder, Mintech
Access Complete Solana History
Historical data included with all RPC plans. Build indexers, run analytics, ensure compliance—all powered by OrbitFlare's archival infrastructure.