Old Faithful Historical Archive
Old Faithful is Triton's open-source solution to the Solana historical ledger problem, making the entire history of Solana accessible to everyone. Sponsored by the Solana Foundation, this project empowers you to explore Solana's blockchain from genesis to the latest block.
Key Features
Full Historical Access: Retrieve any Solana block from previous epochs!
Flexible APIs: Access data via standard JSON-RPC, via or high-performance gRPC streams.
Self-Hosted or Managed: Run your own archive node (requires significant storage) or use Triton's managed endpoints.
Open Source: Built in the open for transparency and community collaboration.
Getting Started
Old Faithful is automatically integrated into your Triton One subscription. By making a getBlock or getTransaction call for historical data, our systems will intelligently route you to Old Faithful as required.
Jetstreamer
Jetstreamer is our recommended approach to backfilling large amounts of data from the Old Faithful archives. It supports filtering and customizable backends for storing the data. You can also use already existing geyser plugins for processing the data.
Deprecated: gRPC
⚠️ Service Retired The current hosted version of the gRPC interface is retired. We are working on an updated version. You can still self-host this. Please contact support@triton.one for assistance.
Most JSON-RPC methods can be made with gRPC and for greater efficiency we've also implemented StreamTransactions and StreamBlocks which allow you to filter large troves of data server side and receive only what's relevant for you. You can see examples in the gRPC docs page.
Additional Resources
Support
For questions, feedback, or to request access, please contact customer support or your account representative.
Last updated
Was this helpful?