Home/Chain Registry/Block #2,924,899

Block #2,924,899

2CCLength 11★★★☆☆

Cunningham Chain of the Second Kind · Discovered 11/16/2018, 3:49:39 AM · Difficulty 11.3563 · 3,911,949 confirmations

2CC
Cunningham Chain of the Second Kind

A sequence where each prime is double the previous prime minus one.

Block Header
Block Hash
6d3b5c58aab2c5e9a0a495bac73f146f67f0167ccc5ef7e51cb5334ff1202081

Difficulty

11.356304

Transactions

11

Size

72.85 KB

Version

2

Bits

0b5b36b6

Nonce

161,141,182

Timestamp

11/16/2018, 3:49:39 AM

Confirmations

3,911,949

Merkle Root

2c9d31d5352cccd224c10e7661ba46f66d724c81eb7890db8e750d21e77abcc6
Transactions (11)
1 in → 1 out8.5400 XPM109 B
50 in → 1 out236.6629 XPM7.27 KB
50 in → 1 out239.1377 XPM7.27 KB
50 in → 1 out228.0140 XPM7.26 KB
50 in → 1 out214.5989 XPM7.27 KB
50 in → 1 out230.3679 XPM7.26 KB
50 in → 1 out205.9146 XPM7.26 KB
50 in → 1 out217.9905 XPM7.26 KB
50 in → 1 out233.1789 XPM7.26 KB
50 in → 1 out237.4623 XPM7.27 KB
Prime Chain Origin

This is the prime chain origin stored in the block header. It is a composite number (not prime itself) — it equals the first prime in the chain multiplied by a primorial. The origin anchors the entire chain to this specific block.

9.304 × 10⁹⁶(97-digit number)
93047608206456873989…10376019108755292160
Discovered Prime Numbers
p_k = 2^k × origin + 1

These are the actual prime numbers discovered by this block, computed using the verified Primecoin formula. Each number has been independently confirmed to pass the Fermat primality test. Use the FactorDB links to verify any number independently.

1
origin + 1
9.304 × 10⁹⁶(97-digit number)
93047608206456873989…10376019108755292161
Verify on FactorDB ↗Wolfram Alpha ↗
×2−1 →
2
2^1 × origin + 1
1.860 × 10⁹⁷(98-digit number)
18609521641291374797…20752038217510584321
Verify on FactorDB ↗Wolfram Alpha ↗
×2−1 →
3
2^2 × origin + 1
3.721 × 10⁹⁷(98-digit number)
37219043282582749595…41504076435021168641
Verify on FactorDB ↗Wolfram Alpha ↗
×2−1 →
4
2^3 × origin + 1
7.443 × 10⁹⁷(98-digit number)
74438086565165499191…83008152870042337281
Verify on FactorDB ↗Wolfram Alpha ↗
×2−1 →
5
2^4 × origin + 1
1.488 × 10⁹⁸(99-digit number)
14887617313033099838…66016305740084674561
Verify on FactorDB ↗Wolfram Alpha ↗
×2−1 →
6
2^5 × origin + 1
2.977 × 10⁹⁸(99-digit number)
29775234626066199676…32032611480169349121
Verify on FactorDB ↗Wolfram Alpha ↗
×2−1 →
7
2^6 × origin + 1
5.955 × 10⁹⁸(99-digit number)
59550469252132399353…64065222960338698241
Verify on FactorDB ↗Wolfram Alpha ↗
×2−1 →
8
2^7 × origin + 1
1.191 × 10⁹⁹(100-digit number)
11910093850426479870…28130445920677396481
Verify on FactorDB ↗Wolfram Alpha ↗
×2−1 →
9
2^8 × origin + 1
2.382 × 10⁹⁹(100-digit number)
23820187700852959741…56260891841354792961
Verify on FactorDB ↗Wolfram Alpha ↗
×2−1 →
10
2^9 × origin + 1
4.764 × 10⁹⁹(100-digit number)
47640375401705919482…12521783682709585921
Verify on FactorDB ↗Wolfram Alpha ↗
×2−1 →
11
2^10 × origin + 1
9.528 × 10⁹⁹(100-digit number)
95280750803411838965…25043567365419171841
Verify on FactorDB ↗Wolfram Alpha ↗

What this block proved

The miner who found this block proved the existence of 11 consecutive prime numbers forming a Cunningham Chain of the Second Kind. The prime chain origin — the large number shown above — anchors the chain and is divisible by a primorial (the product of small primes), cryptographically tying these prime numbers to this specific block.

View full Prime Chain Discovery page →
★★★☆☆
Rarity
RareChain length 11
How Primecoin's Proof-of-Work Constructs These Primes

Primecoin stores a value called the prime chain origin in each block. The miner found a large integer such that when divided by a primorial (the product of small primes: 2 × 3 × 5 × 7 × …), the result is the first prime in the chain. The origin is deliberately divisible by this primorial — that divisibility is part of the proof.

Prime Chain Origin = First Prime × Primorial (2·3·5·7·11·…)
Source: Primecoin prime.cpp — CheckPrimeProofOfWork()

This is why the origin has many small prime factors — those factors are the primorial divisor. The chain then extends from the first prime using the 2CC formula:

2CC: p₁ (first prime), p₂ = 2p₁ − 1, p₃ = 2p₂ − 1, …
Verify on a Primecoin Node

Anyone running a Primecoin node can independently verify this block using the following RPC commands. Run these from the primecoin-cli command line or via the debug console in the Primecoin wallet.

1. Get block hash by height
getblockhash 2924899

Returns the block hash for a given block height. Use this to confirm the hash shown above matches the chain.

2. Get full block data
getblock 6d3b5c58aab2c5e9a0a495bac73f146f67f0167ccc5ef7e51cb5334ff1202081

Returns the full block header including difficulty, prime chain origin, prime chain type, transaction IDs, and all other fields shown on this page.

How to run these commands: To verify this data independently, open a terminal on your own Primecoin node and run primecoin-cli <command>. Alternatively, open the Primecoin-Qt wallet, go to Help → Debug Window → Console, and type the command directly. The node must be fully synced to this block height for the commands to return results.

Cross-reference on Chainz Explorer

Chainz is an independent Primecoin block explorer. Compare this block's data to verify accuracy.

View Block #2,924,899 on Chainz ↗
Circulating Supply:57,939,073 XPM·at block #6,836,847 · updates every 60s
xpmprime.info is a work in progress. If you enjoy using this service you can support this project with a Primecoin donation.
Privacy Policy·

Cookie Preferences

We use cookies to enhance your experience. Some are essential for the site to function, while others help us understand how you use the site.

·Privacy Policy