---
title: "How does a block is recognized in the Blockchain approach?"  
description: "How does a block is recognized in the Blockchain approach?"  
author: "Sandra Emily"  
published: 2022-05-18  
canonical: https://answers.mindstick.com/qa/97469/how-does-a-block-is-recognized-in-the-blockchain-approach  
category: "troubleshooting"  
tags: ["troubleshooting", "blockchain"]  
reading_time: 1 minute  

---

# How does a block is recognized in the Blockchain approach?

How does a [block](https://www.mindstick.com/interview/867/can-multiple-catch-blocks-be-executed) is recognized in the [Blockchain](https://www.mindstick.com/articles/44073/blockchain-could-transform-the-world) [approach](https://www.mindstick.com/interview/985/what-are-the-approaches-that-you-will-follow-for-making-a-program-very-efficient)?

## Answers

### Answer by Hitesh Vohra

- A hash value is included in each block of the **blockchain.** The hash value serves as a link to the block that came before it, as well as transaction data and a time stamp.
- A block is a digital safe that stores and locks information indefinitely. The data put to a certain block is immutable, which means it cannot be changed or erased. Each block of data is linked to previous blocks of data, and the block hierarchy cannot be altered unless 51 percent of blockchain participants agree to one or both of the changes.
- A automated algorithm is used to calculate the information in the block. This algorithm converts a transaction or piece of information into a string of letters and numbers up to 64 digits long. The Hash function is the name for this calculation.

\

**Read More: [What are the different types of Blockchains?](https://answers.mindstick.com/qa/97464/what-are-the-different-types-of-blockchains)**


---

Original Source: https://answers.mindstick.com/qa/97469/how-does-a-block-is-recognized-in-the-blockchain-approach

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
