# on receiving block 942559 here $ date -u '+%Y-%m-%dT%H:%M:%SZ' 2026-03-28T02:43:00Z # as written in the block header 2026-03-28T02:42:49Z $ uptime # since last reboot 02:43:00 up 8 days, 17:35, 0 users, load average: 1.13, 1.39, 1.70 $ battery.sh 100%, Power Supply Online $ uname -smnr Linux singer 6.18.2-0-lts x86_64 $ grep ^MemAvailable /proc/meminfo MemAvailable: 2243172 kB $ du -h -d1 .bitcoin/ 12.1G .bitcoin/indexes 4.3G .bitcoin/signet 2.7M .bitcoin/wallets 97.8G .bitcoin/blocks 18.6M .bitcoin/regtest 10.6G .bitcoin/chainstate 124.9G .bitcoin/ $ df -h . Filesystem Size Used Available Use% Mounted on /dev/sda3 911.4G 433.3G 477.2G 48% / $ bitcoind -version Bitcoin Core daemon version v31.0rc2 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 942559 $ BH=$(bitcoin-cli getblockhash 942559); echo $BH 000000000000000000018523a67e9b3718a331488c001ce0c88e8a4140d2a398 $ bitcoin-cli getblockheader 000000000000000000018523a67e9b3718a331488c001ce0c88e8a4140d2a398 { "hash": "000000000000000000018523a67e9b3718a331488c001ce0c88e8a4140d2a398", "confirmations": 1, "height": 942559, "version": 734535680, "versionHex": "2bc82000", "merkleroot": "aa9e302cee9c4d6b965e1094da96e308b1fb99c65d3d8fe2fdb8abbb69b4aad9", "time": 1774665769, "mediantime": 1774662867, "nonce": 3423359332, "bits": "17021a91", "target": "000000000000000000021a910000000000000000000000000000000000000000", "difficulty": 133793147307542.8, "chainwork": "00000000000000000000000000000000000000011ad5ccf02758a9b1194bb640", "nTx": 3956, "previousblockhash": "000000000000000000017621045fce54ed5b2d66f4ca70f78db5d32adde0a524" } $ echo $BH | tr 0 . | fold -w 4 | paste -d " " - - - - .... .... .... .... ...1 8523 a67e 9b37 18a3 3148 8c.. 1ce. c88e 8a41 4.d2 a398 $ : 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 942559 sf: ...1 8c.. 1ce. 4.d2 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 . 942559 sk: a398 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 . 942559 ak: a.e5 84 $ : Following is the jointkode 942559 jk: a398 a.e5 84 ### niceblack moved to the end $ bitcoin-cli getmempoolinfo { "loaded": true, "size": 25131, "bytes": 8430093, "usage": 53887648, "total_fee": 0.00909429, "maxmempool": 300000000, "mempoolminfee": 0.00000100, "minrelaytxfee": 0.00000100, "incrementalrelayfee": 0.00000100, "unbroadcastcount": 23, "fullrbf": true, "permitbaremultisig": true, "maxdatacarriersize": 100000, "limitclustercount": 64, "limitclustersize": 101000, "optimal": true } $ gmm.sh 107 ## Current epoch estimation is +1.28% ## 1087 of 2016, i.e. 53%, 929 to go ## Current and previous two in numbers: $ bitcoin-cli getnetworkhashps 2016 9.699199733030934e+20 $ bitcoin-cli getnetworkhashps 2016 941471 9.575843405435805e+20 $ bitcoin-cli getnetworkhashps 2016 939455 1.037983005536264e+21 $ bitcoin-cli gettxoutsetinfo muhash { "height": 942559, "bestblock": "000000000000000000018523a67e9b3718a331488c001ce0c88e8a4140d2a398", "txouts": 165131170, "bogosize": 12939533047, "muhash": "ef8d285b7691a96f759735a676c747f9d8b78ed7b225e3f1ff41358d9c65c445", "total_amount": 20007769.90530760, "total_unspendable_amount": 230.09469240, "block_info": { "prevout_spent": 5085.95327757, "coinbase": 3.14251655, "new_outputs_ex_coinbase": 5085.93576099, "unspendable": 0.00000003, "unspendables": { "genesis_block": 0.00000000, "bip30": 0.00000000, "scripts": 0.00000003, "unclaimed_rewards": 0.00000000 } } } $ bitcoin-cli getblockstats 942559 { "avgfee": 442, "avgfeerate": 1, "avgtxsize": 409, "blockhash": "000000000000000000018523a67e9b3718a331488c001ce0c88e8a4140d2a398", "feerate_percentiles": [ 0, 0, 1, 2, 3 ], "height": 942559, "ins": 7224, "maxfee": 33734, "maxfeerate": 106, "maxtxsize": 51440, "medianfee": 176, "mediantime": 1774662867, "mediantxsize": 223, "minfee": 15, "minfeerate": 0, "mintxsize": 150, "outs": 10786, "subsidy": 312500000, "swtotal_size": 1496438, "swtotal_weight": 3506330, "swtxs": 3787, "time": 1774665769, "total_out": 508593576102, "total_size": 1617831, "total_weight": 3991902, "totalfee": 1751655, "txs": 3956, "utxo_increase": 3562, "utxo_size_inc": 261917, "utxo_increase_actual": 2303, "utxo_size_inc_actual": 171517 } $ bitcoin-cli getnettotals { "totalbytesrecv": 537612987, "totalbytessent": 930004054, "timemillis": 1774665781326, "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.0rc2 - server 70016/Satoshi:31.0.0/ ipv4 npr total block in 15 1 16 out 10 0 10 2 total 25 1 26 Local services: witness, compact filters, network limited, p2p v2 Local addresses: n/a $ bitcoin-cli -addrinfo { "addresses_known": { "ipv4": 63868, "ipv6": 0, "onion": 0, "i2p": 0, "cjdns": 0, "total": 63868 } } $ halving.sh 942559 ===================================== Bitcoin Block Halving prediction ===================================== bc=942559 gbt=1231006505 bbt=1774665769 This is average time to mine a block (1774665769-1231006505)/942559 bts=576.7900865727380750297063 Now let's multiply that by 1050000 which is the block number of next halving and get the prediction: Tue Mar 14 08:51:12 UTC 2028 ------------------------------------- Next palindrome will be 943349 predicted to happen at this time: Thu Apr 2 09:17:13 UTC 2026 ------------------------------------- Current mining epoch number is 467. The next fortnight happens in block 943488 and probably around this time: Fri Apr 3 07:33:26 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 53cb09911245d260 50c22bb3c18ff9ccf388cc1dd721210fd780266fa55a7565f136069a70f52e26 070fa09d81bddbfc cb4882d8db9a875b5cdc44096e8f4dfaaa6496ebeaff14c0e7e8011995a1c30c 57b0f3d93065c3d3 b0140909cf87cce0128fa7b18db592b217a535d544f4d609542aa393a01828d2 95533200f3e856ae 25c8f82ea3189e5953d21fd5afb8030ba0d630a32caf680b5052c18d315eadac 89615755e7e06376 28b12b914c7eaf6e76f2149e25788244ec169d3aac1aeb3cf95955ea8d853db9 396fd83d1d6b5e68 0e804e9ee9c2860ee9a7141000fd426c9ebb19d4e0195b1be38d5dcbcaa9ac74 79d2c4cd32da7162 cc1eefe454c765b858260652e87c39cdebfa191255622a7189dc10e95fc34cb6 1fb3bf7327225ba5 dbc754eeb5cbf1a0bfa02053fed0311cc60616485009944be74478cab06b3ef4 21889d03bdb1c6c4 5abb4c1531d351ef81a0c57b91458497b1bc34ee135c9030faee195fbcec59b6 $ niceblack.sh $BH $BC __ __ __ / / / /__ ____/ /__ / _ \/ / _ \/ __/ '_/ /_.__/_/\___/\__/_/\_\ ___ ____ ___ ____ _______ / _ \/ / /|_ |/ __// __/ _ \ \_, /_ _/ __//__ \/__ \\_, / /___/ /_//____/____/____/___/ ,----- .123 4567 89ab cdef -----, | | | .. .... .... .... .... .f | | 1. ...1 8523 a67e 9b37 1f | | 2. 18a3 3148 8c.. 1ce. 2f | | 3. c88e 8a41 4.d2 a398 3f | '=== ==== ==== ==== ==== ===' jk: a398 a.e5 84