# on receiving block 952797 here $ date -u '+%Y-%m-%dT%H:%M:%SZ' 2026-06-08T03:09:04Z # as written in the block header 2026-06-08T03:08:53Z $ uptime # since last reboot 03:09:04 up 80 days, 18:01, 0 users, load average: 1.88, 2.00, 2.24 $ battery.sh 156%, Power Supply Online $ uname -smnr Linux singer 6.18.2-0-lts x86_64 $ grep ^MemAvailable /proc/meminfo MemAvailable: 1264096 kB $ du -h -d1 .bitcoin/ 12.3G .bitcoin/indexes 4.6G .bitcoin/signet 2.7M .bitcoin/wallets 97.8G .bitcoin/blocks 18.6M .bitcoin/regtest 10.6G .bitcoin/chainstate 125.5G .bitcoin/ $ df -h . Filesystem Size Used Available Use% Mounted on /dev/sda3 911.4G 434.8G 475.6G 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 952797 $ BH=$(bitcoin-cli getblockhash 952797); echo $BH 000000000000000000010116d62769f3f39198cef0c93520277231f9e47afb7f $ bitcoin-cli getblockheader 000000000000000000010116d62769f3f39198cef0c93520277231f9e47afb7f { "hash": "000000000000000000010116d62769f3f39198cef0c93520277231f9e47afb7f", "confirmations": 1, "height": 952797, "version": 585711616, "versionHex": "22e94000", "merkleroot": "e6c50ffeb99b087de4c323b620c9e2c72c581527ef24077cfdf68ee732901bf5", "time": 1780888133, "mediantime": 1780884647, "nonce": 1660159267, "bits": "1702068f", "target": "00000000000000000002068f0000000000000000000000000000000000000000", "difficulty": 138955357012247.3, "chainwork": "00000000000000000000000000000000000000012e2bcb887d593e0b69a3f61c", "nTx": 5662, "previousblockhash": "00000000000000000001422ee1d03535ed6f92944333228ed5b15cbc383f95a9" } $ echo $BH | tr 0 . | fold -w 4 | paste -d " " - - - - .... .... .... .... ...1 .116 d627 69f3 f391 98ce f.c9 352. 2772 31f9 e47a fb7f $ : 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 952797 sf: ...1 .116 f.c9 352. M $ : 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 . 952797 sk: fb7f 84 $ : 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 . 952797 ak: 19fb 84 $ : Following is the jointkode 952797 jk: fb7f 19fb 84 ### niceblack moved to the end $ bitcoin-cli getmempoolinfo { "loaded": true, "size": 79746, "bytes": 39998126, "usage": 223273080, "total_fee": 0.07564021, "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 189 ## Current epoch estimation is -6.48% ## 1245 of 2016, i.e. 61%, 771 to go ## Current and previous two in numbers: $ bitcoin-cli getnetworkhashps 2016 9.299582346587541e+20 $ bitcoin-cli getnetworkhashps 2016 951551 9.944499015556698e+20 $ bitcoin-cli getnetworkhashps 2016 949535 9.770940180508523e+20 $ bitcoin-cli gettxoutsetinfo muhash { "height": 952797, "bestblock": "000000000000000000010116d62769f3f39198cef0c93520277231f9e47afb7f", "txouts": 165637173, "bogosize": 12975002577, "muhash": "01776d4f655c79d63bd620aa9c118efe4c283c4f1f6a86f0f48a64a70315c22a", "total_amount": 20039763.65168165, "total_unspendable_amount": 230.09831835, "block_info": { "prevout_spent": 999.65561976, "coinbase": 3.13645206, "new_outputs_ex_coinbase": 999.64416770, "unspendable": 0.00000000, "unspendables": { "genesis_block": 0.00000000, "bip30": 0.00000000, "scripts": 0.00000000, "unclaimed_rewards": 0.00000000 } } } $ bitcoin-cli getblockstats 952797 { "avgfee": 202, "avgfeerate": 1, "avgtxsize": 276, "blockhash": "000000000000000000010116d62769f3f39198cef0c93520277231f9e47afb7f", "feerate_percentiles": [ 0, 0, 0, 1, 2 ], "height": 952797, "ins": 6857, "maxfee": 36684, "maxfeerate": 100, "maxtxsize": 57755, "medianfee": 83, "mediantime": 1780884647, "mediantxsize": 221, "minfee": 0, "minfeerate": 0, "mintxsize": 150, "outs": 13576, "subsidy": 312500000, "swtotal_size": 1454727, "swtotal_weight": 3563277, "swtxs": 5589, "time": 1780888133, "total_out": 99964416770, "total_size": 1562724, "total_weight": 3995265, "totalfee": 1145206, "txs": 5662, "utxo_increase": 6719, "utxo_size_inc": 490203, "utxo_increase_actual": 2062, "utxo_size_inc_actual": 156477 } $ bitcoin-cli getnettotals { "totalbytesrecv": 13573609518, "totalbytessent": 32200566001, "timemillis": 1780888144541, "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 14 1 15 out 10 0 10 2 total 24 1 25 Local services: witness, compact filters, network limited, p2p v2 Local addresses: n/a $ bitcoin-cli -addrinfo { "addresses_known": { "ipv4": 70634, "ipv6": 0, "onion": 0, "i2p": 0, "cjdns": 0, "total": 70634 } } $ halving.sh 952797 ===================================== Bitcoin Block Halving prediction ===================================== bc=952797 gbt=1231006505 bbt=1780888133 This is average time to mine a block (1780888133-1231006505)/952797 bts=577.1229872438859023633550 Now let's multiply that by 1050000 which is the block number of next halving and get the prediction: Sat Mar 18 09:56:58 UTC 2028 ------------------------------------- Next palindrome will be 953359 predicted to happen at this time: Thu Jun 11 21:14:36 UTC 2026 ------------------------------------- Current mining epoch number is 472. The next fortnight happens in block 953568 and probably around this time: Sat Jun 13 06:44:54 UTC 2026 ### v2_peerinfo are in v2_peerinfo-bitcoin.txt $ bitcoin-cli getpeerinfo | grep -w 'v2' | uniq -c 9 "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 5d5fe3ecd210f0f3 3791c4b6f20889fecfdf59ceeb412aef2848e9b54b83bdde4a8149456fd813bd 853f4b2203c9edfb 2f9bf6f9166d258096a4fee28e14527bf0d22f065aff48455385b77c55ed6aab ab4c1e3f9ec2b086 5fe4064c4409de4f82f6b9cb1801d4176334fe372f8b39feacbd30d2aeeeb4e9 f7a28ff17cfcbc51 456d8cb9e2156ed1df295e253db0c36b65c2a581052a6a49e915e314c9d88c71 9081269907adf61f 650a8c0fbcc709a45371d96d324f85e53eeabf921b8383729483c604030ec5d7 55c4418ff87797dd efc745e11b189cfdb3cdebb4ded40d057506e9a7e489f3cc53bb3dfcb3895235 876043720ec589f5 c5b920154e75d871723ec928b5a6447d930a7c60edb003677891c237350c3757 2859115fced02716 f24382a5fa639d8b7f7f639548fc6ce00923d9338a855afe9b853719d637bf28 $ niceblack.sh $BH $BC _ _ _ | | | | | | | | | | __ __ | | |/ \_|/ / \_/ |/_) \_/ |__/\__/ \___/| \_/ __ ____ _______ _______ / || / ) // | / \_/||___ / / \_/| / | \ / / | / |\___//___/ |/ ,----- .123 4567 89ab cdef -----, | | | .. .... .... .... .... .f | | 1. ...1 .116 d627 69f3 1f | | 2. f391 98ce f.c9 352. 2f | | 3. 2772 31f9 e47a fb7f 3f | '=== ==== ==== ==== ==== ===' jk: fb7f 19fb 84