A blockchain is a database, or digital ledger, made up of a series of interconnected blocks containing transaction data from the network over some period of time.

Distributed ledger technology (DLT) is another name frequently used in relation to blockchains.

Blockchain networks are at the heart of cryptocurrencies.

Each block in a blockchain also contains a unique identifier unlike any other block in the chain called a hash.  Think of the hash as a fingerprint identifying that block for all other blocks.

The hash is super important to the overall function of the blockchain, as hashing is used in the processing of the transactions that happen on a blockchain.

Hashing makes it possible to quickly and securely process transaction data because it takes transaction data of different lengths and transforms it into a fixed-length value.

The value can be called at any point, providing quick access to transaction details and addresses.

Newly created blocks also contain data in them related to the previous block. This relationship between consecutive blocks is what makes blockchains nearly unalterable, or immutable.

For a block to be changed by a hacker, for example, he’d have to alter not just a single block, but every block after the first block that was altered.

The creation of blocks is possible because of cryptography.

Blocks are created or mined by network participants called miners or validators, depending on the consensus mechanism that is used by the blockchain, who validate network transactions and then package them up in a new block.

Miners and validators are incentivized with rewards (cryptocurrency = money!) for the work they provide to the blockchain network.

The two most famous blockchains in existence today are Bitcoin and Ethereum.

They are examples of public blockchains, which allow anybody to view the transactional history that’s taken place on a blockchain.

Most of today’s most well-known blockchains are public blockchains, as opposed to private blockchains.

Many blockchains are also described as permissionless, meaning anyone can download the software needed to run a blockchain node, allowing them to connect to the network and start creating and validating transactions, and mining blocks.

In the same respect, anyone can take the blockchain software, install it, and then modify it to grant access to only specific users with specific network permissions.  This is called a permissioned blockchain.