Back to networks
S

Solana Devnet

solana:EtWTRABZaYq6iMfeYKouRu166VU2xqa1SolanaOther
Get API key
Blocks indexed87.7MFull archive
Archive size2.9 TiBUncompressed block data
Block time372 msAverage over July 2026
New blocks / day232.4KAverage over July 2026
Blocks added7.2MDuring July 2026
Archive growth391 GiBAdded during July 2026

Pull a block stream in one command

Set $SF_API_TOKEN to a key from your dashboard, then run this against Solana Devnet.

grpcurl -H "authorization: Bearer $SF_API_TOKEN" \
-d '{"start_block_num": -100, "final_blocks_only": true}' \
devnet.sol.streamingfast.io:443 \
sf.firehose.v2.Stream/Blocks

Streams the 100 most recent blocks from Solana Devnet. Firehose reads a negative start_block_num as an offset back from chain head, so no head lookup is needed.

Providers & endpoints

StreamingFast

streamingfast.io
  • Substreamsdevnet.sol.streamingfast.io:443
  • Firehosedevnet.sol.streamingfast.io:443

Pinax

pinax.network
  • Substreamssoldev.substreams.pinax.network:443
  • Firehosesoldev.firehose.pinax.network:443
First block391843999Lowest streamable height
Block modelOthersf.solana.type.v1.Block
ServicesSubstreams · FirehoseNative token: SOL