# Merkle Paths and Block Headers

<figure><img src="/files/7wE0kC56hexaTEgLNsVL" alt=""><figcaption></figcaption></figure>

To understand SPV, it is vital to grasp the concepts of **Merkle paths** and **block headers**.

#### Merkle Paths

A Merkle path is **a cryptographic proof that demonstrates the existence of a specific transaction** within a block without the need to examine every transaction in that block. This is achieved by providing a path of hashes that leads from the transaction in question to the root of the Merkle tree, which is a **structure that organizes transactions within a block**.

#### Block Headers

Block headers serve as **summaries of blocks in the blockchain**. Each header contains essential information, including a reference to the **previous block, a timestamp, and a Merkle root hash** that represents all transactions in that block. Instead of downloading the entire blockchain, SPV clients only need to access these headers, which significantly reduces the data load—approximately **65MB compared to the full blockchain size**.

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


---

# 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/bsv-network-topology/spv-wallets-unlocking-simplified-payment-verification-for-secure-transactions/merkle-paths-and-block-headers.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.
