---
title: "Proof of Work (PoW)"
url: "https://www.unknowngravity.com/en/glosario/proof-of-work-pow"
site: Unknown Gravity
published: "2025-06-07T15:06:54+00:00"
modified: "2026-07-15T10:51:28+00:00"
language: en-US
description: "Proof of Work (PoW) It's a cryptographic consensus mechanism used in blockchain networks such as Bitcoin and, formerly, Ethereum, in which participating nodes (miners) are competing to solve a…"
section: "Home > Proof of Work (PoW)"
---

# Proof of Work (PoW)

GLOSSARY · BLOCKCHAIN & WEB3

A consensus mechanism that requires solving complex calculations to validate transactions and create new blocks on the blockchain.

WHAT IS IT? · FOR DUMMIES

**Proof of Work** is like a **contest between computers**. They all try to solve a very difficult mathematical problem, and the first one to succeed **wins the right to write the next page on the blockchain**. This is how you make sure everything is in order and no one cheats, but it takes **a lot of energy and power** to compete.

WHAT IS IT? · PRO

**Proof of Work (PoW)** It's a **cryptographic consensus mechanism** used in blockchain networks such as Bitcoin and, formerly, Ethereum, in which **participating nodes (miners)** are competing to solve a **computationally costly problem**, generally based on finding a hash that meets certain difficulty conditions (such as a certain number of leading zeros).

This process involves:

- Each miner takes the block data (transactions, timestamp, previous hash) and varies by **Nonce**.
- Then, it applies a hash function (e.g. SHA-256) until it finds a valid result.
- The first to succeed **Propagate the block to the network**, and if accepted, you receive a **reward (block reward + fees)**.
- The rest of the network validates the block without redoing the work.

The purpose of PoW is twofold:

1. **Validate the legitimacy of transactions and maintain the integrity of the chain.**
2. **Protect the network against attacks**, such as double spending or censorship, since **modifying a block would require redoing all the work associated with all subsequent blocks**, which is economically unfeasible without controlling more than 51% of the computing power (hashrate).

Among its key properties:

- **Extremely high security**, due to the high economic cost of participating and attacking.
- **Effective decentralization**, since anyone with the right hardware can join.
- **Adjustable difficulty**, to maintain constant intervals between blocks (in Bitcoin, ~10 minutes).

However, PoW is also criticized for its **high energy consumption**, since it requires specialized hardware (ASICs, GPUs) and generates a significant carbon footprint, which has motivated the transition to more efficient mechanisms such as **Proof of Stake (PoS)** on networks like Ethereum.

## 01 / Key points

- Consensus mechanism based on mathematical problem solving
- Requires computing power to compete to add new blocks
- Used by networks like Bitcoin and Litecoin
- Provides security, resistance to attacks and decentralized validation
- It involves significant energy expenditure and specialized hardware

## 02 / Advantages

- **Robust security against fraud and network attacks**
- **Tested and stable model**, especially in Bitcoin
- **Completely decentralized if the hashrate is well distributed**
- **Difficult to manipulate** due to the cost and effort it requires
- **No need for trust between nodes or validators**

## 03 / Disadvantages

- **Very high energy consumption**, with a significant environmental impact
- **High technical and economic barrier to entry for new miners**
- **Lower efficiency and scalability** than models like PoS or BFT
- **Hashrate centralization in large mining pools**
- **High operating cost**, which may limit individual participation

RELATED CONCEPTS

[Hash](/en/glosario/hash) [Nonce](/en/glosario/nonce) [Blockchain](/en/glosario/blockchain) [Gas](/en/glosario/gas) [Proof of Stake (PoS)](/en/glosario/proof-of-stake-pos)

KEEP LEARNING

[How cryptocurrency mining works and its environmental impact](/en/articulos/como-funciona-la-mineria-de-criptomonedas) [Does Blockchain pollute? What you need to know about sustainability](/en/articulos/blockchain-contamina-lo-que-debes-saber-sobre-sostenibilidad-en-web3) [The History of Bitcoin: From Its Creation to the Present Day](/en/articulos/la-historia-de-bitcoin-desde-su-creacion-hasta-la-actualidad) [Decentralization in Blockchain: Transformation, Benefits and Future](/en/articulos/la-importancia-de-la-descentralizacion-en-blockchain) [Comparison of smart contracts programming languages](/en/articulos/lenguajes-programacion-smart-contracts)

RELATED SERVICES

[Blockchain protocol development](/en/servicios/desarrollo-de-protocolos-blockchain) [Blockchain consulting for companies](/en/servicios/consultoria-blockchain) [Web3 Development](/en/servicios/desarrollo-web3) [Smart contract auditing](/en/servicios/blockchain-security-audits)

[Full glossary](/en/glosario)

This entry is informative. It is not legal, tax or investment advice. The rules cited change: check the current version on [BOE](https://www.boe.es) and [EUR-Lex](https://eur-lex.europa.eu).
