Watch one record travel: source, ingest, query.
Follow a bounded slice of live public data end to end on one page. It arrives off the wire (real Bitcoin blocks over our own P2P node, live Binance ticks), gets ingested into the substrate with a measured write rate, and is queried back four different ways, each number measured on this box in one shared run. Nothing is typed in by hand.
source → ingest → query · ● one shared run
01Source
Real data off the wire: Bitcoin blocks over our own P2P parser node, and live Binance ticks. No REST, no CSV, no bitcoind.
1.41Bbtc txs (window)
965.7Kblocks
669binance ticks
● inbound value-flow tape
BTC tx·3172F6 → addr·001BD8 · 0 BTC
BTC tx·3172F7 → addr·002E99 · 4.48e-4 BTC
BTC tx·3172F7 → addr·001BD8 · 0 BTC
BTC tx·3172F8 → addr·002E99 · 4.47e-4 BTC
BTC tx·3172F8 → addr·001BD8 · 0 BTC
BTC tx·3172F9 → addr·002E99 · 4.47e-4 BTC
BTC tx·3172F9 → addr·001BD8 · 0 BTC
BTC tx·3172FA → addr·002E99 · 4.46e-4 BTC
BNC Binance aggTrades · ready · 669 ticks streamed
02Ingest
A bounded slice of the tape is appended into a throwaway scratch shard on the root disk (never a live store), single-flight, measured. Deleted right after.
measuring the observed ingest… the write rate + node/edge counters render here
03Query
The just-ingested subgraph, read back through four database faces, each a measured badge, all on one copy of the data.
measuring the four query faces over the just-ingested subgraph…
One record's whole journey, measured on this box: it arrives off the wire, is ingested into a
bounded throwaway scratch with a measured write rate, and is read back four ways from the one
copy. The scratch never touches a live store and is deleted after every run. All numbers come
from one shared run, so a full room of spectators watching adds zero measurement load.