# Installation & data volume

## What is the size of the Tezos Blockchain?

The greediest mode is "archive", today it takes around 80GB There are also "rolling" and "full" nodes, with which you can launch your tezos node thanks to a recent snapshot of the blockchain. For snapshots taken the 14th of September 2020, it weighs between 474Mb (rolling node) and 4,7Gb (full node) and a few minutes to set up.

## What is the size of each block?

The maximum size for a block is 512kB, with one block per minute in the Edo protocol.

## How much does the blockchain grow per day?

Since it depends on the activity on the blockchain, there is no fixed value. On the other hand, there is a block created every minute and a block max size is 512kB, the maximum it could increase in a day would be 737,28 MB.

## What is the minimum required hardware for a node?

We recommend the following:

* Server available 24/7 with stable internet connection
* At least 8 GB of RAM
* SSD disk (preferably with more than 100 GB storage)


---

# 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://docs.nomadic-labs.com/nomadic-labs-knowledge-center/faq/installation-data-volume.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.
