Skip to content
Sat, Jul 25 UTC 22:30:31 MKT CAP $1.99T
BitcoinBTC $64,390.48 +0.37% EthereumETH $1,875.21 +0.86% TetherUSDT $1.00 +0.00% BNBBNB $569.67 +0.91% XRPXRP $1.10 +0.85% USD CoinUSDC $1.00 +0.00% SolanaSOL $74.41 +0.76% TRONTRX $0.3315 +0.30% DogecoinDOGE $0.0723 +4.44% XMR $362.66 -0.12% CardanoADA $0.1650 +0.79% ToncoinTON $1.60 +0.95% StellarXLM $0.1788 +0.85% ChainlinkLINK $8.38 +0.76% DaiDAI $1.00 +0.00% Bitcoin CashBCH $209.50 -0.14%
Glossary

What is Genesis Block? Intermediate

The genesis block is the very first block of a blockchain, the one every later block ultimately points back to. It is special because it has no predecessor to reference, so it cannot be produced by the ordinary mining process. Instead it is written directly into the network's software, and every node accepts it as the agreed starting point.

Every ordinary <a href="/glossary/block/">block</a> contains the fingerprint of the block before it, which is what turns a pile of blocks into a chain. The first block has nothing behind it, so that field is simply empty or filled with zeros. Because there is no parent to validate against, a genesis block cannot be checked the usual way. It is hard-coded into the client software instead, which means agreeing on it is a condition of joining the network at all.

That makes the genesis block a quiet piece of governance. If two groups run software with different starting blocks, they are not two views of one network; they are two separate networks that can never reconcile. Contrast that with a <a href="/glossary/fork/">fork</a>, where both sides still share a common history and can point at the same origin. Chains launched as copies of an existing project usually keep the original genesis block precisely so that shared history is preserved.

Genesis blocks often carry a deliberate message. Because the block's contents are permanent and visible to anyone, founders have used the space to record a phrase, a headline or a statement of intent. Bitcoin's genesis block famously embeds a line of newspaper text in its first transaction, which serves as proof that the block was not created earlier than that edition. It also demonstrates the durability of the record: it is still readable today by anyone with a <a href="/glossary/block-explorer/">block explorer</a>.

One quirk trips people up. On some networks the coins issued in the genesis block cannot be spent at all, because of how the original software indexed that first transaction. The balance shows up in wallet software and in explorers, people occasionally send funds to it as a tribute, and none of it can ever move. It is a reminder that early code becomes permanent in a way ordinary software never does.

Key takeaways

  • The genesis block is trusted by declaration rather than by validation, because there is nothing before it to check against.
  • Two networks with different genesis blocks are separate chains, not competing versions of the same one.
  • Anything written into a genesis block is permanent, which is why founders treat it as a statement as much as a data structure.

Genesis Block — frequently asked questions

Is the genesis block numbered zero or one?

Most software counts it as block zero, so the first mined block afterwards is height one. A few explorers and older tools display it as block one instead, which causes confusing off-by-one differences when you compare block counts across sources. If a figure looks one block out, check which convention the tool uses before assuming something is wrong.

Could a genesis block ever be changed?

Not on a running network. Changing it would require every participant to install software with a different hard-coded starting point, and the result would be a brand-new chain sharing none of the old history. In effect, altering the genesis block is not an edit at all; it is launching a different network and asking everyone to abandon the first one.

This definition is educational and not financial advice. Crypto is volatile and high-risk — always do your own research.
Keep learning

New to crypto, or filling in the gaps? Work through the essentials in Learn, browse every term A–Z, or see live prices for the coins these concepts power.