# 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>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.metahi.world/metahi/faq/general/what-is-a-blockchain.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
