Skip to main content
Raw Shred Stream sends live raw Solana shreds from one ThorNode location to a UDP receiver that you operate. The dashboard labels this product ShredStream. The output is protocol bytes, not decoded transactions.

Live raw shreds

Quick reference

Receive your first packets

Follow the Raw Shred Stream quickstart to run a minimal UDP receiver, register its public IPv4 and port, and see the first packets arrive.

Handle UDP in production

UDP does not acknowledge or sequence delivery for your application. Design the consumer around these outcomes: Monitor socket drops, application queue depth, packet rate, and byte rate. Raw Shred Stream does not decode, validate, persist, or replay packets for your consumer. Registration limits and enabled locations come from the selected access in the dashboard.

Troubleshooting

If you restrict inbound traffic by source, obtain the current source ranges from ThorNode support instead of relying on a copied allowlist.

Next steps