Skip to main content

Bitcoin — brief overview of concepts, limits and statistics

 

The oldest, most well known and arguably the symbol of crypto buzz is based on a few concepts that have been around for some time. The ledger has been around for a few centuries. Gold is popular as medium of transaction and store of value for thousands of years. It is not by coincidence that gold attained that position. Gold does not oxidized or rust, gold heavier than all readily available metals hence impossible to fake, gold is hard to destruct, requires aqua regia — a very potent mixture of nitric and hydrochloric acid, etc. The advances in Internet, cryptography and computing made it possible to implement these ideas eventually in a novel way in the past couple of decades.


The first or genesis block

  1. Ledger — block chain
  2. Immutability and durability— block chain and hash
  3. Trust — Proof of Work and consensus
  4. Reward and fees — coinbase and satoshi
  5. Transaction and script — Authentication and authorization
  6. Information sharing — peer-to-peer network
  7. Mempool — store of all unconfirmed or not blocked transactions
  8. Wallets — addresses and accounting
  1. Number of bitcoins — 21 million.
  2. Rate of block creation — about 1 per 10 minutes . Adjusted to remain around 10 minutes every 14 days or 2016 blocks by changing the difficulty of hash.
  3. Smallest part of bitcoin is a satoshi — 1 bitcoin is 100,000, 000 satoshis.
  4. End of reward — about 2137 , when reward for creating a block becomes 1 satoshi. After that miners will only earn fees.
  5. Maximum block size — 4 byte number, hence 4 GB
  1. Largest block [1] — 1.471 MB on 12/27/2021
  2. Smallest block [1]— ~0 MB from 1/16/2009 to 6/09/2010
  3. Quickest block [1]— ~ 3.367 min on 9/7/2019
  4. Slowest block [1]— ` 28.95 min on 06/12/2012 and 08/21/2017
  5. Most transactions in a block [1] — ~ 2713 on 3/31/2019
  6. Highest per transaction fee [1]— $59.858 on 04/19/2021
  7. Lowest per transaction fee [1] — $0 — from 1/16/2009 to ~ 03/19/2011
  8. Highest transactions per sec [1]— 7.733 on 04/16/2019
  9. Lowest transactions per sec [1]— 1.25 on 06/21/2018
  10. Number of wallets with 1000+ BTC [3] — 2258 with 7.9 million BTC,
  11. Number of individuals with 1000+ BTC [3] — 1013
  12. Most bitcoin in a wallet [5] — 252,597 belongs to Binance
  13. Number of unique wallets [1] — 80 million
  14. Number of nodes in bitcoin network [6] — about 15, 000
  15. Cost of mining 1 bitcoin [7] — about $10,100.00 for RIOT
  16. Number of big miners [1011] — about 12 pools and 6 public companies
  17. Most prolific miner [1011] — FoundryUSA Pool (750), RIOT (458)
  18. Number of orphaned blocks [26] — probably below 10 per day.


  1. SHA256 hashing [4]
  2. Elliptic Curve Digital Signature Algorithm (ECDSA) public key [4]
  3. Secp256k1 — parameters of elliptic curve used in Bitcoin’s public-key cryptography [4]
  4. Merkel Tree [15]
  5. Schnorr signature — new in the recent Taproot update
  6. TCP/IP based peer-to-peer network [8]—
  7. C++ based software [8] —


New developments:
  1. Bitcoin chain explorer, https://www.blockchain.com/explorer?view=btc
  2. Book, https://www.oreilly.com/library/view/mastering-bitcoinhttps://github.com/bitcoinbook/bitcoinbook
  3. Blockchain Analysis of the Bitcoin Market, https://www.nber.org/papers/w29396
  4. Elliptic Curve Digital Signature, https://en.bitcoin.it/wiki/Elliptic_Curve_Digital_Signature_Algorithm
  5. Richest bitcoin addresses, https://bitinfocharts.com/top-100-richest-bitcoin-addresses.html
  6. Node count, https://bitnodes.io/
  7. Riot Corporate Presentation Updated January 14, 2022, https://d1io3yog0oux5.cloudfront.net/_f380ae3466e909021a4ffb0240eec459/riotblockchain/db/447/4156/pdf/RIOT+Corporate+Deck+011421.pdf
  8. Code repository, https://github.com/bitcoin
  9. Bitcoin wiki, https://en.bitcoin.it/wiki/Main_Page
  10. Bitcoin mining pools, https://btc.com/btc/insights-pools
  11. Most crypto miners’ bitcoin production grew in January as network difficulty hits new high, https://seekingalpha.com/news/3796143-most-crypto-miners-bitcoin-production-grew-in-january-as-network-difficulty-hits-new-high
  12. Transaction, https://developer.bitcoin.org/examples/transactions.html
  13. Transaction format, https://developer.bitcoin.org/reference/transactions.html#:~:text=Bitcoin%20transactions%20are%20broadcast%20between,part%20of%20the%20consensus%20rules.
  14. Script , https://en.bitcoin.it/wiki/Script
  15. Merkel tree — https://en.bitcoinwiki.org/wiki/Merkle_tree
  16. Taproot, https://en.bitcoin.it/wiki/BIP_0341
  17. Merkelized Abstract Syntax Trees, https://www.mit.edu/~jlrubin/public/pdfs/858report.pdf
  18. Merkelized Abstract Syntax Tree, https://en.bitcoin.it/wiki/BIP_0114
  19. Taproot script, SIGHASH_ANYPREVOUT for Taproot Scripts, https://en.bitcoin.it/wiki/BIP_0118
  20. Lightning network, https://cointelegraph.com/bitcoin-for-beginners/what-is-the-lightning-network-in-bitcoin-and-how-does-it-work
  21. Lightning network, https://lightning.network/
  22. Lightning network, https://github.com/lightningnetwork/lnd
  23. Lightning network, https://github.com/ElementsProject/lightning
  24. Lightning network, https://github.com/lightning/bolts/blob/master/00-introduction.md
  25. Block Chain, https://developer.bitcoin.org/devguide/block_chain.html
  26. Orphan blocks, https://www.blockchain.com/charts/n-orphaned-blocks


Comments