Nomadic Labs knowledge center
Nomadic LabsTezos Developer PortalTezos stack exchangeTezos Agora
  • πŸ‘‹Introduction
  • Understanding the Tezos blockchain
  • πŸ§‘β€πŸ³Baking - Creating blocks on the Tezos blockchain (DEPRECATED)
  • πŸ–₯️Nodes in the Tezos blockchain (DEPRECATED)
  • πŸ”Tezos Amendment Process (DEPRECATED)
  • 🎟️Tickets (DEPRECATED)
  • πŸ”Sapling - Make confidential transactions on Tezos (DEPRECATED)
  • ✍️Formal Verification
  • How-To
    • πŸ› οΈSpin up a Tezos baking node (DEPRECATED)
    • πŸ’‘Prepare your baker for Ithaca2 (DEPRECATED)
    • πŸ”‚Run a persistent baking node (DEPRECATED)
    • πŸ”ŒSelect a public node (DEPRECATED)
    • πŸ’»Run a Tezos node (DEPRECATED)
    • πŸ™‹β€β™‚οΈDemonstrate ownership of a tz address (DEPRECATED)
    • πŸ“₯Submit transactions to a specific baker (DEPRECATED)
    • πŸš€Estimate Tezos performances (DEPRECATED)
    • πŸ’°Estimate transaction cost (DEPRECATED)
  • Decentralized Applications
    • πŸ’ΈDeFi on the Tezos blockchain
    • 🎨Non-Fungible Tokens (NFTs) on the Tezos blockchain
    • πŸ—οΈHome Base DAO
    • πŸ†”Self-sovereign Identities
      • Introduction
      • Issues surrounding decentralized identity
      • Development of the notion of identity
      • Decentralized identifiers
      • Decentralized identity platforms
      • Tezos and decentralized identity
      • Sources & bibliography
  • Projects
    • πŸ‡ͺπŸ‡ΊEuroTz
    • β˜‘οΈWhitelist smart contract
    • 🎨Rarible
  • Tools
    • πŸ”§Recommended tooling
  • FAQ
    • ❓Installation & data volume
    • ❔Network flow
Powered by GitBook
On this page
  • What is the size of the Tezos Blockchain?
  • What is the size of each block?
  • How much does the blockchain grow per day?
  • What is the minimum required hardware for a node?

Was this helpful?

  1. FAQ

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)

PreviousRecommended toolingNextNetwork flow

Last updated 3 years ago

Was this helpful?

❓