# on receiving block 932697 here $ date -u '+%Y-%m-%dT%H:%M:%SZ' 2026-01-17T20:56:31Z # as written in the block header 2026-01-17T20:56:12Z $ uptime # since last reboot 20:56:31 up 157 days, 6:47, 0 users, load average: 0.77, 0.62, 0.83 $ battery.sh 42%, Power Supply Online $ uname -smnr Linux singer 6.12.40-0-lts x86_64 $ grep ^MemAvailable /proc/meminfo MemAvailable: 1715420 kB $ du -h -d1 .bitcoin/ 1.5G .bitcoin/testnet4 11.9G .bitcoin/indexes 4.0G .bitcoin/signet 41.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 832.5G 77.9G 91% / $ bitcoind -version Bitcoin Core daemon version v30.1.0 bitcoind Copyright (C) 2009-2025 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 932697 $ BH=$(bitcoin-cli getblockhash 932697); echo $BH 00000000000000000001494aac61429d761ae84797e5a13d14c6f794281d9c33 $ bitcoin-cli getblockheader 00000000000000000001494aac61429d761ae84797e5a13d14c6f794281d9c33 { "hash": "00000000000000000001494aac61429d761ae84797e5a13d14c6f794281d9c33", "confirmations": 1, "height": 932697, "version": 784695296, "versionHex": "2ec58000", "merkleroot": "56611a0de22bde93dbf0072f1a700721feec3424da6d1290b7e085d8225539d3", "time": 1768683372, "mediantime": 1768679123, "nonce": 3062346397, "bits": "1701ebf2", "target": "00000000000000000001ebf20000000000000000000000000000000000000000", "difficulty": 146472570619930.8, "chainwork": "000000000000000000000000000000000000000107c9e8a771dd4440bdd6219a", "nTx": 3537, "previousblockhash": "00000000000000000001982727f680fcb8951ccf0ef91ae5b9a8eeae76a53bce" } $ echo $BH | tr 0 . | fold -w 4 | paste -d " " - - - - .... .... .... .... ...1 494a ac61 429d 761a e847 97e5 a13d 14c6 f794 281d 9c33 $ : 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 932697 sf: ...1 9c33 $ : 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 . 932697 sk: 9c33 b4 $ : 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 . 932697 ak: 584e b4 ### niceblack moved to the end $ bitcoin-cli getmempoolinfo { "loaded": true, "size": 31278, "bytes": 41675690, "usage": 212174352, "total_fee": 0.10393991, "maxmempool": 300000000, "mempoolminfee": 0.00000100, "minrelaytxfee": 0.00000100, "incrementalrelayfee": 0.00000100, "unbroadcastcount": 0, "fullrbf": true, "permitbaremultisig": true, "maxdatacarriersize": 100000 } $ gmm.sh 249 ## Current epoch estimation is -3.2% ## 1305 of 2016, i.e. 64%, 711 to go ## Current and previous two in numbers: $ bitcoin-cli getnetworkhashps 2016 1.014478698575477e+21 $ bitcoin-cli getnetworkhashps 2016 931391 1.048049552337457e+21 $ bitcoin-cli getnetworkhashps 2016 929375 1.06126766979058e+21 $ bitcoin-cli gettxoutsetinfo muhash { "height": 932697, "bestblock": "00000000000000000001494aac61429d761ae84797e5a13d14c6f794281d9c33", "txouts": 165011586, "bogosize": 12929136162, "muhash": "276734acc3ea6287f37356a180436f68106761e7785ad6d90b54665ae36b7159", "total_amount": 19976951.15781252, "total_unspendable_amount": 230.09218748, "block_info": { "prevout_spent": 5474.88836352, "coinbase": 3.15881446, "new_outputs_ex_coinbase": 5474.85454901, "unspendable": 0.00000005, "unspendables": { "genesis_block": 0.00000000, "bip30": 0.00000000, "scripts": 0.00000005, "unclaimed_rewards": 0.00000000 } } } $ bitcoin-cli getblockstats 932697 { "avgfee": 956, "avgfeerate": 3, "avgtxsize": 467, "blockhash": "00000000000000000001494aac61429d761ae84797e5a13d14c6f794281d9c33", "feerate_percentiles": [ 2, 2, 3, 3, 5 ], "height": 932697, "ins": 8365, "maxfee": 86127, "maxfeerate": 151, "maxtxsize": 61692, "medianfee": 482, "mediantime": 1768679123, "mediantxsize": 223, "minfee": 110, "minfeerate": 1, "mintxsize": 150, "outs": 9159, "subsidy": 312500000, "swtotal_size": 1545508, "swtotal_weight": 3559540, "swtxs": 3253, "time": 1768683372, "total_out": 547485454906, "total_size": 1653566, "total_weight": 3991772, "totalfee": 3381446, "txs": 3537, "utxo_increase": 794, "utxo_size_inc": 64221, "utxo_increase_actual": 665, "utxo_size_inc_actual": 51004 } $ bitcoin-cli getnettotals { "totalbytesrecv": 5598205643, "totalbytessent": 12109862890, "timemillis": 1768683391978, "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 v30.1.0 - server 70016/Satoshi:30.1.0/ ipv4 npr total block libre in 20 2 22 out 14 0 14 2 4 total 34 2 36 Local services: witness, compact filters, network limited, p2p v2, libre Local addresses: n/a $ bitcoin-cli -addrinfo { "addresses_known": { "ipv4": 63463, "ipv6": 0, "onion": 0, "i2p": 0, "cjdns": 0, "total": 63463 } } $ halving.sh 932697 ===================================== Bitcoin Block Halving prediction ===================================== bc=932697 gbt=1231006505 bbt=1768683372 This is average time to mine a block (1768683372-1231006505)/932697 bts=576.4747721127310233323112 Now let's multiply that by 1050000 which is the block number of next halving and get the prediction: Fri Mar 10 12:53:12 UTC 2028 ------------------------------------- Next palindrome will be 933339 predicted to happen at this time: Thu Jan 22 03:44:28 UTC 2026 ------------------------------------- Current mining epoch number is 462. The next fortnight happens in block 933408 and probably around this time: Thu Jan 22 14:47:25 UTC 2026 ### v2_peerinfo are in v2_peerinfo-bitcoin.txt $ bitcoin-cli getpeerinfo | grep -w 'v2' | uniq -c 17 "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 6d2e13426c4517fc 21fc06918fb7e45c34fedc8832a19e9be03f390d616fb2fe8cf4095557344b18 556084eb30646ceb cad5c2f3b1bc66475ba7bbd78ff08bff7e5ef91de1471482c40c9376c767d1df e763831ccaf47cc2 d40dcaf85bfbdab208f5285253a2edfdb67b19521fea5c040799eab9f0ceef53 1a4b7ab242d95458 fe2afd765791fcc86f447d998de7a530a34a0f61799d38424dfc94d1335cd8cd c018dcad0d639387 efb9afd1af921f07817091f8bad06485ecac0a4ed0b00eb7c8d6c1460fd8972c e7bb3d482e5189fd 633123407af8d851a61b6478cf85717a5bf833531adfb911664daecad43eae30 7b9a1ca6d304d08a 7dae20f750ff5beb92a4112926d4734c4976fcf1eefb1355502c30a96c3e2182 47a58847f2babe07 fc0703cfac09f8c82706dc88117acc07135922b271c27a87a9f9efe7142fb4ba efada5fdaaab4e61 6094959f828339cfedb5422afba1a82cd7ff25f10022fb4ef8b9a19cdb473df1 952c29ffb60124fb 412a973611379d5f90acb868bb8aec422a2cba958496c99e39ed8f00239a2a96 81951d4631a73203 6ed8f3ed6ce4f2c0e1b5f2c082e7935e3747f90ae8c1996e7eb58b912f871233 a615e00acdfd3302 54b19ee6a33a7ff4c7a1a8e17fc7194822753b12a779eb64544215cdaad56576 4416ef0a58e99dca e125577ca2633ee27e37b8ee973cb59f2cce219c665730284e02f2e691ec77d9 e75fa0311e7c49ba 0929b6bc91a4012da9f119ad69017401f756ff7db31be5c664deda639a5b3fa8 079eab1fefc84436 3a67c1c3c6e9ffa8fdb9ff07a87917cefb70f7c86bb299fc375e8ad7e5081dab 888b3f49f7f0ef9e 8c43d062c759eb4fa7629f60d200be0973ae6553c5f3424d56a28379291d7b18 b84b0a562bc7fbfd f4cd8e1840616f0bf6d8a4dfe1720016dd97f87c4a852dfc322857a48208c489 $ niceblack.sh $BH $BC ##### ##### ##### # # # # # # # # # # ###### ##### ##### # # # # # # # # ##### ##### ####### ##### ##### ####### # # # # # # # # # # ###### ###### # # # # # # # # # # ##### ##### # ,----- .123 4567 89ab cdef -----, | | | .. .... .... .... .... .f | | 1. ...1 494a ac61 429d 1f | | 2. 761a e847 97e5 a13d 2f | | 3. 14c6 f794 281d 9c33 3f | '=== ==== ==== ==== ==== ===' ak: 584e b4 ...............| .|..|..|.|..|.|.