# What is a Blockchain?

<figure><img src="https://images.unsplash.com/photo-1639322537228-f710d846310a?crop=entropy&#x26;cs=srgb&#x26;fm=jpg&#x26;ixid=MnwxOTcwMjR8MHwxfHNlYXJjaHwyfHxibG9ja2NoYWlufGVufDB8fHx8MTY4MTM4MzEzMA&#x26;ixlib=rb-4.0.3&#x26;q=85" alt=""><figcaption></figcaption></figure>

Blockchain is a type of shared database that differs from a typical database in the way it stores information, blockchains store data in connected blocks. As new data arrives, it is added to a new block. Once the block has been filled with data, it is chained onto the previous block, putting the data in chronological sequence.&#x20;

A blockchain may store several types of data, but its most popular application so far has been as a transaction ledger. Decentralized blockchains are immutable, which implies that data input is irreversible, and transactions are forever recorded and viewed by everyone.

{% embed url="<https://hackernoon.com/blockchain-a-short-and-simple-explanation-with-pictures-d60d652f207f>" %}
