# on receiving block 955940 here $ date -u '+%Y-%m-%dT%H:%M:%SZ' 2026-06-29T13:40:53Z # as written in the block header 2026-06-29T13:40:43Z $ uptime # since last reboot 13:40:53 up 3 days, 6:11, 0 users, load average: 0.52, 0.63, 0.82 $ battery.sh 100%, Power Supply Online $ uname -smnr Linux singer 6.18.2-0-lts x86_64 $ grep ^MemAvailable /proc/meminfo MemAvailable: 2189568 kB $ du -h -d1 .bitcoin/ 12.3G .bitcoin/indexes 4.6G .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 435.1G 475.3G 48% / $ bitcoind -version Bitcoin Core daemon version v31.1.0rc1 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 955940 $ BH=$(bitcoin-cli getblockhash 955940); echo $BH 00000000000000000000305c6ce71ffee007a1c7eb455ada80efc5e333858e52 $ bitcoin-cli getblockheader 00000000000000000000305c6ce71ffee007a1c7eb455ada80efc5e333858e52 { "hash": "00000000000000000000305c6ce71ffee007a1c7eb455ada80efc5e333858e52", "confirmations": 1, "height": 955940, "version": 539000832, "versionHex": "20208000", "merkleroot": "86e86d970d3cef0e0aa6e056ae5bf594602ebc5e6649c0460a919553f36b8b78", "time": 1782740443, "mediantime": 1782736887, "nonce": 93136786, "bits": "17021a42", "target": "000000000000000000021a420000000000000000000000000000000000000000", "difficulty": 133869853540305.4, "chainwork": "000000000000000000000000000000000000000133d088da55cb7c403177da7b", "nTx": 3686, "previousblockhash": "0000000000000000000073995738ed331f3196bb4959fe50a4162995de493d06" } $ echo $BH | tr 0 . | fold -w 4 | paste -d " " - - - - .... .... .... .... .... 3.5c 6ce7 1ffe e..7 a1c7 eb45 5ada 8.ef c5e3 3385 8e52 $ : 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 955940 sf: 3.5c e..7 8.ef 8e52 $ : 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 . 955940 sk: 8e52 85 $ : 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 . 955940 ak: 4bc1 85 $ : Following is the jointkode 955940 jk: 8e52 4bc1 85 ### niceblack moved to the end $ bitcoin-cli getmempoolinfo { "loaded": true, "size": 93801, "bytes": 41917526, "usage": 239863128, "total_fee": 0.07537314, "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 179 ## Current epoch estimation is +0.61% ## 356 of 2016, i.e. 17%, 1660 to go ## Current and previous two in numbers: $ bitcoin-cli getnetworkhashps 2016 9.635632989983184e+20 $ bitcoin-cli getnetworkhashps 2016 955583 9.577176399839705e+20 $ bitcoin-cli getnetworkhashps 2016 953567 8.939523168672514e+20 $ bitcoin-cli gettxoutsetinfo muhash { "height": 955940, "bestblock": "00000000000000000000305c6ce71ffee007a1c7eb455ada80efc5e333858e52", "txouts": 166091239, "bogosize": 13008471982, "muhash": "ed562cf085bb8f29816dd6934b45665efb2d0882d0de580ff31946d3e00395be", "total_amount": 20049585.51461833, "total_unspendable_amount": 230.11038167, "block_info": { "prevout_spent": 6093.63624486, "coinbase": 3.14368767, "new_outputs_ex_coinbase": 6093.61755719, "unspendable": 0.00000000, "unspendables": { "genesis_block": 0.00000000, "bip30": 0.00000000, "scripts": 0.00000000, "unclaimed_rewards": 0.00000000 } } } $ bitcoin-cli getblockstats 955940 { "avgfee": 507, "avgfeerate": 1, "avgtxsize": 452, "blockhash": "00000000000000000000305c6ce71ffee007a1c7eb455ada80efc5e333858e52", "feerate_percentiles": [ 0, 1, 1, 2, 3 ], "height": 955940, "ins": 8590, "maxfee": 98810, "maxfeerate": 74, "maxtxsize": 76358, "medianfee": 152, "mediantime": 1782736887, "mediantxsize": 222, "minfee": 51, "minfeerate": 0, "mintxsize": 150, "outs": 8308, "subsidy": 312500000, "swtotal_size": 1528482, "swtotal_weight": 3431187, "swtxs": 3501, "time": 1782740443, "total_out": 609361755719, "total_size": 1668677, "total_weight": 3991967, "totalfee": 1868767, "txs": 3686, "utxo_increase": -282, "utxo_size_inc": -23376, "utxo_increase_actual": -2293, "utxo_size_inc_actual": -167735 } $ bitcoin-cli getnettotals { "totalbytesrecv": 445365856, "totalbytessent": 1376900881, "timemillis": 1782740454063, "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.1.0rc1 - server 70016/Satoshi:31.1.0/ ipv4 npr total block in 21 1 22 out 10 0 10 2 total 31 1 32 Local services: witness, compact filters, network limited, p2p v2 Local addresses: n/a $ bitcoin-cli -addrinfo { "addresses_known": { "ipv4": 70864, "ipv6": 0, "onion": 0, "i2p": 0, "cjdns": 0, "total": 70864 } } $ halving.sh 955940 ===================================== Bitcoin Block Halving prediction ===================================== bc=955940 gbt=1231006505 bbt=1782740443 This is average time to mine a block (1782740443-1231006505)/955940 bts=577.1631701119629767945929 Now let's multiply that by 1050000 which is the block number of next halving and get the prediction: Sat Mar 18 21:40:10 UTC 2028 ------------------------------------- Next palindrome will be 956659 predicted to happen at this time: Sat Jul 4 08:57:03 UTC 2026 ------------------------------------- Current mining epoch number is 474. The next fortnight happens in block 957600 and probably around this time: Fri Jul 10 15:48:53 UTC 2026 ### v2_peerinfo are in v2_peerinfo-bitcoin.txt $ bitcoin-cli getpeerinfo | grep -w 'v2' | uniq -c 8 "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 752627b3e62d0b44 79d6fc771362365abf309d36c85dca6f4d74aa683d5bdec398cc4e8f6971d020 820698657805a0b3 0328b0e1bab9d92478029469207591188d2ae71f30f2e48494b7cede165ec21a 8ef81ed84edc8e66 37abe35f119f30f782e35ad2684afc3bf79ba36a789ca884aa97ca23a2608ca1 28782718d1a10376 15307508b621b59b5280db97d3280dd9905191b8c391950c29ca3e00569a7ecf 085251ed06dafa6c e6a128664bcf8982b588730d56795b2d2293e4b0757ad06f7f9c90767cc17b02 b7266bc85703b5ce 87a84a0dcd6c730357edf794e17f52d47f8519a9cd6f5fd0ef43b755c27d50fd 0fb2cfff0d4eed69 d8fe4ecc3e44b633b994939c3852a96fb637adedbba5d9f9cd1f464fbc72d1c3 a3c4562064e43e7b 0bd023825cf68923d4988c2c999f67d20abd3ada901b7f98535869c959686068 $ niceblack.sh $BH $BC | | | _ \ | _ \ _| | / _.__/_|\___/\__|_\_\ _ \ __| __| _ \ | | \ \_ /__ \__ \\_ /__ _|( | _/ ___/___/ _/ _|\__/ ,----- .123 4567 89ab cdef -----, | | | .. .... .... .... .... .f | | 1. .... 3.5c 6ce7 1ffe 1f | | 2. e..7 a1c7 eb45 5ada 2f | | 3. 8.ef c5e3 3385 8e52 3f | '=== ==== ==== ==== ==== ===' jk: 8e52 4bc1 85