BSV
BSV Intel
Network Intelligence Report
Wednesday, March 4, 2026
Chain healthy · No reorgs detected
Blocks 938,734938,878 · 112,459 txs scanned
Block Interval
8.8m
Normal PoW cadence
Avg Txs / Block
776
145 blocks scanned
Mempool
285
128.9 MB pending
Max Txs/Block
9,723
Peak activity
Connected Nodes
48
48% on Bitcoin SV:1.2.0
Capital Flow Monitor
166 movements
Major
4
>10K BSV · ~$150,000+
Notable
27
1K–10K · ~$15,000–150,000
Significant
135
100–1K · ~$1,500–15,000
Amount TX Shape Pattern
28,936.07 BSV
≈ $434,041
fa9d2c1bc0... 1 2 neutral
28,445.24 BSV
≈ $426,679
820df108af... 1 2 neutral
28,395.24 BSV
≈ $425,929
a502102cda... 1 2 neutral
11,059.04 BSV
≈ $165,886
ff0cf35044... 6 2 consolidation
3,034.31 BSV
≈ $45,515
731015d465... 2 3 neutral
Chain Health
All Clear
Chain Tip
Single active tip
157 stale tips (normal PoW behavior).
Block Production
8.8 min avg
145-block span (21h). 75 fast blocks.
Transaction Volume
776 avg/block
112,459 total txs across 145 blocks. Peak: 9,723 txs.
Majority Client
Bitcoin SV:1.2.0
48% of 48 nodes. 10 client versions observed.
Mining Distribution (145 blocks, full 24h)
Mining-Dutch
28.3%
41 blks
CUVVE
16.6%
24 blks
taal.com
12.4%
18 blks
GorillaPool
11.7%
17 blks
qdlnk
10.3%
15 blks
/molepool.com/
8.3%
12 blks
taal.com_Teranode
6.2%
9 blks
SA100
4.8%
7 blks
Mined by Bitofsin pool
1.4%
2 blks
Block Timing Analysis
145 blocks
Average Interval
8.8 min
Expected: ~10 min. Median: 4.8 min.
Range
0.1m – 77.3m
Fastest to slowest block interval observed.
Fast Blocks (<5 min)
75
Hashrate bursts or luck variance.
Slow Blocks (>20 min)
15
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.

Script Usage Taxonomy
233,975 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.
Purpose Distribution
59.9%
39.9%
0.2%
Payment Data Publication Contracts
PAYMENT
P2PKH140,101
P2PK0
Multisig38
DATA PUBLICATION
OP_RETURN92,143
Ordinal envelopes1,035
Spendable metadata*248
CONTRACTS
Custom locking scripts410
23 unique structures
Detected Protocols (from Data Publication)
MAP: 872B://: 590TreeChat: 553AIP: 332DATA_CARRIER: 34
Protocol detection is based on known marker patterns. Absence of a marker does not imply absence of meaning.
⬡ Script of the Day — Multi-Signature
What it does: Requires multiple signatures (M-of-N) to spend. Used for shared custody, escrow, and organizational funds.

Why it matters: Enables trustless collaboration and enhanced security for high-value transactions.
TX dc061853d1... · Block 938,735 · 88 bytes
2CHECKMULTISIGRETURNTRUE
OP_2 <PUSH> <PUSH> OP_2 OP_CHECKMULTISIG OP_RETURN <PUSH> <PUSH> OP_TRUE
Selected from 38 candidates in this category.
* 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.
AI Network Analysis
Gemini Pro

### BSV Daily Network Health Report

Chain Status

The network is operating on a single dominant active chain tip, indicating normal chain convergence. No deep reorg activity was observed.

Block production cadence was faster than the 10-minute target, with an average interval of 8.8 minutes over the 24-hour period. Analysis of the 145 blocks shows 75 blocks (52%) were found in under 5 minutes, while 15 blocks (10%) took longer than 20 minutes. This variability is consistent with the probabilistic nature of Proof-of-Work.

Economic Activity

A total of 112,459 transactions were processed on-chain in the past 24 hours.

Block activity showed an average of 776 transactions per block. The most active block contained 9,723 transactions, while the least active contained only 1.

The real-time mempool snapshot shows 285 pending transactions, representing approximately 132 MB of data. This indicates moderate demand, with network capacity remaining significantly underutilized.

Mining Distribution

Hash power distribution is spread across nine distinct entities, with no single miner controlling a majority share. The largest contributor over the 24-hour window was Mining-Dutch with 28.3%.

Full 24-hour distribution (145 blocks):

Mining-Dutch: 41 blocks (28.3%)

CUVVE: 24 blocks (16.6%)

taal.com: 18 blocks (12.4%)

GorillaPool: 17 blocks (11.7%)

qdlnk: 15 blocks (10.3%)

/molepool.com/: 12 blocks (8.3%)

taal.com_Teranode: 9 blocks (6.2%)

SA100: 7 blocks (4.8%)

Mined by Bitofsin pool: 2 blocks (1.4%)

Whale Activity

Significant large-value movements were observed, with 166 transactions exceeding 100 BSV.

Tier breakdown:

Over 10,000 BSV: 4 transactions

1,000 - 10,000 BSV: 27 transactions

100 - 1,000 BSV: 135 transactions

The top three transactions, all exceeding 28,000 BSV, were neutral 1-input-to-2-output movements, often characteristic of internal wallet management or cold storage transfers. The fourth largest was an 11,059 BSV consolidation transaction. This pattern of high-value internal movement suggests capital management by large holders rather than direct exchange-related flows.

Script Taxonomy

On-chain activity was a mix of value transfer and data publication. Of 233,975 total outputs, 59.9% were for PAYMENT, 39.9% for DATA_PUBLICATION, and 0.2% for programmable CONTRACTS.

The most common output structures were standard P2PKH payments (140,101) and OP_RETURN data carriers (92,143). Activity from Ordinal-style inscriptions (1,035) and custom contracts (410) was also present.

Protocols detected include MAP (872), B:// (590), and TreeChat (553).

Script of the Day: Multi-Signature

What it does: Requires multiple cryptographic signatures (an M-of-N threshold, e.g., 2-of-3) to authorize spending funds from an address.

Why it matters: It enables trustless collaboration and enhanced security for shared wallets, corporate funds, and escrow services by eliminating single points of failure.

Node Software

The network's node distribution shows a plurality running the latest major version. Coordination appears stable, with 48% of visible nodes on client version 1.2.0.

Version distribution:

/Bitcoin SV:1.2.0/: 23 nodes (48%)

/Bitcoin SV:1.1.0/: 12 nodes (25%)

/Bitcoin SV:1.1.1/: 6 nodes (13%)

Other versions: 7 nodes (14%)

Network active with significant on-chain movement.

Node Software Distribution
48 peers
Bitcoin SV:1.2.0 23 nodes 48%
Bitcoin SV:1.1.0 12 nodes 25%
Bitcoin SV:1.1.1 6 nodes 13%
Bitcoin SV:1.0.16 1 node 2%
Bitcoin SV:1.0.11 1 node 2%
bitcoin-jcl:1.0.0 1 node 2%
Bitcoin Atlas:1.0.0 1 node 2%
Bitcoin SV 1 node 2%
btcwire:0.5.0Bitcoin SV:1.1.0 1 node 2%
BlockTorrent:1.0 1 node 2%