๐Ÿ“Œ Key Takeaways

๐Ÿ“Œ How does Blockchain differ from normal Databases?

Storage Structure

One key difference between a typical database and a blockchain is the way the data is structured. A blockchain collects information together in groups, also known as blocks, that hold sets of information. Blocks have certain storage capacities and, when filled, are chained onto the previously filled block, forming a chain of data known as the blockchain. All new information that follows that freshly added block is compiled into a newly formed block that will then also be added to the chain once filled.

A database structures its data into tables whereas a blockchain, like its name implies, structures its data into chunks(blocks) that are chained together. This makes it so that all blockchains are databases but not all databases are blockchains. This system also inherently makes an irreversible timeline of data when implemented in a decentralized nature. When a block is filled it is set in stone and becomes a part of this timeline. Each block in the chain is given an exact timestamp when it is added to the chain.

๐Ÿ“Œ Transaction Process

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/82463f9a-db68-4f36-b925-68c4ce999f44/Untitled.png