# Spent Transactions

***

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

*Once the latest transaction in a coin is buried under enough blocks, the spent transactions before it can be discarded to save disk space.*

Satoshi Nakamoto, Bitcoin Whitepaper

A **spent transaction** refers to a transaction in which the **outputs have been utilized as inputs** in a subsequent transaction, effectively consuming the tokens involved.

This **immutability is crucial**; once a transaction is confirmed and included in a block, it cannot be altered or removed. The **responsibility for retaining records** of these spent transactions **shifts to the individuals who initiated them**, who may choose to store them through various means such as **archive services or private storage solutions**.


---

# 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-7-reclaiming-disk-space-bitcoin-whitepaper/spent-transactions.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.
