# on receiving block 954993 here $ date -u '+%Y-%m-%dT%H:%M:%SZ' 2026-06-23T11:07:53Z # as written in the block header 2026-06-23T11:07:32Z $ uptime # since last reboot 11:07:53 up 96 days, 2:00, 0 users, load average: 2.10, 2.30, 2.43 $ battery.sh 172%, Power Supply Online $ uname -smnr Linux singer 6.18.2-0-lts x86_64 $ grep ^MemAvailable /proc/meminfo MemAvailable: 1174432 kB $ du -h -d1 .bitcoin/ 12.3G .bitcoin/indexes 4.7G .bitcoin/signet 2.7M .bitcoin/wallets 97.7G .bitcoin/blocks 18.6M .bitcoin/regtest 10.7G .bitcoin/chainstate 125.6G .bitcoin/ $ df -h . Filesystem Size Used Available Use% Mounted on /dev/sda3 911.4G 434.9G 475.5G 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 954993 $ BH=$(bitcoin-cli getblockhash 954993); echo $BH 000000000000000000001d4ef0ad83d69d00f3d49c8e9ce9cfef52266af61b2f $ bitcoin-cli getblockheader 000000000000000000001d4ef0ad83d69d00f3d49c8e9ce9cfef52266af61b2f { "hash": "000000000000000000001d4ef0ad83d69d00f3d49c8e9ce9cfef52266af61b2f", "confirmations": 1, "height": 954993, "version": 698998784, "versionHex": "29a9e000", "merkleroot": "6fd92d5d6a124071437d9b9a3b8bb3259efc02805ed6142b5dcb8303d322b4d2", "time": 1782212852, "mediantime": 1782210786, "nonce": 1301627025, "bits": "170240c3", "target": "0000000000000000000240c30000000000000000000000000000000000000000", "difficulty": 124932866006548.2, "chainwork": "00000000000000000000000000000000000000013220ddce6993fe9795b6eb9a", "nTx": 1672, "previousblockhash": "000000000000000000017757676f8f3fcbf899ab9e9212ac7a6855a618a74170" } $ echo $BH | tr 0 . | fold -w 4 | paste -d " " - - - - .... .... .... .... .... 1d4e f.ad 83d6 9d.. f3d4 9c8e 9ce9 cfef 5226 6af6 1b2f $ : 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 954993 sf: f.ad 9d.. 1b2f $ : 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 . 954993 sk: 1b2f 95 $ : 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 . 954993 ak: ec96 95 $ : Following is the jointkode 954993 jk: 1b2f ec96 95 ### niceblack moved to the end $ bitcoin-cli getmempoolinfo { "loaded": true, "size": 99700, "bytes": 45665716, "usage": 252867584, "total_fee": 0.10872383, "maxmempool": 300000000, "mempoolminfee": 0.00000100, "minrelaytxfee": 0.00000100, "incrementalrelayfee": 0.00000100, "unbroadcastcount": 35, "fullrbf": true, "permitbaremultisig": true, "maxdatacarriersize": 100000, "limitclustercount": 64, "limitclustersize": 101000, "optimal": true } $ gmm.sh 238 ## Current epoch estimation is +4.24% ## 1425 of 2016, i.e. 70%, 591 to go ## Current and previous two in numbers: $ bitcoin-cli getnetworkhashps 2016 9.318622216132056e+20 $ bitcoin-cli getnetworkhashps 2016 953567 8.939523168672514e+20 $ bitcoin-cli getnetworkhashps 2016 951551 9.944499015556698e+20 $ bitcoin-cli gettxoutsetinfo muhash { "height": 954993, "bestblock": "000000000000000000001d4ef0ad83d69d00f3d49c8e9ce9cfef52266af61b2f", "txouts": 165904022, "bogosize": 12994658946, "muhash": "8cc049f4b55a954c3312b2a5cc5f0e0f7087121634222ab15279ee1180f288bc", "total_amount": 20046626.13967510, "total_unspendable_amount": 230.11032490, "block_info": { "prevout_spent": 911.19752141, "coinbase": 3.13023322, "new_outputs_ex_coinbase": 911.19228819, "unspendable": 0.00000000, "unspendables": { "genesis_block": 0.00000000, "bip30": 0.00000000, "scripts": 0.00000000, "unclaimed_rewards": 0.00000000 } } } $ bitcoin-cli getblockstats 954993 { "avgfee": 313, "avgfeerate": 1, "avgtxsize": 371, "blockhash": "000000000000000000001d4ef0ad83d69d00f3d49c8e9ce9cfef52266af61b2f", "feerate_percentiles": [ 1, 1, 1, 1, 2 ], "height": 954993, "ins": 3342, "maxfee": 41824, "maxfeerate": 60, "maxtxsize": 44923, "medianfee": 154, "mediantime": 1782210786, "mediantxsize": 221, "minfee": 99, "minfeerate": 1, "mintxsize": 150, "outs": 3819, "subsidy": 312500000, "swtotal_size": 611242, "swtotal_weight": 1473877, "swtxs": 1635, "time": 1782212852, "total_out": 91119228819, "total_size": 620819, "total_weight": 1512185, "totalfee": 523322, "txs": 1672, "utxo_increase": 477, "utxo_size_inc": 35602, "utxo_increase_actual": -24, "utxo_size_inc_actual": 14 } $ bitcoin-cli getnettotals { "totalbytesrecv": 20345097350, "totalbytessent": 48820901841, "timemillis": 1782212873720, "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 16 1 17 out 10 0 10 2 total 26 1 27 Local services: witness, compact filters, network limited, p2p v2 Local addresses: n/a $ bitcoin-cli -addrinfo { "addresses_known": { "ipv4": 70519, "ipv6": 0, "onion": 0, "i2p": 0, "cjdns": 0, "total": 70519 } } $ halving.sh 954993 ===================================== Bitcoin Block Halving prediction ===================================== bc=954993 gbt=1231006505 bbt=1782212852 This is average time to mine a block (1782212852-1231006505)/954993 bts=577.1830472233333403141799 Now let's multiply that by 1050000 which is the block number of next halving and get the prediction: Sun Mar 19 03:28:01 UTC 2028 ------------------------------------- Next palindrome will be 955559 predicted to happen at this time: Sat Jun 27 05:52:17 UTC 2026 ------------------------------------- Current mining epoch number is 473. The next fortnight happens in block 955584 and probably around this time: Sat Jun 27 09:52:47 UTC 2026 ### v2_peerinfo are in v2_peerinfo-bitcoin.txt $ bitcoin-cli getpeerinfo | grep -w 'v2' | uniq -c 11 "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 84608400b0618562 7af1f5e36df042df722c4e6516461e5e0547d35e006641145b12d3f789d981f4 ef3a6d90dc8a7969 9770384ff891a3fa3925eb26e308f37ff09278693afb5f05cf84b3d9f47db49c fc278733e46be66c 1597c416e76b4fadb799ce92a460fe9ea4a2ab6664a1d37564ad0ab5d64865fe b7266bc85703b5ce 001a767265acfe17de15a76f1ebc4b5e78decef702d8f01febb1238cb3174db5 53dba6f7fe9f3b60 55440d6909918c1f52734657be00ac5095a8a717fb3ff984c4821a395f671edd 97270bf950ef68c4 86e1377c6fadaf02fb7c8425826fb87bc450d03379c8a7f5506afb5c0c5b45b1 017e52f8a139908a 967d1a2a0079ca1c898f1e98635cf0f26172572ae5d0e9730d1d06c09455b922 b01d2b787bf75f0f 9a3b6f43bbd8ee1503d89704fdd6f4d0185926db397979d85655782bf47c5784 b2aeeb4c7efa9b7e 6667c02a7910f8624aab7a120d8c5d65d4e16329f720e8fdbd4a22480c41764b b8ba77042d092702 70993f86c837221943f59e3058569536b059cb37ae008129773dfe602c30e593 47753e635e17f93a e1e9660f05fc8c2f61b3f4822b982d1700b2b3a0e7cfb987334949293e84656b $ niceblack.sh $BH $BC _ _ _ | | | | | | | | | | __ __ | | |/ \_|/ / \_/ |/_) \_/ |__/\__/ \___/| \_/ __ ____ __ __ ___ / || | | / |/ |/ \ \_/||___|__|_\_/|\_/| __/ | \ | | | \ |\___/ | | |\___/ ,----- .123 4567 89ab cdef -----, | | | .. .... .... .... .... .f | | 1. .... 1d4e f.ad 83d6 1f | | 2. 9d.. f3d4 9c8e 9ce9 2f | | 3. cfef 5226 6af6 1b2f 3f | '=== ==== ==== ==== ==== ===' jk: 1b2f ec96 95