Libre Dex Logo
Search mobile
menu
Inscription #44,999,189
text/plain;charset=utf-8view raw data
"considered to have an implicit input equal in size to the subsidy, followed by\nan input for every fee-paying transaction in the block, in the order that those\ntransactions appear in the block. The implicit subsidy input carries the\nblock's newly created sats. The implicit fee inputs carry the sats that were\npaid as fees in the block's transactions.\n\nUnderpaying the subsidy does not change the ordinal numbers of sats mined\nin subsequent blocks. Ordinals depend only on how many sats could have been\nmined, not how many actually were.\n\n=== Specification ===\n\nSats are numbered and transferred with the following algorithm:\n\n<pre>\n# subsidy of block at given height\ndef subsidy(height):\n  return 50 * 100_000_000 >> height // 210_000\n\n# first ordinal of subsidy of block at given height\ndef first_ordinal(height):\n  start = 0\n  for height in range(height):\n    start += subsidy(height)\n  return start\n\n# assign ordinals in given block\ndef assign_ordinals(block):\n  first = first_ordinal(block.height)\n  last = first + subsidy(block.height)\n"
Share this inscription:
https://libre.org/inscriptions/1804-1ci0
copy inscription
ID
1804-1ci0 copy inscription
Owned By
bc1pp-rhnpk
Inscribed by
bc1pp-rhnpk
Inscription Date
Nov 30, 2023, 09:41 AM
Sat
1653209638654125
Rarity
common