# on receiving block 944037 here $ date -u '+%Y-%m-%dT%H:%M:%SZ' 2026-04-07T11:37:13Z # as written in the block header 2026-04-07T11:36:51Z $ uptime # since last reboot 11:37:12 up 19 days, 2:30, 0 users, load average: 0.71, 1.34, 1.83 $ battery.sh 100%, Power Supply Online $ uname -smnr Linux singer 6.18.2-0-lts x86_64 $ grep ^MemAvailable /proc/meminfo MemAvailable: 1999712 kB $ du -h -d1 .bitcoin/ 12.1G .bitcoin/indexes 4.4G .bitcoin/signet 2.7M .bitcoin/wallets 97.8G .bitcoin/blocks 18.6M .bitcoin/regtest 10.6G .bitcoin/chainstate 125.0G .bitcoin/ $ df -h . Filesystem Size Used Available Use% Mounted on /dev/sda3 911.4G 433.3G 477.1G 48% / $ bitcoind -version Bitcoin Core daemon version v31.0rc2 bitcoind Copyright (C) 2009-2026 The Bitcoin Core developers Please contribute if you find Bitcoin Core useful. Visit for further information about the software. The source code is available from . This is experimental software. Distributed under the MIT software license, see the accompanying file COPYING or $ BC=$(bitcoin-cli getblockcount); echo $BC 944037 $ BH=$(bitcoin-cli getblockhash 944037); echo $BH 00000000000000000001c257fe1cd3aca6176d5019566457a924cb24d3c191c5 $ bitcoin-cli getblockheader 00000000000000000001c257fe1cd3aca6176d5019566457a924cb24d3c191c5 { "hash": "00000000000000000001c257fe1cd3aca6176d5019566457a924cb24d3c191c5", "confirmations": 1, "height": 944037, "version": 536961024, "versionHex": "20016000", "merkleroot": "e2f5648dbf7cd322ac9c6287806f318f54830ad636c73a79a290646b96a56125", "time": 1775561811, "mediantime": 1775556214, "nonce": 182288837, "bits": "17020684", "target": "0000000000000000000206840000000000000000000000000000000000000000", "difficulty": 138966872071213.2, "chainwork": "00000000000000000000000000000000000000011d9e74eb7393917f2ccfe0b0", "nTx": 3591, "previousblockhash": "000000000000000000011f9ae9026121cf500558dee7d1c1e6402c31a3cb7c3c" } $ echo $BH | tr 0 . | fold -w 4 | paste -d " " - - - - .... .... .... .... ...1 c257 fe1c d3ac a617 6d5. 1956 6457 a924 cb24 d3c1 91c5 $ : Following was the shortform $ : from which shortkode came $ last=${BH: -4} $ a=$(echo $BH | cut -b-60 \ | fold -w 4 \ | grep -Ev '^(0000|[^0]{4})$') $ R=$(echo $a $last | cut -b-20) $ printf "%s sf: " $BC $ { echo $R | grep "$last$" \ || echo $R M; } | tr "0\n" ". " echo 944037 sf: ...1 6d5. 91c5 $ : Following was the shortkode $ : from which anecdote came $ nz=$(echo $BH | fold -w 4 \ | grep -cE '^[^0]{4}$') $ z=$(echo $BH | fold -w 4 \ | grep -c '^0000$') $ nzzs=$(((${nz}<<4)+${z})) $ printf "%s sk: " $BC $ printf "%s %x\n" \ $last \ $nzzs \ | tr 0 . 944037 sk: 91c5 a4 $ : Following is an anecdote $ all=$(echo $BH | fold -w 4 \ | sed 's/^/0x/' \ | paste -s | tr '\t' ^) $ printf "%s ak: " $BC $ printf "%04x %02x\n" \ $(($all)) $nzzs \ | tr 0 . 944037 ak: 79a4 a4 $ : Following is the jointkode 944037 jk: 91c5 79a4 a4 ### niceblack moved to the end $ bitcoin-cli getmempoolinfo { "loaded": true, "size": 23933, "bytes": 9249448, "usage": 56528112, "total_fee": 0.01449952, "maxmempool": 300000000, "mempoolminfee": 0.00000100, "minrelaytxfee": 0.00000100, "incrementalrelayfee": 0.00000100, "unbroadcastcount": 1, "fullrbf": true, "permitbaremultisig": true, "maxdatacarriersize": 100000, "limitclustercount": 64, "limitclustersize": 101000, "optimal": true } $ gmm.sh 156 ## Current epoch estimation is -1.1% ## 549 of 2016, i.e. 27%, 1467 to go ## Current and previous two in numbers: $ bitcoin-cli getnetworkhashps 2016 9.832577560272078e+20 $ bitcoin-cli getnetworkhashps 2016 943487 9.942372658458654e+20 $ bitcoin-cli getnetworkhashps 2016 941471 9.575843405435805e+20 $ bitcoin-cli gettxoutsetinfo muhash { "height": 944037, "bestblock": "00000000000000000001c257fe1cd3aca6176d5019566457a924cb24d3c191c5", "txouts": 165086856, "bogosize": 12935159032, "muhash": "f0b018f4969a805551c3236b9c140f073a1f20a5ab43d57a6fe69e6ad2de6dbc", "total_amount": 20012388.65520469, "total_unspendable_amount": 230.09479531, "block_info": { "prevout_spent": 14157.41724869, "coinbase": 3.15631867, "new_outputs_ex_coinbase": 14157.38593002, "unspendable": 0.00000000, "unspendables": { "genesis_block": 0.00000000, "bip30": 0.00000000, "scripts": 0.00000000, "unclaimed_rewards": 0.00000000 } } } $ bitcoin-cli getblockstats 944037 { "avgfee": 872, "avgfeerate": 3, "avgtxsize": 472, "blockhash": "00000000000000000001c257fe1cd3aca6176d5019566457a924cb24d3c191c5", "feerate_percentiles": [ 1, 1, 2, 3, 4 ], "height": 944037, "ins": 8246, "maxfee": 99052, "maxfeerate": 151, "maxtxsize": 105457, "medianfee": 423, "mediantime": 1775556214, "mediantxsize": 223, "minfee": 14, "minfeerate": 0, "mintxsize": 150, "outs": 8946, "subsidy": 312500000, "swtotal_size": 1583666, "swtotal_weight": 3543311, "swtxs": 3281, "time": 1775561811, "total_out": 1415738593002, "total_size": 1695766, "total_weight": 3991711, "totalfee": 3131867, "txs": 3591, "utxo_increase": 700, "utxo_size_inc": 56350, "utxo_increase_actual": 578, "utxo_size_inc_actual": 44045 } $ bitcoin-cli getnettotals { "totalbytesrecv": 4237979211, "totalbytessent": 9219538730, "timemillis": 1775561833487, "uploadtarget": { "timeframe": 86400, "target": 0, "target_reached": false, "serve_historical_blocks": true, "bytes_left_in_cycle": 0, "time_left_in_cycle": 0 } } $ bitcoin-cli -netinfo Bitcoin Core client v31.0rc2 - server 70016/Satoshi:31.0.0/ ipv4 npr total block in 16 1 17 out 11 0 11 2 total 27 1 28 Local services: witness, compact filters, network limited, p2p v2 Local addresses: n/a $ bitcoin-cli -addrinfo { "addresses_known": { "ipv4": 62011, "ipv6": 0, "onion": 0, "i2p": 0, "cjdns": 0, "total": 62011 } } $ halving.sh 944037 ===================================== Bitcoin Block Halving prediction ===================================== bc=944037 gbt=1231006505 bbt=1775561811 This is average time to mine a block (1775561811-1231006505)/944037 bts=576.8362142201902889502329 Now let's multiply that by 1050000 which is the block number of next halving and get the prediction: Tue Mar 14 22:18:26 UTC 2028 ------------------------------------- Next palindrome will be 944449 predicted to happen at this time: Fri Apr 10 05:37:47 UTC 2026 ------------------------------------- Current mining epoch number is 468. The next fortnight happens in block 945504 and probably around this time: Fri Apr 17 06:40:29 UTC 2026 ### v2_peerinfo are in v2_peerinfo-bitcoin.txt $ bitcoin-cli getpeerinfo | grep -w 'v2' | uniq -c 15 "transport_protocol_type": "v2", $ bitcoin-cli getpeerinfo \ | jq -r '.[] | select ( .transport_protocol_type == "v2" ) | .addr + " " + .session_id' \ | while read addr sid do a=$(echo ${addr%\]*} | tr -d '\[' | md5sum | cut -b-16); printf "%s\n\t%s\n" "$a" "$sid" done aa553ee8cea85fe0 dc95a76ee26addfed640e64fc8fd12c9d792238dd7a6d94bedf4cfd7796354bb 28fedca04b7887ac b0cfc453555c6174441b04b48773edd9e454227cd9ce8e3e2f4a4513fbaebd75 1957d89a90d1886f e60144424987c961b9e8d1e05ec7026400946a8bee433ea851811401ce2f8eab cfe855ce8ca537e1 46dc23905ab0e89d5ea5fe14f882eb96cb68c1f0e28f96d6f267be68729cb9a0 793aa6b16f184fe2 288f399824371fc9616fd44a0026b47aa68c3b423c5d1569d4d8c16b69bec790 4a89496d1d8583ca 9ddf15d0c90ea68d0d93aa174d7f0ee52d3887e8d01b31af43ba9b12e000d125 6dd1586401433524 4247dc12074acbdd4ed644683d8c5ca04478fd833797cb578dd2bde9883e5c15 70e8634654f4590b bec5cac797dae6987d69a0f1e8f7427981324333d79c9ee70ec66aeada3333e7 200a1ee50612a94b 0b720956bcfe72dbdd16bd59c935a104c09e4cfd837c0e5f1377939048f067e9 8e20d00239ea5c02 c49d97bc5301ae4eca750c767f8c3d640c7a38e4bdbba8a1c34423e78ee3c3c2 d9c374770f75b307 99ebea71da54f434656615ef8595847decfa0acddaf96eb767355cd83aa28d22 488b39130806983a 7fcbcda894da4886a3ae9ec6615faed3ebbbf2d1fa906922ee0957787ac9d309 3f1c4f9145d5366d d673c7e421c4c4ce8b157c0d27c573b52e7dd4488a95b5c8de3e3fdcd26cf01c 2799b2534fa585bd 07adeb8eda07a28cfc2b74a9e58126b7a5bbff58edffd38a9049be92fbb4ce8d 70ce71488ba96560 b6698bae621e574fba269a5cc8ac81c3ae42e8f88a38038c1484ab61147d6c15 $ niceblack.sh $BH $BC ##### # # # # # # # # ###### # # # # # ####### ####### # # # # ##### # # ### ##### ####### # # # # # # # # # # # # ##### # # # # # # # # # # ### ##### # ,----- .123 4567 89ab cdef -----, | | | .. .... .... .... .... .f | | 1. ...1 c257 fe1c d3ac 1f | | 2. a617 6d5. 1956 6457 2f | | 3. a924 cb24 d3c1 91c5 3f | '=== ==== ==== ==== ==== ===' jk: 91c5 79a4 a4