Block Height
Protocol
Number of blocks since genesis; position in the chain.
Block height is the count of blocks since the first block. It is a simple way to reference a moment in chain history and to see how far a node has synced. It does not prove finality on its own, but it helps you coordinate and debug.
Frequently asked questions
Does higher height mean finality?
Not by itself. It shows progress. Finality depends on the chain’s consensus rules and safety guarantees.Why do different nodes show different heights?
They may be syncing or on slightly different tips. Healthy networks converge quickly as blocks propagate.How do I use height in practice?
Use it to reference events, track sync progress, and align off chain systems with on chain time.