AEL/ block explorerconnecting

root@ael:/blocks

Verify the ledger,
not the landing page.

Every accepted transition commits its application-state root and payload hash into a SHA-256 block linked to its predecessor. The public header exposes commitments, never private key material.

chain integrityโ€”
recorded blocksโ€”
history beginsโ€”
hashSHA-256

/latest

heighttransitionblock hashstate rootvotes

/what-this-proves

Tamper-evident ordering.

Changing a committed header breaks its hash and every later predecessor link. In network-consensus mode, four separate validators independently execute each transition and three matching signed votes are required.

/what-this-does-not-prove

Not decentralized mainnet yet.

The devnet still has a fixed coordinator and its hosted services are not independent organizations. Leader rotation, validator governance, independent operators and external audits remain mainnet gates.