# on receiving block 965005 here $ date -u '+%Y-%m-%dT%H:%M:%SZ' 2026-09-01T07:48:47Z # as written in the block header 2026-09-01T07:48:35Z $ uptime # since last reboot 07:48:47 up 12 days, 22:04, 0 users, load average: 0.76, 0.71, 0.82 $ battery.sh 98%, Power Supply Online $ uname -smnr Linux singer 6.18.44-0-lts x86_64 $ grep ^MemAvailable /proc/meminfo MemAvailable: 1732712 kB $ du -h -d1 .bitcoin/ 12.5G .bitcoin/indexes 5.0G .bitcoin/signet 87.9M .bitcoin/wallets 97.6G .bitcoin/blocks 18.6M .bitcoin/regtest 10.7G .bitcoin/chainstate 126.1G .bitcoin/ $ df -h . Filesystem Size Used Available Use% Mounted on /dev/sda3 911.4G 434.6G 475.8G 48% / $ bitcoind -version Bitcoin Core daemon version v31.99.0-gdb73d162395789ca3a74d50a831f4ac30c0da4f4 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 965005 $ BH=$(bitcoin-cli getblockhash 965005); echo $BH 0000000000000000000176c1e042b4f8712d984f559e4db6ddb9b46a538611a0 $ bitcoin-cli getblockheader 0000000000000000000176c1e042b4f8712d984f559e4db6ddb9b46a538611a0 { "hash": "0000000000000000000176c1e042b4f8712d984f559e4db6ddb9b46a538611a0", "confirmations": 1, "height": 965005, "version": 537133056, "versionHex": "20040000", "merkleroot": "368cb0be8469b2a2f0b5416bb2843553b6854ee4da2cbbdc2248cb4b65b70fa2", "time": 1788248915, "mediantime": 1788244455, "nonce": 1344146567, "bits": "17023cc1", "target": "000000000000000000023cc10000000000000000000000000000000000000000", "difficulty": 125807076547197.5, "chainwork": "000000000000000000000000000000000000000143ec90e50027ae744e09f2e2", "nTx": 3243, "previousblockhash": "000000000000000000020a60d3743cfda56e25dce391e157b8d5041e65baae95" } $ echo $BH | tr 0 . | fold -w 4 | paste -d " " - - - - .... .... .... .... ...1 76c1 e.42 b4f8 712d 984f 559e 4db6 ddb9 b46a 5386 11a. $ : 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 965005 sf: ...1 e.42 11a. $ : 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 . 965005 sk: 11a. 94 $ : 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 . 965005 ak: f8c5 94 $ : Following is the jointkode 965005 jk: 11a0 f8c5 94 ### niceblack moved to the end $ bitcoin-cli getmempoolinfo { "loaded": true, "size": 79766, "bytes": 41650236, "usage": 230396464, "total_fee": 0.07346425, "maxmempool": 300000000, "mempoolminfee": 0.00000100, "minrelaytxfee": 0.00000100, "incrementalrelayfee": 0.00000100, "unbroadcastcount": 0, "permitbaremultisig": true, "maxdatacarriersize": 100000, "limitclustercount": 64, "limitclustersize": 101000, "optimal": true } $ gmm.sh 176 ## Current epoch estimation is -0.47% ## 1357 of 2016, i.e. 67%, 659 to go ## Current and previous two in numbers: $ bitcoin-cli getnetworkhashps 2016 8.961758885389845e+20 $ bitcoin-cli getnetworkhashps 2016 963647 9.004776521724085e+20 $ bitcoin-cli getnetworkhashps 2016 961631 9.120027891947245e+20 $ bitcoin-cli gettxoutsetinfo muhash { "height": 965005, "bestblock": "0000000000000000000176c1e042b4f8712d984f559e4db6ddb9b46a538611a0", "txouts": 165738084, "bogosize": 12981059263, "muhash": "c97d157f73a1ec6bd1d022b2614aa19c8844062646c4ed90f11b647b44c63416", "total_amount": 20077913.63387189, "total_unspendable_amount": 230.11612811, "block_info": { "prevout_spent": 7094.02613916, "coinbase": 3.14873976, "new_outputs_ex_coinbase": 7094.00239938, "unspendable": 0.00000002, "unspendables": { "genesis_block": 0.00000000, "bip30": 0.00000000, "scripts": 0.00000002, "unclaimed_rewards": 0.00000000 } } } $ bitcoin-cli getblockstats 965005 { "avgfee": 732, "avgfeerate": 2, "avgtxsize": 455, "blockhash": "0000000000000000000176c1e042b4f8712d984f559e4db6ddb9b46a538611a0", "feerate_percentiles": [ 1, 1, 1, 2, 3 ], "height": 965005, "ins": 7372, "maxfee": 110000, "maxfeerate": 200, "maxtxsize": 59052, "medianfee": 284, "mediantime": 1788244455, "mediantxsize": 222, "minfee": 21, "minfeerate": 0, "mintxsize": 139, "outs": 8626, "subsidy": 312500000, "swtotal_size": 1200329, "swtotal_weight": 2886014, "swtxs": 3093, "time": 1788248915, "total_out": 709400239940, "total_size": 1476800, "total_weight": 3991898, "totalfee": 2373976, "txs": 3243, "utxo_increase": 1254, "utxo_size_inc": 89392, "utxo_increase_actual": 252, "utxo_size_inc_actual": 16401 } $ bitcoin-cli getnettotals { "totalbytesrecv": 5964994629, "totalbytessent": 15399129017, "timemillis": 1788248927246, "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-gdb73d162395789ca3a74d50a831f4ac30c0da4f4 - server 70017/Satoshi:31.99.0/ ipv4 npr total block in 33 2 35 out 10 0 10 2 total 43 2 45 Local services: witness, compact filters, network limited, p2p v2 Local addresses: n/a $ bitcoin-cli -addrinfo { "addresses_known": { "ipv4": 77987, "ipv6": 315, "onion": 1861, "i2p": 6, "cjdns": 0, "total": 80169 } } $ halving.sh 965005 ===================================== Bitcoin Block Halving prediction ===================================== bc=965005 gbt=1231006505 bbt=1788248915 This is average time to mine a block (1788248915-1231006505)/965005 bts=577.4496842506678714950995 Now let's multiply that by 1050000 which is the block number of next halving and get the prediction: Wed Mar 22 09:14:10 UTC 2028 ------------------------------------- Next palindrome will be 965569 predicted to happen at this time: Sat Sep 5 02:16:36 UTC 2026 ------------------------------------- Current mining epoch number is 478. The next fortnight happens in block 965664 and probably around this time: Sat Sep 5 17:30:54 UTC 2026 ### v2_peerinfo are in v2_peerinfo-bitcoin.txt $ bitcoin-cli getpeerinfo | grep -w 'v2' | uniq -c 18 "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 d794b809c0290b7b 5bde7c71d663f011da173f15380b32b16ee11d61f32030ac154b0b096528833a 856ecac120da5045 387f333e519af90145a9b402e390209924356c499f219ad44838139e5cb6040b 1c496eb0560fd00f f6422bab4279a5afc65711069c0ab8dcbec0cf81135e1b13aa0d9ad42fa925e3 8c3d576bd3990c91 fe463cc7959f98cd1d6078334b9badfd6a518a5944d9469dea2c79ea011e0be7 917b5606245e8e22 1eb1eec82840ab2b43913f6ed166f332ab107dc7144e29d55d6f9125a7b78b19 6f6363c26b04130f e1ea275900366a490205619a46c09b914f98e3ad83628fe614e6a851f5ea21b5 91bcf1be433a371e 729769d4f12aaebb58b1dac7a9ab5f238cd64c593003bbd977877261dda668fc d0a70b07480f7443 79cbf2828e5c690c1065a29a9de98d5793ecb964c575009c0fc96cd10c56e194 14bf72e1ca4b57fa 8e04835999432f57db63f61a333177aa42bbdd82c2d40425bc1a01261a83c01f 45ed44a16e88d8b5 c4188a4a9d81ab4bd1e7cdb63af515618b2cc595a8cd8f390ed6b22f465cb4dc 76869486df31dabd 56c0c5de5b5733eafcaaee5cefbd27ec4cad18539d58d8db695b09d3f07398bd 830d43b072c55b62 c00d30b5afd6c79447ee95e405f3fbacad1922d473aaa2a166a87ec0309f8056 c029286486338c14 729dc98a2e9d6f8931df9086d2763304453836a5baa5d4190b3274a37b77d28c 8a22962041e588ff 4378a4173c2a9a5cf64302d8e831074a9037da33284213043635c075e7214e45 86a682b0ab3e64ac b66fe9741060ff35267e2a37a56734e844c499aaf384f74c13a6e20e5e999afa 72e5ef58cb68b6b2 d1f5be85e99e02bfe8448804659501b17df1a319ce38dfe3c5823325e3c10ab8 1d471d7425d13811 5212b2366a24c84905aaced312e41e464fdc955ba2456cace6854f8abf751937 f7f39d5dfadd46f2 d79222ff11585b080fa8019572d241a6b5cc088136a10eb9ccbfe8af47719e0c $ niceblack.sh $BH $BC __ __ __ / / / /__ ____/ /__ / _ \/ / _ \/ __/ '_/ /_.__/_/\___/\__/_/\_\ ___ ____ ____ ___ ___ ____ / _ \/ __// __// _ \/ _ \/ __/ \_, / _ \/__ \/ // / // /__ \ /___/\___/____/\___/\___/____/ ,----- .123 4567 89ab cdef -----, | | | .. .... .... .... .... .f | | 1. ...1 76c1 e.42 b4f8 1f | | 2. 712d 984f 559e 4db6 2f | | 3. ddb9 b46a 5386 11a. 3f | '=== ==== ==== ==== ==== ===' jk: 11a. f8c5 94