Is there a special name for the block currently at the head of the chain?

4

1

Just as we have the genesis block which is block 0, is there a special name for the block currently at the head of the chain? Obviously such a block would be observer dependent and never absolute but I am curious all the same.

Matthew Roberts

Posted 2015-03-21T03:03:16.577

Reputation: 165

Answers

4

The Bitcoin source code refers to it as the 'tip,' e.g., UpdateTip, SetTip, ConnectTip. It's sometimes referred to as the latest block; that's not totally accurate, since the latest block is not always the tip.

Nick ODell

Posted 2015-03-21T03:03:16.577

Reputation: 26 536

This is more what I was looking for. "Latest block" seems to imply more finality than what exists in reality.Matthew Roberts 2015-03-21T03:35:18.283

0

Nothing formal, but "latest block" pretty much describes it.

Jimmy Song

Posted 2015-03-21T03:03:16.577

Reputation: 7 067