Blockchain - Simple English Wikipedia, the free encyclopedia

A Blockchain (or block chain) is a series of digital entries, which cannot be easily changed once they are created. It is commonly used in cryptocurrency. It is how digital transactions are recorded and verified. This is done by using several concepts from cryptography, including digital signatures and hash functions. In very basic terms, a blockchain combines the following two ideas:

  1. Given some data, it is easy to calculate a checksum over the data. Special hash functions can be designed to calculate this checksum. These functions can be designed to return a value that always has the same length, which is not dependent on the length of the input. This value is called hash value, or message digest. The functions also have another property: Given the same input, they must return the same output (hash value/message digest).
  2. In addition to the hash values, a block typically also contains a timestamp, and some payload. Each block uses a digital signature, which allows detecting any change in the data since the signature was made. When new blocks of data are created, the newly created block will also contain the hash value of the previous block.[1][2]
Photo of Block Chain

In most cases, a blockchain is managed by a peer-to-peer network. All peers use a common protocol that specifies how they should communicate with each other, how a new block is created and validated. Once recorded, the data in any given block cannot be changed easily any more. Changing the block means all the blocks after it need to be changed as well. Depending on the protocol, this will require a majority of the peers, or even all the peers, to agree.

Blockchains are secure by design. Blockchain technology is used where keeping a correct record is important. Use cases include medical records,[3][4] identity management,[5][6][7] food traceability,[8] gaming[9] and voting.[10][11]

Blockchain was invented by Stuart Haber and Scott Stornetta in 1991 as a means to assure the integrity of digital records. Haber and Stornetta launched the world's first commercial blockchain; Surety in 1995.

In 2008, Satoshi Nakamoto included as references 3 and 4 of Bitcoin: A Peer to Peer Electronic Cash System,[12] the two papers by Haber and Stornetta [13][14] to serve as the public transaction ledger of the cryptocurrency bitcoin.[15] Because of its blockchain, bitcoin became the first digital currency to solve the double-spending problem without the need of a trusted authority or central server. The bitcoin design has inspired other applications.[15][16]

References[change | change source]

  1. Narayanan, Arvind; Bonneau, Joseph; Felten, Edward; Miller, Andrew; Goldfeder, Steven (2016). Bitcoin and cryptocurrency technologies: a comprehensive introduction. Princeton: Princeton University Press. ISBN 978-0-691-17169-2.
  2. "Crypto bookkeeping". Archived from the original on 2020-01-29. Retrieved 2020-02-21. Friday, February 21, 2020
  3. Yuan, Ben; Lin, Wendy; McDonnell, Colin. "Blockchains and electronic health records" (PDF). mcdonnell.mit.edu. Archived from the original (PDF) on 25 December 2016. Retrieved 27 June 2018.
  4. Ekblaw, Ariel; Azaria, Asaf (19 September 2016). "MedRec: Medical Data Management on the Blockchain". PubPub. Archived from the original on 19 January 2017.
  5. Yurcan, Bryan (8 April 2016). "How Blockchain Fits into the Future of Digital Identity". American Banker. SourceMedia. Archived from the original on 19 January 2017.
  6. Prisco, Giulio (3 June 2016). "Microsoft Building Open Blockchain-Based Identity System With Blockstack, ConsenSys". Bitcoin Magazine. BTC Media LLC. Archived from the original on 31 January 2017.
  7. Prisco, Giulio (18 August 2016). "Department of Homeland Security Awards Blockchain Tech Development Grants for Identity Management and Privacy Protection". Bitcoin Magazine. BTC Media LLC. Archived from the original on 19 January 2017.
  8. Browne, Ryan (22 August 2017). "IBM partners with Nestle, Unilever and other food giants to trace food contamination with blockchain". CNBC. Archived from the original on 26 August 2017.
  9. "Battle of the Blockchains Yield Yak Reveal - About Relay". about.relaychain.com. 2022-03-30. Retrieved 2022-06-29.
  10. "What is Blockchain Technology?". Follow My Vote. Archived from the original on 15 January 2018. Retrieved 18 December 2017.
  11. "Bitcoin for beginners". Friday, January 10, 2020
  12. Nakamoto, Satoshi (Oct 31, 2008). "Bitcoin: A Peer to Peer Electronic Cash System" (PDF). bitcoin.org.
  13. Stuart Haber, Scott Stornetta (1991). "How to time stamp a digital document" (PDF). www.anf.es. Archived from the original (PDF) on 2018-11-03. Retrieved 2018-09-21.
  14. "Improving the Efficiency and Reliability of Digital Time-Stamping". Improving the efficiency and reliability of digital time stamping. 1993. pp. 329–334. CiteSeerX 10.1.1.71.4891. doi:10.1007/978-1-4613-9323-8_24. ISBN 978-1-4613-9325-2. {{cite book}}: Cite uses deprecated parameter |authors= (help)
  15. 15.0 15.1 "Blockchains: The great chain of being sure about things". The Economist. 31 October 2015. Archived from the original on 3 July 2016. Retrieved 18 June 2016. The technology behind bitcoin lets people who do not know or trust each other build a dependable ledger. This has implications far beyond the crypto currency.
  16. Popper, Nathan (21 May 2016). "A Venture Fund With Plenty of Virtual Capital, but No Capitalist". The New York Times. Archived from the original on 22 May 2016. Retrieved 23 May 2016.

External links[change | change source]