> For the complete documentation index, see [llms.txt](https://web3-encyclopedia.gitbook.io/web3-encyclopedia/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://web3-encyclopedia.gitbook.io/web3-encyclopedia/bitcoin/bitcoins-blockchain-technology.md).

# Bitcoin's Blockchain Technology

![Source: Euromoney Learning 2020](/files/6ZwaAdri79lM2LIpg7wx)

Cryptocurrencies are part of a [blockchain](https://www.investopedia.com/terms/b/blockchain.asp) and the network required to power it. A blockchain is a distributed ledger, a shared database that stores data. Data within the blockchain are secured by encryption methods. When a transaction takes place on the blockchain, information from the previous block is copied to a new block with the new data, encrypted, and the transaction is verified by validators — called miners — in the network. When a transaction is verified, a new block is opened, and new bitcoin is created, or "mined", and given as a reward to the miner(s) who verified the data within the block. They are then free to use it, hold it or sell it.

Bitcoin uses the SHA-256 hashing algorithm to encrypt the data stored in the blocks on the blockchain. Simply put, transaction data stored in a block is encrypted into a 256-bit hexadecimal number. That number contains all of the transaction data and information linked to the blocks before that block.

The Bitcoin blockchain, specifically, is able to process about seven transactions per second, making it relatively slow for broad-scale transactions as compared to payment processors like Visa. Its slow transaction time is due to its decentralization –– validators around the world must come to a consensus about each transaction before it gets baked into the blockchain. While this is good for security, it can hinder speed, which is why Bitcoin has gravitated more towards a gold-like store of value since its inception.

Transactions are placed into a queue to be validated by miners within the network. Miners in the Bitcoin blockchain network all attempt to verify the same transaction simultaneously. The mining software and hardware work to solve the nonce, a four-byte number included in the block header that miners are attempting to solve. The block header is hashed, or randomly regenerated by a miner repeatedly until it meets a target number specified by the blockchain. The block header is "solved", and a new block is created for more transactions to be encrypted and verified.

<details>

<summary>Source</summary>

1\) [Investopedia](https://www.investopedia.com/terms/b/bitcoin.asp). By [JAKE FRANKENFIELD](https://www.investopedia.com/contributors/82577/) Updated June 13, 2022 Reviewed by [JULIUS MANSA](https://www.investopedia.com/julius-mansa-4799781)Fact checked by [AMANDA JACKSON](https://www.investopedia.com/amanda-jackson-5087772)

</details>


---

# 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://web3-encyclopedia.gitbook.io/web3-encyclopedia/bitcoin/bitcoins-blockchain-technology.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.
