---
title: "Every block of Blockchain consist of what elements?"  
description: "Every block of Blockchain consist of what elements?"  
author: "Sandra Emily"  
published: 2022-05-19  
canonical: https://answers.mindstick.com/qa/97493/every-block-of-blockchain-consist-of-what-elements  
category: "troubleshooting"  
tags: ["troubleshooting", "blockchain"]  
reading_time: 1 minute  

---

# Every block of Blockchain consist of what elements?

Every [block](https://www.mindstick.com/interview/867/can-multiple-catch-blocks-be-executed) of [Blockchain](https://www.mindstick.com/articles/44073/blockchain-could-transform-the-world) consist of what [elements](https://www.mindstick.com/forum/1440/wpf-button-with-multiple-text-elements)?

## Answers

### Answer by Hitesh Vohra

- A blockchain is a growing list of documents, known as blocks, that are cryptographically linked together. A cryptographic hash of the preceding block, a timestamp, and transaction data are all included in each block (generally represented as a Merkle tree, where data nodes are represented by leafs).
- A blockchain is run by a network of computers known as nodes. They are in continual communication about new transactions and blocks. The blockchain's infrastructure is made up of nodes. A complete node is one that keeps a copy of the blockchain on its computer.
- Miners are also nodes. They, like all the other nodes, contribute to the network by passing data and preserving a copy of the blockchain.
- These **three elements must be present in every block:**
- The previous block's hash pointer
- Timestamp
- List of transactions

\

\

**Read More: [What are the uses of metaverse?](https://answers.mindstick.com/qa/97504/what-are-the-uses-of-metaverse)**


---

Original Source: https://answers.mindstick.com/qa/97493/every-block-of-blockchain-consist-of-what-elements

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
