Section I: Introduction
April 9, 2026

Permissionless vs. Permissioned Ledgers Public blockchains (like Bitcoin) assume participants are anonymous and untrusted. However, private/permissioned blockchains are used by known entities (like a consortium of banks) who share a ledger and want mathematical guarantees of accuracy.
A blockchain is not one single invention. It is the clever synthesis of three distinct technologies.
Sign
Broadcast
Mempool
Chain
The Hash Link: This is where the “chain” in blockchain comes in. The new block contains the “fingerprint” (cryptographic hash) of the previous block.
Immutability: Because Block 102 contains the fingerprint of Block 101, you cannot change a transaction in Block 101 without breaking Block 102, Block 103, and so on.
Alice’s Transaction is Finalized: Alice’s transaction is now a part of that shared chain, recorded for all to see.
| Alice | -5 |
| Bob | +5 |
| Alice | -5 |
| Bob | +5 |
| Alice | -5 |
| Bob | +5 |

Blockchain at a Glance — Army Cyber Institute — April 9, 2026