# on receiving block 961514 here $ date -u '+%Y-%m-%dT%H:%M:%SZ' 2026-08-08T01:02:37Z # as written in the block header 2026-08-08T01:02:19Z $ uptime # since last reboot 01:02:37 up 42 days, 17:34, 0 users, load average: 1.51, 1.48, 1.43 $ battery.sh 173%, Power Supply Online $ uname -smnr Linux singer 6.18.2-0-lts x86_64 $ grep ^MemAvailable /proc/meminfo MemAvailable: 2213456 kB $ du -h -d1 .bitcoin/ 12.5G .bitcoin/indexes 4.8G .bitcoin/signet 87.9M .bitcoin/wallets 97.7G .bitcoin/blocks 18.6M .bitcoin/regtest 10.6G .bitcoin/chainstate 125.9G .bitcoin/ $ df -h . Filesystem Size Used Available Use% Mounted on /dev/sda3 911.4G 435.0G 475.5G 48% / $ bitcoind -version Bitcoin Core daemon version v31.99.0-gff01e5af948d11f2c44aac032591fd621ee6997b 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 961514 $ BH=$(bitcoin-cli getblockhash 961514); echo $BH 00000000000000000001462fcdf62ffa5110c053befd229dc7b017f5c12ffb2c $ bitcoin-cli getblockheader 00000000000000000001462fcdf62ffa5110c053befd229dc7b017f5c12ffb2c { "hash": "00000000000000000001462fcdf62ffa5110c053befd229dc7b017f5c12ffb2c", "confirmations": 1, "height": 961514, "version": 611696640, "versionHex": "2475c000", "merkleroot": "535a92f5b95268c92b07d990ad10edb6c6dc3629f54f8c87c42ee2db0c4ee49a", "time": 1786150939, "mediantime": 1786147390, "nonce": 3115000690, "bits": "17023ad4", "target": "000000000000000000023ad40000000000000000000000000000000000000000", "difficulty": 126231507121868.2, "chainwork": "00000000000000000000000000000000000000013dc80f38f9fd2b1811fe965d", "nTx": 3907, "previousblockhash": "00000000000000000000b05a85c7a386d03f33db5cf9bcd4b33fcd5b00826212" } $ echo $BH | tr 0 . | fold -w 4 | paste -d " " - - - - .... .... .... .... ...1 462f cdf6 2ffa 511. c.53 befd 229d c7b. 17f5 c12f fb2c $ : 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 961514 sf: ...1 511. c.53 c7b. 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 . 961514 sk: fb2c 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 . 961514 ak: 4347 84 $ : Following is the jointkode 961514 jk: fb2c 4347 84 ### niceblack moved to the end $ bitcoin-cli getmempoolinfo { "loaded": true, "size": 76645, "bytes": 41207885, "usage": 228654464, "total_fee": 0.07097028, "maxmempool": 300000000, "mempoolminfee": 0.00000100, "minrelaytxfee": 0.00000100, "incrementalrelayfee": 0.00000100, "unbroadcastcount": 20, "permitbaremultisig": true, "maxdatacarriersize": 100000, "limitclustercount": 64, "limitclustersize": 101000, "optimal": true } $ gmm.sh 172 ## Current epoch estimation is +0.93% ## 1898 of 2016, i.e. 94%, 118 to go ## Current and previous two in numbers: $ bitcoin-cli getnetworkhashps 2016 9.108605138765388e+20 $ bitcoin-cli getnetworkhashps 2016 959615 9.024150401602381e+20 $ bitcoin-cli getnetworkhashps 2016 957599 9.102434559868438e+20 $ bitcoin-cli gettxoutsetinfo muhash { "height": 961514, "bestblock": "00000000000000000001462fcdf62ffa5110c053befd229dc7b017f5c12ffb2c", "txouts": 165814491, "bogosize": 12987704529, "muhash": "2c7df1422f43499d1dbbde10dd0ad75f894a50f3ad5256e73321bdc91f05732d", "total_amount": 20067004.26030302, "total_unspendable_amount": 230.11469698, "block_info": { "prevout_spent": 3528.15332269, "coinbase": 3.14069450, "new_outputs_ex_coinbase": 3528.13762819, "unspendable": 0.00000000, "unspendables": { "genesis_block": 0.00000000, "bip30": 0.00000000, "scripts": 0.00000000, "unclaimed_rewards": 0.00000000 } } } $ bitcoin-cli getblockstats 961514 { "avgfee": 401, "avgfeerate": 1, "avgtxsize": 411, "blockhash": "00000000000000000001462fcdf62ffa5110c053befd229dc7b017f5c12ffb2c", "feerate_percentiles": [ 0, 1, 1, 1, 2 ], "height": 961514, "ins": 8269, "maxfee": 107205, "maxfeerate": 77, "maxtxsize": 99980, "medianfee": 110, "mediantime": 1786147390, "mediantxsize": 221, "minfee": 10, "minfeerate": 0, "mintxsize": 94, "outs": 9000, "subsidy": 312500000, "swtotal_size": 1368776, "swtotal_weight": 3037787, "swtxs": 3109, "time": 1786150939, "total_out": 352813762819, "total_size": 1607262, "total_weight": 3991731, "totalfee": 1569450, "txs": 3907, "utxo_increase": 731, "utxo_size_inc": 55418, "utxo_increase_actual": -1566, "utxo_size_inc_actual": -108774 } $ bitcoin-cli getnettotals { "totalbytesrecv": 240986636, "totalbytessent": 534109941, "timemillis": 1786150958097, "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.99.0-gff01e5af948d11f2c44aac032591fd621ee6997b - server 70017/Satoshi:31.99.0/ ipv4 npr total block in 17 2 19 out 10 0 10 2 total 27 2 29 Local services: witness, compact filters, network limited, p2p v2 Local addresses: n/a $ bitcoin-cli -addrinfo { "addresses_known": { "ipv4": 78476, "ipv6": 322, "onion": 1915, "i2p": 6, "cjdns": 0, "total": 80719 } } $ halving.sh 961514 ===================================== Bitcoin Block Halving prediction ===================================== bc=961514 gbt=1231006505 bbt=1786150939 This is average time to mine a block (1786150939-1231006505)/961514 bts=577.3642990488967930817511 Now let's multiply that by 1050000 which is the block number of next halving and get the prediction: Tue Mar 21 08:19:56 UTC 2028 ------------------------------------- Next palindrome will be 962269 predicted to happen at this time: Thu Aug 13 02:07:29 UTC 2026 ------------------------------------- Current mining epoch number is 476. The next fortnight happens in block 961632 and probably around this time: Sat Aug 8 19:57: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 acf4af8048009987 82d6f32fefa031722e14b9dd939f1bf07256c322dba6182236749a728faff69c 990b7f9eec67698e 15c86e1ab9e613a4582c8a62fb2e59f43e219a75d4820c6feb0b1202b23f53ae 981f8a979bf30167 cafc447c3484ae3e9cfde01fceb2c8b5fdcefbed7ccd90869846e45378898c11 3171aaea966bf503 0edb0e89c6868b7325bd12819c1973ba413569b065630a631a6664117398890a 74838d3750b552ab 6b38123d42d60320d770f45e3a94fe437f753544a9e544aecd2287b6a604afb0 de02ba0de455396a b1664467d749e791ca5e7956cba18520712b49bafd697d44a7fa882b00e88159 a6d0c07ae7094aa3 44e842c6f38111c9f62849564c12b93f00cf2235556045e6a12164b8f7b1e8d0 e98284cc14d80af2 ac02dc39e7fc1978f1d50ccf1d557ff09f760983d7dd10733013ee5be19fc842 1be060feb420e4ee f97238578fc03ac051a2a034bd7fb3d2be6b196971cc3bba925f023195f30395 f6ec3ac7bfaf9e16 f6c24ae46ca42b5d71db83dbdeee2339923064fc3ad4db141b70a73a2b1cc773 a5ca4cca400008af 21bc9cc7f7f962c3698181dde7296d937d2e4f374d3a0338ef1fd8f8d499281a $ niceblack.sh $BH $BC ___ __ _ ____ _ _ _ / _ \ / /_ / | | ___|/ | || | | (_) | '_ \| | |___ \| | || |_ \__, | (_) | | ___) | |__ _| /_/ \___/|_| |____/|_| |_| ,----- .123 4567 89ab cdef -----, | | | .. .... .... .... .... .f | | 1. ...1 462f cdf6 2ffa 1f | | 2. 511. c.53 befd 229d 2f | | 3. c7b. 17f5 c12f fb2c 3f | '=== ==== ==== ==== ==== ===' jk: fb2c 4347 84