The Solana/SVM blockchain ecosystem generates approximately 210,000 blocks daily, amounting to nearly 1TB of data. Retrieving this
volume through conventional RPC services over an extended period poses significant challenges due to the sheer scale of data involved.
To save all the struggles that would come from fetching data via regular RPC, we are archiving data in larger chunks that compress very well.
The data is verified, ensuring that there are zero missed data points.
306071751-306072000.blocks.gz |
209.2 MB |
306072001-306072250.blocks.gz |
220.54 MB |
306072251-306072500.blocks.gz |
222.83 MB |
Archives
We are building raw data archives every 250 blocks; they are an ideal source for creating datasets or populating other data storages.
There are multiple channels and SVM chains supported at the moment, and we are constantly expanding the list.
The anatomy of the archives is quite simple: they consist of JSON entries separated by new lines. There's no need for complex deserialization or any other dependencies. Read more details in the
documentation.
When we build archives, we also track block hashes and ensure that all data is complete, resulting in zero missing entries. You can click on the left side to download some samples to explore firsthand.