# on receiving block 945063 here $ date -u '+%Y-%m-%dT%H:%M:%SZ' 2026-04-14T17:06:55Z # as written in the block header 2026-04-14T17:06:46Z $ uptime # since last reboot 17:06:55 up 26 days, 7:59, 0 users, load average: 1.21, 1.32, 1.26 $ battery.sh 100%, Power Supply Online $ uname -smnr Linux singer 6.18.2-0-lts x86_64 $ grep ^MemAvailable /proc/meminfo MemAvailable: 2166584 kB $ du -h -d1 .bitcoin/ 12.2G .bitcoin/indexes 4.4G .bitcoin/signet 2.7M .bitcoin/wallets 97.7G .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.4G 477.0G 48% / $ bitcoind -version Bitcoin Core daemon version v31.0.0rc4 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 945063 $ BH=$(bitcoin-cli getblockhash 945063); echo $BH 0000000000000000000192026555fafb850ed94d345df1fe87d11aa795ba925e $ bitcoin-cli getblockheader 0000000000000000000192026555fafb850ed94d345df1fe87d11aa795ba925e { "hash": "0000000000000000000192026555fafb850ed94d345df1fe87d11aa795ba925e", "confirmations": 1, "height": 945063, "version": 538001408, "versionHex": "20114000", "merkleroot": "3b9a3c1c8af9e4a4dc9c6e42c7f54fec16dc645c874ccc684da9ee3dcdee30dd", "time": 1776186406, "mediantime": 1776182170, "nonce": 3453497912, "bits": "17020684", "target": "0000000000000000000206840000000000000000000000000000000000000000", "difficulty": 138966872071213.2, "chainwork": "00000000000000000000000000000000000000011f9902a9add9b8f2a69d1000", "nTx": 2973, "previousblockhash": "00000000000000000001a6d638cb4f8e353b43ed561701cdd8e9fa755594ffe6" } $ echo $BH | tr 0 . | fold -w 4 | paste -d " " - - - - .... .... .... .... ...1 92.2 6555 fafb 85.e d94d 345d f1fe 87d1 1aa7 95ba 925e $ : 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 945063 sf: ...1 92.2 85.e 925e $ : 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 . 945063 sk: 925e 94 $ : 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 . 945063 ak: .edf 94 $ : Following is the jointkode 945063 jk: 925e .edf 94 ### niceblack moved to the end $ bitcoin-cli getmempoolinfo { "loaded": true, "size": 41848, "bytes": 29324058, "usage": 149839224, "total_fee": 0.04123429, "maxmempool": 300000000, "mempoolminfee": 0.00000100, "minrelaytxfee": 0.00000100, "incrementalrelayfee": 0.00000100, "unbroadcastcount": 0, "fullrbf": true, "permitbaremultisig": true, "maxdatacarriersize": 100000, "limitclustercount": 64, "limitclustersize": 101000, "optimal": true } $ gmm.sh 140 ## Current epoch estimation is -2.9% ## 1575 of 2016, i.e. 78%, 441 to go ## Current and previous two in numbers: $ bitcoin-cli getnetworkhashps 2016 9.6533396082358e+20 $ bitcoin-cli getnetworkhashps 2016 943487 9.942372658458654e+20 $ bitcoin-cli getnetworkhashps 2016 941471 9.575843405435805e+20 $ bitcoin-cli gettxoutsetinfo muhash { "height": 945063, "bestblock": "0000000000000000000192026555fafb850ed94d345df1fe87d11aa795ba925e", "txouts": 165197613, "bogosize": 12942870034, "muhash": "f4514e3ed54aac7c6a043c04461fe55115950bcf5800e22ad610c967021408df", "total_amount": 20015594.90489383, "total_unspendable_amount": 230.09510617, "block_info": { "prevout_spent": 8070.50728062, "coinbase": 3.14600517, "new_outputs_ex_coinbase": 8070.48627544, "unspendable": 0.00000001, "unspendables": { "genesis_block": 0.00000000, "bip30": 0.00000000, "scripts": 0.00000001, "unclaimed_rewards": 0.00000000 } } } $ bitcoin-cli getblockstats 945063 { "avgfee": 706, "avgfeerate": 2, "avgtxsize": 524, "blockhash": "0000000000000000000192026555fafb850ed94d345df1fe87d11aa795ba925e", "feerate_percentiles": [ 1, 1, 1, 2, 3 ], "height": 945063, "ins": 8377, "maxfee": 52424, "maxfeerate": 90, "maxtxsize": 53951, "medianfee": 288, "mediantime": 1776182170, "mediantxsize": 223, "minfee": 100, "minfeerate": 0, "mintxsize": 150, "outs": 6886, "subsidy": 312500000, "swtotal_size": 1272480, "swtotal_weight": 2848824, "swtxs": 2718, "time": 1776186406, "total_out": 807048627545, "total_size": 1558177, "total_weight": 3991612, "totalfee": 2100517, "txs": 2973, "utxo_increase": -1491, "utxo_size_inc": -106891, "utxo_increase_actual": -1617, "utxo_size_inc_actual": -118330 } $ bitcoin-cli getnettotals { "totalbytesrecv": 1298336024, "totalbytessent": 3199303002, "timemillis": 1776186415654, "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.0.0rc4 - server 70016/Satoshi:31.0.0/ ipv4 npr total block in 22 1 23 out 10 0 10 2 total 32 1 33 Local services: witness, compact filters, network limited, p2p v2 Local addresses: n/a $ bitcoin-cli -addrinfo { "addresses_known": { "ipv4": 65877, "ipv6": 0, "onion": 0, "i2p": 0, "cjdns": 0, "total": 65877 } } $ halving.sh 945063 ===================================== Bitcoin Block Halving prediction ===================================== bc=945063 gbt=1231006505 bbt=1776186406 This is average time to mine a block (1776186406-1231006505)/945063 bts=576.8708796441299213598232 Now let's multiply that by 1050000 which is the block number of next halving and get the prediction: Wed Mar 15 08:25:05 UTC 2028 ------------------------------------- Next palindrome will be 945549 predicted to happen at this time: Fri Apr 17 22:59:25 UTC 2026 ------------------------------------- Current mining epoch number is 468. The next fortnight happens in block 945504 and probably around this time: Fri Apr 17 15:46:46 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 f56a262282741ea8 4df63dc3c6ced6934e7e313d066ce2be54845ec57965f0fbbbe132913df3a290 755b9f5f93db7723 980b5373be7fa0da140ccfe912855a0dd8472c36f24cba24cb38c93ba67f7e6a 08e90a4e886cc004 b19ee80a24ad973d85ec6c250d333b553204b0f770aa8723c02903f8e7ef8f43 e2e3a8a9b66f66cc 59322e76b5e77ad210cfdddd2d249181a5c2f8b0190ac3d54ab12f933dc1b514 874ecb7e09c0d7ad 6200b6c82799730ff7cfb724410fe6dba6f2830ac6a3f6c8fa9b04e7ae924d2e b981533910ce48a3 ae45381732a48cee007c7de039143946fed374651851a22f6ba8dacaf0cf39da 7fdfd29cf1f60c86 95b63a77ed48bef0d71a2f50b5f79cecf6833d0d817a1b42b24580650fbd03f6 102ab9eb2c54dc95 71d93f553cfa092d3efb195f4480571de4b900406a831880fda71f5f04161a90 6eebcb0b3f6aaadf 1580cd60cd863a012d5ac079453db185f9521c106ea7a900398fa3b7be1c13fa d2a59e8c525e0130 36c6edcbbba6b1b97c9ef1eed66cfcfc7de8d1c26631315f41e9c781368d8fa3 269934913434b9e6 7cab983d42b6ef7e8437f5a3b0dad7b2689a730b92bce2900fda54c524061bb9 d5af3293cde8f897 724478cb113a3d5c7d0a8520d8f6ff57e2f6a8a844dae6f7a1975958546f4989 0c9c19f0478cfecb 4e577a29d1090727661c2230b5a8854cb2f22ccc4dc7c3b8e8864944b11945df f488bbdc72a3b057 5de0a400ff58dfc0e685308f2135416d0cae9dfb95cfa5cb94880c7144c3ec5c 9a3f09ef4ac153c3 9e5c45f042fb7610dfa049674a840383a49d0334fd9907a8f57581a30c01e748 $ niceblack.sh $BH $BC ##### # ####### # # # # # ###### # # ###### # ####### # # # # # # ##### # ##### ### ##### ##### # # # # # # # # # # # # ###### ##### # # # # # # # # # # # ### ##### ##### ,----- .123 4567 89ab cdef -----, | | | .. .... .... .... .... .f | | 1. ...1 92.2 6555 fafb 1f | | 2. 85.e d94d 345d f1fe 2f | | 3. 87d1 1aa7 95ba 925e 3f | '=== ==== ==== ==== ==== ===' jk: 925e .edf 94