# on receiving block 943382 here $ date -u '+%Y-%m-%dT%H:%M:%SZ' 2026-04-02T16:20:11Z # as written in the block header 2026-04-02T16:19:39Z $ uptime # since last reboot 16:20:11 up 14 days, 7:13, 0 users, load average: 0.99, 1.10, 1.32 $ battery.sh 100%, Power Supply Online $ uname -smnr Linux singer 6.18.2-0-lts x86_64 $ grep ^MemAvailable /proc/meminfo MemAvailable: 2091160 kB $ du -h -d1 .bitcoin/ 12.1G .bitcoin/indexes 4.3G .bitcoin/signet 2.7M .bitcoin/wallets 97.7G .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.2G 477.3G 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 943382 $ BH=$(bitcoin-cli getblockhash 943382); echo $BH 0000000000000000000046e62624f528356d9a43a5101f8d837530bcbf4cfe99 $ bitcoin-cli getblockheader 0000000000000000000046e62624f528356d9a43a5101f8d837530bcbf4cfe99 { "hash": "0000000000000000000046e62624f528356d9a43a5101f8d837530bcbf4cfe99", "confirmations": 1, "height": 943382, "version": 537886720, "versionHex": "200f8000", "merkleroot": "fd5d3bb13eabbf72dad1d71d95043ce0b5f019a994d6390cf53733f011541f6e", "time": 1775146779, "mediantime": 1775144907, "nonce": 1616701548, "bits": "17021a91", "target": "000000000000000000021a910000000000000000000000000000000000000000", "difficulty": 133793147307542.8, "chainwork": "00000000000000000000000000000000000000011c5d00875d48b2c0bd0d01f4", "nTx": 4120, "previousblockhash": "00000000000000000000de19977a0a2d818543caa833e5dda0d52701936deeae" } $ echo $BH | tr 0 . | fold -w 4 | paste -d " " - - - - .... .... .... .... .... 46e6 2624 f528 356d 9a43 a51. 1f8d 8375 3.bc bf4c fe99 $ : 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 943382 sf: a51. 3.bc fe99 $ : 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 . 943382 sk: fe99 95 $ : 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 . 943382 ak: 7245 95 $ : Following is the jointkode 943382 jk: fe99 7245 95 ### niceblack moved to the end $ bitcoin-cli getmempoolinfo { "loaded": true, "size": 18093, "bytes": 18854656, "usage": 95113144, "total_fee": 0.02200877, "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 116 ## Current epoch estimation is +3.49% ## 1910 of 2016, i.e. 94%, 106 to go ## Current and previous two in numbers: $ bitcoin-cli getnetworkhashps 2016 9.910645382453205e+20 $ bitcoin-cli getnetworkhashps 2016 941471 9.575843405435805e+20 $ bitcoin-cli getnetworkhashps 2016 939455 1.037983005536264e+21 $ bitcoin-cli gettxoutsetinfo muhash { "height": 943382, "bestblock": "0000000000000000000046e62624f528356d9a43a5101f8d837530bcbf4cfe99", "txouts": 165175560, "bogosize": 12942391280, "muhash": "a5fd459404e0cebbb5589c8417e5bc2cc5adeecdd5ff09a9ecd3180d66ef0c4e", "total_amount": 20010341.78023233, "total_unspendable_amount": 230.09476767, "block_info": { "prevout_spent": 7359.57181188, "coinbase": 3.14671586, "new_outputs_ex_coinbase": 7359.55009602, "unspendable": 0.00000000, "unspendables": { "genesis_block": 0.00000000, "bip30": 0.00000000, "scripts": 0.00000000, "unclaimed_rewards": 0.00000000 } } } $ bitcoin-cli getblockstats 943382 { "avgfee": 527, "avgfeerate": 2, "avgtxsize": 389, "blockhash": "0000000000000000000046e62624f528356d9a43a5101f8d837530bcbf4cfe99", "feerate_percentiles": [ 0, 0, 1, 2, 3 ], "height": 943382, "ins": 7553, "maxfee": 50000, "maxfeerate": 249, "maxtxsize": 56903, "medianfee": 169, "mediantime": 1775144907, "mediantxsize": 222, "minfee": 15, "minfeerate": 0, "mintxsize": 150, "outs": 10306, "subsidy": 312500000, "swtotal_size": 1469001, "swtotal_weight": 3455697, "swtxs": 3938, "time": 1775146779, "total_out": 735955009602, "total_size": 1602942, "total_weight": 3991461, "totalfee": 2171586, "txs": 4120, "utxo_increase": 2753, "utxo_size_inc": 204734, "utxo_increase_actual": 1327, "utxo_size_inc_actual": 101078 } $ bitcoin-cli getnettotals { "totalbytesrecv": 2490669612, "totalbytessent": 5077339524, "timemillis": 1775146811691, "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 17 1 18 out 10 0 10 2 total 27 1 28 Local services: witness, compact filters, network limited, p2p v2 Local addresses: n/a $ bitcoin-cli -addrinfo { "addresses_known": { "ipv4": 62285, "ipv6": 0, "onion": 0, "i2p": 0, "cjdns": 0, "total": 62285 } } $ halving.sh 943382 ===================================== Bitcoin Block Halving prediction ===================================== bc=943382 gbt=1231006505 bbt=1775146779 This is average time to mine a block (1775146779-1231006505)/943382 bts=576.7967771308153740315439 Now let's multiply that by 1050000 which is the block number of next halving and get the prediction: Tue Mar 14 10:48:17 UTC 2028 ------------------------------------- Next palindrome will be 944449 predicted to happen at this time: Thu Apr 9 19:17:01 UTC 2026 ------------------------------------- Current mining epoch number is 467. The next fortnight happens in block 943488 and probably around this time: Fri Apr 3 09:18:39 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 53cb09911245d260 50c22bb3c18ff9ccf388cc1dd721210fd780266fa55a7565f136069a70f52e26 9e428a26ea4cf73a f1adb7a2ae179027c7d0ec417191f5922b82856cf31f683e8bb85443c3c7294e cdff5a742eef141a 84793916eb3773cec2e104afbe78fe32aaf01b91977bd010a3250b024eee140c 93109da52ab42c55 b0d96ab486ddd61c1afe8ca5f9c90f40a1bac36c666e268a0b3e99da24de3145 aa553ee8cea85fe0 dc95a76ee26addfed640e64fc8fd12c9d792238dd7a6d94bedf4cfd7796354bb f93f5ce6859a804e 8045ee797d8a8df5cc8d2982063eba965de9e58826bdc8edd5d3c2fe873d3772 28fedca04b7887ac b0cfc453555c6174441b04b48773edd9e454227cd9ce8e3e2f4a4513fbaebd75 4fa380194c83be15 dbaea37e427a38914c2eb75b33a1907adad156ae750a00b761a79b9562e042d0 fbc25ca58b448a3a feeff75b471a9327441a0156714b8f7d4b4fe9038a772448ccf88843331f985d 7b41f29724e760d6 4793347a490488bff5482d29af8f2ce370f6c6ea054e45eeffe97a56cd157fac 1957d89a90d1886f e60144424987c961b9e8d1e05ec7026400946a8bee433ea851811401ce2f8eab $ niceblack.sh $BH $BC _|_| _| _| _|_|_| _| _| _| _| _| _|_|_| _|_|_|_| _|_| _| _| _| _|_|_| _| _|_|_| _|_|_| _|_| _|_| _| _| _| _| _| _|_| _|_| _| _| _| _| _| _|_|_| _|_| _|_|_|_| ,----- .123 4567 89ab cdef -----, | | | .. .... .... .... .... .f | | 1. .... 46e6 2624 f528 1f | | 2. 356d 9a43 a51. 1f8d 2f | | 3. 8375 3.bc bf4c fe99 3f | '=== ==== ==== ==== ==== ===' jk: fe99 7245 95