# Scanning Random Space

<figure><img src="/files/jeyi08z7skJ8BHi5tqR0" alt=""><figcaption></figcaption></figure>

*The proof-of-work involves scanning for a value that when hashed, such as with SHA-256, the hash begins with a number of zero bits. The average work required is exponential in the number of zero bits required and can be verified by executing a single hash.*

\- Satoshi Nakamoto, Bitcoin Whitepaper

The proof-of-work process involves:

* Taking a block header which is arranged in a pre-defined format and using it **plus a ‘nonce’ value** (a nonce is an arbitrary number that can be used just once in cryptographic communication) as the message to be hashed.
* The node passes out block headers containing a hashed record of all the transactions the block includes plus a timestamp and a unique identifier to hash machines whose hashing power is being applied to solving its block.

Critically, **validation of the Proof-of-work** is as simple as hashing the block header including the winning nonce value. Nodes do this before verifying the block’s contents to ensure they are working on a block solution which has been solved by a capable node.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://hub.bsvblockchain.org/higher-learning/bsv-academy/bitcoin-whitepaper-series/section-4-proof-of-work-bitcoin-whitepaper/scanning-random-space.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
