# What is the role of a node in mining?

Source URL: https://helpcenter.dxp-frontend.devserver.app/education/nodes/introduction-and-role/what-is-the-role-of-a-node-in-mining
Updated: 2026-04-16T10:25:10.000Z
Category: Introduction and Role
Section: What is the role of a Bitcoin node?

---

Generally, a mining node is a full node with the mining option enabled. However, they can also be [lightweight nodes](https://blog.blockstream.com/education/nodes/what-are-the-types-of-bitcoin-nodes/) participating in a mining pool, with the pool server maintaining the full node.

The mining node constructs blocks and fills them with a properly ordered set of transactions from the pool of open transactions called the mempool (short for memory pool).

Next, it typically uses purpose-built mining hardware called ASICs (or other mining hardware) to find a number (the nonce), which, when combined with the block header, results in the block header’s hash value below the current threshold given by the previous difficulty adjustment. This process is called mining or hashing (we will cover this more in future education articles). If it finds a valid combination, it broadcasts the block along with the number it found so that other nodes can verify the validity of the claim. Thus, mining nodes compete to create Bitcoin blocks. Once a block is successfully mined, it is added to the blockchain, and the process repeats for the next block.

Navigation: Blockstream Help Center > Education > Introduction and Role > What is the role of a node in mining?

## Related Articles in This Section
- [What is a Bitcoin node?](https://helpcenter.dxp-frontend.devserver.app/education/nodes/introduction-and-role/what-is-a-bitcoin-node)
- [What are the types of Bitcoin nodes?](https://helpcenter.dxp-frontend.devserver.app/education/nodes/introduction-and-role/what-are-the-types-of-bitcoin-nodes)
- [Should I run a Bitcoin full node or a pruned node?](https://helpcenter.dxp-frontend.devserver.app/education/nodes/introduction-and-role/should-i-run-a-bitcoin-full-node-or-a-pruned-node)
- [What is the role of a Bitcoin node?](https://helpcenter.dxp-frontend.devserver.app/education/nodes/introduction-and-role/what-is-the-role-of-a-bitcoin-node)
- [What is the role of a node in mining?](https://helpcenter.dxp-frontend.devserver.app/education/nodes/introduction-and-role/what-is-the-role-of-a-node-in-mining) (current)
