939,914 total txs across 144 blocks. Peak: 67,735 txs.
Majority Client
Bitcoin SV:1.2.0
71% of 17 nodes. No version fragmentation.
Mining Distribution (144 blocks, full 24h)
CUVVE
26.4%
38 blks
taal.com
21.5%
31 blks
molepool.com
19.4%
28 blks
SA100
11.1%
16 blks
qdlnk
10.4%
15 blks
GorillaPool
7.6%
11 blks
Mining-Dutch
2.1%
3 blks
unknown
1.4%
2 blks
◷ Block Timing Analysis
145 blocks
Average Interval
10.2 min
Expected: ~10 min. Median: 7 min.
Range
0m – 91.3m
Fastest to slowest block interval observed.
Fast Blocks (<5 min)
53
Hashrate bursts or luck variance.
Slow Blocks (>20 min)
19
PoW variance — expected in Poisson process.
A Poisson process is a random event process where events occur independently at a stable average rate, but with unpredictable spacing.
▦ Transaction Velocity
939,914 txs mapped
Transaction volume by UTC hour, broken into 10-minute windows.
Coverage: 2026-03-20 10:06 → 2026-03-21 10:25 UTC
Peak: 71,590 txs/windowCoverage: 145 blocks
Dark cells indicate 10-minute windows where no block was mined — a natural result of the Poisson process governing Proof of Work. Transactions during these windows appear in the next mined block.
⬡ Script Usage Taxonomy
1,888,536 outputs
This section describes how Bitcoin scripts were used in this scan window.
We classify activity in three layers: purpose, structure, and protocol.
Purpose describes why an output exists (payment, data publication, or programmable conditions).
Structure describes how that purpose is implemented in script (e.g., P2PKH, OP_RETURN, conditional envelope).
Protocol describes the semantic meaning of embedded data when identifiable (e.g., MAP, B://).
Because Bitcoin Script does not explicitly declare intent, some classifications are inferred from structure and are labeled as heuristic where appropriate.
Protocol detection is based on known marker patterns. Absence of a marker does not imply absence of meaning.
⬡ Script of the Day — Data Carrier (OP_RETURN)
What it does: This script begins with OP_RETURN, which terminates execution and marks the output as unspendable. The remaining bytes carry arbitrary data.
Why it matters: Currently the most common method for data publication. Used by protocols like B://, MAP, AIP, and TreeChat for files, metadata, and social content.
*Spendable metadata (heuristic): Scripts with signature verification followed by data removed via OP_DROP. Metadata not consumed by validation logic but remains on-chain.
†Unique structures: A contract structure is a normalized script skeleton with variable data (hashes, signatures, pubkeys) removed.