# on receiving block 940762 here $ date -u '+%Y-%m-%dT%H:%M:%SZ' 2026-03-15T09:46:55Z # as written in the block header 2026-03-15T09:46:44Z $ uptime # since last reboot 09:46:55 up 26 days, 15:17, 0 users, load average: 2.37, 1.97, 1.95 $ battery.sh 100%, Power Supply Online $ uname -smnr Linux singer 6.18.2-0-lts x86_64 $ grep ^MemAvailable /proc/meminfo MemAvailable: 2160956 kB $ du -h -d1 .bitcoin/ 12.1G .bitcoin/indexes 4.2G .bitcoin/signet 2.6M .bitcoin/wallets 97.8G .bitcoin/blocks 18.6M .bitcoin/regtest 10.8G .bitcoin/chainstate 125.0G .bitcoin/ $ df -h . Filesystem Size Used Available Use% Mounted on /dev/sda3 911.4G 433.6G 476.9G 48% / $ bitcoind -version Bitcoin Core daemon version v30.2.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 940762 $ BH=$(bitcoin-cli getblockhash 940762); echo $BH 0000000000000000000099ed25bbb6c4ba51db6301d75f0e561624f3b55a776d $ bitcoin-cli getblockheader 0000000000000000000099ed25bbb6c4ba51db6301d75f0e561624f3b55a776d { "hash": "0000000000000000000099ed25bbb6c4ba51db6301d75f0e561624f3b55a776d", "confirmations": 1, "height": 940762, "version": 580018176, "versionHex": "22926000", "merkleroot": "1560129df1fc0a26dcda688092d1a4173a5778eda0d19dfda09ff655a82040d7", "time": 1773568004, "mediantime": 1773566113, "nonce": 3459492228, "bits": "1701f0cc", "target": "00000000000000000001f0cc0000000000000000000000000000000000000000", "difficulty": 145042165424853.3, "chainwork": "00000000000000000000000000000000000000011763495573675c60954536af", "nTx": 4526, "previousblockhash": "0000000000000000000097d5cb6d1fc2396572fc3bcde29b6b3723a979d69d1d" } $ echo $BH | tr 0 . | fold -w 4 | paste -d " " - - - - .... .... .... .... .... 99ed 25bb b6c4 ba51 db63 .1d7 5f.e 5616 24f3 b55a 776d $ : 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 940762 sf: .1d7 5f.e 776d $ : 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 . 940762 sk: 776d 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 . 940762 ak: 85ab 95 ### niceblack moved to the end $ bitcoin-cli getmempoolinfo { "loaded": true, "size": 30021, "bytes": 27132069, "usage": 151130672, "total_fee": 0.03196136, "maxmempool": 300000000, "mempoolminfee": 0.00000100, "minrelaytxfee": 0.00000100, "incrementalrelayfee": 0.00000100, "unbroadcastcount": 6, "fullrbf": true, "permitbaremultisig": true, "maxdatacarriersize": 100000 } $ gmm.sh 117 ## Current epoch estimation is -4.71% ## 1306 of 2016, i.e. 64%, 710 to go ## Current and previous two in numbers: $ bitcoin-cli getnetworkhashps 2016 9.890361580904434e+20 $ bitcoin-cli getnetworkhashps 2016 939455 1.037983005536264e+21 $ bitcoin-cli getnetworkhashps 2016 937439 1.03283744073678e+21 $ bitcoin-cli gettxoutsetinfo muhash { "height": 940762, "bestblock": "0000000000000000000099ed25bbb6c4ba51db6301d75f0e561624f3b55a776d", "txouts": 164981206, "bogosize": 12925490270, "muhash": "d58dc1a0156e48586642493ce152c7f3a3a4131276bb5ffb42f1315cc8e656af", "total_amount": 20002154.28068189, "total_unspendable_amount": 230.09431811, "block_info": { "prevout_spent": 7414.04730699, "coinbase": 3.14028153, "new_outputs_ex_coinbase": 7414.03202543, "unspendable": 0.00000003, "unspendables": { "genesis_block": 0.00000000, "bip30": 0.00000000, "scripts": 0.00000003, "unclaimed_rewards": 0.00000000 } } } $ bitcoin-cli getblockstats 940762 { "avgfee": 337, "avgfeerate": 1, "avgtxsize": 361, "blockhash": "0000000000000000000099ed25bbb6c4ba51db6301d75f0e561624f3b55a776d", "feerate_percentiles": [ 0, 0, 1, 2, 2 ], "height": 940762, "ins": 6749, "maxfee": 53400, "maxfeerate": 301, "maxtxsize": 25446, "medianfee": 27, "mediantime": 1773566113, "mediantxsize": 334, "minfee": 17, "minfeerate": 0, "mintxsize": 150, "outs": 11719, "subsidy": 312500000, "swtotal_size": 1524428, "swtotal_weight": 3552527, "swtxs": 4395, "time": 1773568004, "total_out": 741403202546, "total_size": 1634280, "total_weight": 3991935, "totalfee": 1528153, "txs": 4526, "utxo_increase": 4970, "utxo_size_inc": 336993, "utxo_increase_actual": 2303, "utxo_size_inc_actual": 169418 } $ bitcoin-cli getnettotals { "totalbytesrecv": 14230224701, "totalbytessent": 20301033572, "timemillis": 1773568016617, "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.2.0 - server 70016/Satoshi:30.2.0/ ipv4 npr total block libre in 21 1 22 out 15 0 15 2 4 total 36 1 37 Local services: witness, compact filters, network limited, p2p v2, libre Local addresses: n/a $ bitcoin-cli -addrinfo { "addresses_known": { "ipv4": 62931, "ipv6": 0, "onion": 0, "i2p": 0, "cjdns": 0, "total": 62931 } } $ halving.sh 940762 ===================================== Bitcoin Block Halving prediction ===================================== bc=940762 gbt=1231006505 bbt=1773568004 This is average time to mine a block (1773568004-1231006505)/940762 bts=576.7249551693678429104886 Now let's multiply that by 1050000 which is the block number of next halving and get the prediction: Mon Mar 13 13:51:24 UTC 2028 ------------------------------------- Next palindrome will be 941149 predicted to happen at this time: Tue Mar 17 23:46:36 UTC 2026 ------------------------------------- Current mining epoch number is 466. The next fortnight happens in block 941472 and probably around this time: Fri Mar 20 03:31:18 UTC 2026 ### v2_peerinfo are in v2_peerinfo-bitcoin.txt $ bitcoin-cli getpeerinfo | grep -w 'v2' | uniq -c 14 "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 ed385591b8e63a30 12f929296350602bd7eea1dbb3ad65e59118c3619251243f9b0732f0d9960657 3901238e046485fc 7646ffcaf96b8fa7fe21890446d5b6092c4dfb42010e939f37270c93d5a6431f fea3edf9d670dca1 c6b9fc314dc65d1f17d3e68f5f7b967e18661cee16d12e2f590c7104e1f29b52 825976c2e1a360ef 58d2e2e821ae7fe2bd877c58d96573e95b205c4cef0f4b554c804afa1cd10977 0e11685c579c644e 8dbf643493647af75142ba6b0f68f93a0a12f9250917143ff2467c01f02e9a08 39b5cdf9c632ca0a 718262f1dbe5c3f8635552f87b0685bc564a05b18f693895f12e15d97ea96df3 e763831ccaf47cc2 a0aa6aba29b0322ce3619b952ac372f295850e428c7126070af98506c7882c2e dff1a9a810933ed0 36f43089a2c4916445b4dd09c7009a3cb04eb8f443ac974234d0df98c5111c79 251bbc4150d03b1e 44a8607e017806299d8a25dcd99dcc617794f107fce1948617701b8522b2aabd e7bb3d482e5189fd a96a3ea8347b349066ce576b6ee1fda8ee0de3a29c8aa3736886eaaf3e06d01f 4d868b2d6cb9b4dc cc7dcbf5d440c597dff3f24d174928187f019071924f0d1d73fec3e8730f7582 952c29ffb60124fb f5b02d86037b628790438a9eab62c6304ff8e6088d0d8d63208acdd65376dddd 2f483f8248b737c5 4d53a1f152bc9b594e9d21e999f7f6713d03074c66ff40eb16fe414d92202cfa b974d81f52d9c3f9 98d8f1be1611b67351a2ab8b81884865df102f99e9e942a4c1e86a5a71ea532e $ niceblack.sh $BH $BC ___ _ _ ___ / _ \| || | / _ \ | (_) | || |_| | | | \__, |__ _| | | | / / | | | |_| | /_/ |_| \___/ ______ __ ___ |____ / /|__ \ / / /_ ) | / / '_ \ / / / /| (_) / /_ /_/ \___/____| ,----- .123 4567 89ab cdef -----, | | | .. .... .... .... .... .f | | 1. .... 99ed 25bb b6c4 1f | | 2. ba51 db63 .1d7 5f.e 2f | | 3. 5616 24f3 b55a 776d 3f | '=== ==== ==== ==== ==== ===' ak: 85ab 95