> For the complete documentation index, see [llms.txt](https://hub.bsvblockchain.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hub.bsvblockchain.org/wiki/introduction/history-of-bitcoin.md).

# History of Bitcoin

The following is a list of notable events in the history of Bitcoin.

1. 2008 Satoshi Nakamoto publishes the [the Bitcoin white paper](https://bsvassociation.org/wp-content/uploads/2025/06/bitcoin.pdf) on The Cryptography Mailing List at metzdowd.com ([Satoshi's posts](https://www.mail-archive.com/search?l=cryptography@metzdowd.com\&q=from:%22Satoshi+Nakamoto%22)) describing the Bitcoin protocol.
2. 2009 The Bitcoin network comes into existence on the 3rd of January with the release of the first Bitcoin client, wxBitcoin, and the issuance of the first Bitcoins. Satoshi includes a message in the [first block](https://whatsonchain.com/block/000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f) via the coinbase transaction: "The Times 03/Jan/2009 Chancellor on brink of second bailout for banks".
3. 2010 The first exchange rates for Bitcoin are set by individuals on the bitcointalk forums. In May, Laszlo Hanyecz purchases two pizzas with 10,000 Bitcoin.
4. 2011
5. 2012 [BitPay](https://www.americanbanker.com/news/bitpay-signs-1-000-merchants-to-accept-bitcoin-payments) reports having over 1000 merchants accepting Bitcoin under its payment processing service.
6. 2013
7. 2014 “Silk Road”, a goods exchange platform which used Bitcoin for primarily criminal activity, is shut down completely. This is the first example of the Bitcoin public ledger being used in criminal prosecutions.
8. 2015
9. 2016
10. 2017 On August 1st, developers introduce Segregated Witness (SegWit), which modifies the usage of digital signatures in transactions. Miners who oppose this change continue mining the original ruleset, which is renamed Bitcoin Cash (BCH), while the SegWit chain retains the BTC ticker. In December, the price of Bitcoin reaches $4000 and BTC reaches almost $20,000 per coin giving the Bitcoins exchanged for pizzas in 2010 a value over $200 million.
11. 2018 In November, developers of the BCH network introduce Canonical Transaction Ordering (CTOR) and new opcodes to the Bitcoin Cash ruleset. Miners who oppose these changes continue mining the original ruleset, which is renamed Bitcoin Satoshi Vision (BSV), while the changed chain retains the Bitcoin Cash name and ticker.
12. 2019
13. 2020 In February, Bitcoin SV delivers the Genesis upgrade, which reverts many changes made to the original protocol and removes hard limits inserted by earlier developers, restoring miner-configurable settings for block size, script size and other consensus parameters.
14. 2021 onwards Bitcoin SV Node continues to receive protocol upgrades, including the Chronicle release which re-enables previously disabled opcodes.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://hub.bsvblockchain.org/wiki/introduction/history-of-bitcoin.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
