# on receiving block 958120 here $ date -u '+%Y-%m-%dT%H:%M:%SZ' 2026-07-15T07:57:14Z # as written in the block header 2026-07-15T07:57:03Z $ uptime # since last reboot 07:57:14 up 19 days, 28 min, 0 users, load average: 0.42, 0.56, 0.81 $ battery.sh 141%, Power Supply Online $ uname -smnr Linux singer 6.18.2-0-lts x86_64 $ grep ^MemAvailable /proc/meminfo MemAvailable: 2089584 kB $ du -h -d1 .bitcoin/ 12.4G .bitcoin/indexes 4.7G .bitcoin/signet 2.6M .bitcoin/wallets 97.7G .bitcoin/blocks 18.6M .bitcoin/regtest 10.8G .bitcoin/chainstate 125.8G .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.1.0 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 958120 $ BH=$(bitcoin-cli getblockhash 958120); echo $BH 000000000000000000012920bd89cee5ad97ac0a0e31b2c1b4ea63f547da0b91 $ bitcoin-cli getblockheader 000000000000000000012920bd89cee5ad97ac0a0e31b2c1b4ea63f547da0b91 { "hash": "000000000000000000012920bd89cee5ad97ac0a0e31b2c1b4ea63f547da0b91", "confirmations": 1, "height": 958120, "version": 549568512, "versionHex": "20c1c000", "merkleroot": "4479beb0c121f8056d705c800d1fcc2271789fbd7e36546f8866db52d1d6e06f", "time": 1784102223, "mediantime": 1784100429, "nonce": 2749503594, "bits": "1702369d", "target": "00000000000000000002369d0000000000000000000000000000000000000000", "difficulty": 127170500429035.2, "chainwork": "000000000000000000000000000000000000000137d0f5f0629e5daa0b9a062a", "nTx": 3942, "previousblockhash": "00000000000000000001c473e78ace0c73184208a02c886d0eff1911dd4e461a" } $ echo $BH | tr 0 . | fold -w 4 | paste -d " " - - - - .... .... .... .... ...1 292. bd89 cee5 ad97 ac.a .e31 b2c1 b4ea 63f5 47da .b91 $ : 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 958120 sf: ...1 292. ac.a .e31 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 . 958120 sk: .b91 74 $ : 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 . 958120 ak: 7c74 74 $ : Following is the jointkode 958120 jk: 0b91 7c74 74 ### niceblack moved to the end $ bitcoin-cli getmempoolinfo { "loaded": true, "size": 92253, "bytes": 43440050, "usage": 245076056, "total_fee": 0.07758081, "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 178 ## Current epoch estimation is -0.03% ## 520 of 2016, i.e. 25%, 1496 to go ## Current and previous two in numbers: $ bitcoin-cli getnetworkhashps 2016 9.099115788510711e+20 $ bitcoin-cli getnetworkhashps 2016 957599 9.102434559868438e+20 $ bitcoin-cli getnetworkhashps 2016 955583 9.577176399839705e+20 $ bitcoin-cli gettxoutsetinfo muhash { "height": 958120, "bestblock": "000000000000000000012920bd89cee5ad97ac0a0e31b2c1b4ea63f547da0b91", "txouts": 166216539, "bogosize": 13016963832, "muhash": "6b505939308cc098110fab2d1fc0c831e0ed803bd851ba215c97bd5b182aabc8", "total_amount": 20056398.01087633, "total_unspendable_amount": 230.11412367, "block_info": { "prevout_spent": 3103.93421350, "coinbase": 3.14208097, "new_outputs_ex_coinbase": 3103.91713253, "unspendable": 0.00000000, "unspendables": { "genesis_block": 0.00000000, "bip30": 0.00000000, "scripts": 0.00000000, "unclaimed_rewards": 0.00000000 } } } $ bitcoin-cli getblockstats 958120 { "avgfee": 433, "avgfeerate": 1, "avgtxsize": 427, "blockhash": "000000000000000000012920bd89cee5ad97ac0a0e31b2c1b4ea63f547da0b91", "feerate_percentiles": [ 0, 0, 1, 2, 3 ], "height": 958120, "ins": 9860, "maxfee": 199854, "maxfeerate": 200, "maxtxsize": 222081, "medianfee": 60, "mediantime": 1784100429, "mediantxsize": 221, "minfee": 10, "minfeerate": 0, "mintxsize": 66, "outs": 8729, "subsidy": 312500000, "swtotal_size": 1586563, "swtotal_weight": 3598336, "swtxs": 3515, "time": 1784102223, "total_out": 310391713253, "total_size": 1684967, "total_weight": 3991952, "totalfee": 1708097, "txs": 3942, "utxo_increase": -1131, "utxo_size_inc": -127550, "utxo_increase_actual": -3786, "utxo_size_inc_actual": -317444 } $ bitcoin-cli getnettotals { "totalbytesrecv": 662223675, "totalbytessent": 1706127076, "timemillis": 1784102234849, "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.0 - server 70016/Satoshi:31.1.0/ ipv4 npr total block in 19 3 22 out 10 0 10 2 total 29 3 32 Local services: witness, compact filters, network limited, p2p v2 Local addresses: n/a $ bitcoin-cli -addrinfo { "addresses_known": { "ipv4": 70575, "ipv6": 0, "onion": 0, "i2p": 0, "cjdns": 0, "total": 70575 } } $ halving.sh 958120 ===================================== Bitcoin Block Halving prediction ===================================== bc=958120 gbt=1231006505 bbt=1784102223 This is average time to mine a block (1784102223-1231006505)/958120 bts=577.2712611455129362575290 Now let's multiply that by 1050000 which is the block number of next halving and get the prediction: Mon Mar 20 05:11:46 UTC 2028 ------------------------------------- Next palindrome will be 958859 predicted to happen at this time: Mon Jul 20 06:27:06 UTC 2026 ------------------------------------- Current mining epoch number is 475. The next fortnight happens in block 959616 and probably around this time: Sat Jul 25 07:50:20 UTC 2026 ### v2_peerinfo are in v2_peerinfo-bitcoin.txt $ bitcoin-cli getpeerinfo | grep -w 'v2' | uniq -c 10 "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 c45fccfe4d2580de bad01c227da6c0e668d17af2b096a7eff9ea125ad7a5fbbb51d786c82aa74f14 d97f3970b0902308 d80257eaf2ae3509319a48d406f09c232e6d16a08d2129b1ce710e050036472c ebd3d034bf50288a 399b997f12ff7db55821e7ccdb9ab2cc1fb73a4e3426689d767d767a541ad247 b7f7dddf80efcc2e 680b4579e13b043cd7f3b52722ce6fafa1fe3b7cefa7d667a9f660accae2b6aa a63afcde8473cd7e 084fa2982bf78ded2f79508eda88b9423d125b8a2db2d697ddc83a930b900fe7 95533200f3e856ae 6439dbac3e824137d3a00111a898b4ef928e1f33a93245c347a3dae6d99a1e8e 1aa6113a5e84f800 92a720dad47c14a7f79acaefa6489d76c171ff1db24897c1a7de3e992dc653c4 8548a05c99d0c07b e7d1c4e474a844f898da4da2006178ae3d21c4a8954393096c6261cc00856934 56dc717325b4c22e 47285533252b615f22da8cc02b3bc7ed12be948485a296d7dd471d2a8d50a4c3 8c22f5318d1d06a5 defc6660b7325a52b9d21fc36dfb2248fd27630d99e897c26c893066961ebeec $ niceblack.sh $BH $BC __ __ __ / / / /__ ____/ /__ / _ \/ / _ \/ __/ '_/ /_.__/_/\___/\__/_/\_\ ___ ____ ___ ______ ___ / _ \/ __/( _ < /_ |/ _ \ \_, /__ \/ _ / / __// // / /___/____/\___/_/____/\___/ ,----- .123 4567 89ab cdef -----, | | | .. .... .... .... .... .f | | 1. ...1 292. bd89 cee5 1f | | 2. ad97 ac.a .e31 b2c1 2f | | 3. b4ea 63f5 47da .b91 3f | '=== ==== ==== ==== ==== ===' jk: .b91 7c74 74