# The Bitcoin Ledger

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

In conventional accounting practices, **ledgers** are utilized to track the flow of money as it is spent and received. Bitcoin builds upon this foundational concept by employing a **global ledger** that records and maintains the state of all Bitcoin transactions. This ledger is continuously updated and shared among all participants in the network, **ensuring that every peer agrees on a single, unified state of transactions**.

<figure><img src="/files/6Y3dUvjUjaL2toXReXSZ" alt=""><figcaption></figcaption></figure>

When we refer to the **Bitcoin ledger**, we are discussing this **global record** that encompasses all transactions ever made using Bitcoin. This distributed ledger is a critical component of the Bitcoin ecosystem, as it **enhances transparency and security**.


---

# 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-basics-protocol-and-design/introduction-to-bitcoin-protocol-and-design/the-bitcoin-ledger.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.
