# on receiving block 927279 here $ date -u '+%Y-%m-%dT%H:%M:%SZ' 2025-12-10T14:01:48Z # as written in the block header 2025-12-10T14:02:39Z $ uptime # since last reboot 14:01:48 up 118 days, 23:52, 0 users, load average: 2.53, 2.08, 1.99 $ battery.sh 50%, Power Supply Online $ uname -smnr Linux singer 6.12.40-0-lts x86_64 $ grep ^MemAvailable /proc/meminfo MemAvailable: 340448 kB $ du -h -d1 .bitcoin/ 1.5G .bitcoin/testnet4 11.8G .bitcoin/indexes 3.7G .bitcoin/signet 41.8M .bitcoin/wallets 97.7G .bitcoin/blocks 18.6M .bitcoin/regtest 10.6G .bitcoin/chainstate 125.6G .bitcoin/ $ df -h . Filesystem Size Used Available Use% Mounted on /dev/sda3 911.4G 834.6G 75.8G 92% / $ bitcoind -version Bitcoin Core daemon version libre-relay-v30.0-1 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 927279 $ BH=$(bitcoin-cli getblockhash 927279); echo $BH 000000000000000000012485ba4cae0e3835ac877874086ccf8de9389eb25092 $ bitcoin-cli getblockheader 000000000000000000012485ba4cae0e3835ac877874086ccf8de9389eb25092 { "hash": "000000000000000000012485ba4cae0e3835ac877874086ccf8de9389eb25092", "confirmations": 1, "height": 927279, "version": 543145984, "versionHex": "205fc000", "merkleroot": "0bb310d4a71c3a5e9750785993d05700acedd4e2d44f260ab5d1d5c02a169e02", "time": 1765375359, "mediantime": 1765372333, "nonce": 2317077745, "bits": "1701e2a0", "target": "00000000000000000001e2a00000000000000000000000000000000000000000", "difficulty": 149301205959699.9, "chainwork": "0000000000000000000000000000000000000000fcac8a22277a93a3e4be66c0", "nTx": 3356, "previousblockhash": "000000000000000000014148defebd83bff9f9a59d080718fd1bfa62565f8edd" } $ echo $BH | tr 0 . | fold -w 4 | paste -d " " - - - - .... .... .... .... ...1 2485 ba4c ae.e 3835 ac87 7874 .86c cf8d e938 9eb2 5.92 $ : 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 927279 sf: ...1 ae.e .86c 5.92 $ : 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 . 927279 sk: 5.92 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 . 927279 ak: 3cf9 84 ### niceblack moved to the end $ bitcoin-cli getmempoolinfo { "loaded": true, "size": 42832, "bytes": 32193052, "usage": 185802064, "total_fee": 0.03706919, "maxmempool": 300000000, "mempoolminfee": 0.00000001, "minrelaytxfee": 0.00000001, "incrementalrelayfee": 0.00000001, "unbroadcastcount": 0, "fullrbf": true, "permitbaremultisig": true, "maxdatacarriersize": 100000 } $ gmm.sh 115 ## Current epoch estimation is -0.57% ## 1935 of 2016, i.e. 95%, 81 to go ## Current and previous two in numbers: $ bitcoin-cli getnetworkhashps 2016 1.062348741442468e+21 $ bitcoin-cli getnetworkhashps 2016 925343 1.068462185929668e+21 $ bitcoin-cli getnetworkhashps 2016 923327 1.089721987248796e+21 $ bitcoin-cli gettxoutsetinfo muhash { "height": 927279, "bestblock": "000000000000000000012485ba4cae0e3835ac877874086ccf8de9389eb25092", "txouts": 164738138, "bogosize": 12911632492, "muhash": "43c8adeea2890c48be0e51732d038873fe51e40892d28ce752a853d6833adcff", "total_amount": 19960019.91068198, "total_unspendable_amount": 230.08931802, "block_info": { "prevout_spent": 7532.51866877, "coinbase": 3.14740915, "new_outputs_ex_coinbase": 7532.49625656, "unspendable": 0.00000306, "unspendables": { "genesis_block": 0.00000000, "bip30": 0.00000000, "scripts": 0.00000306, "unclaimed_rewards": 0.00000000 } } } $ bitcoin-cli getblockstats 927279 { "avgfee": 667, "avgfeerate": 2, "avgtxsize": 493, "blockhash": "000000000000000000012485ba4cae0e3835ac877874086ccf8de9389eb25092", "feerate_percentiles": [ 0, 1, 1, 2, 3 ], "height": 927279, "ins": 8450, "maxfee": 227300, "maxfeerate": 142, "maxtxsize": 74314, "medianfee": 246, "mediantime": 1765372333, "mediantxsize": 225, "minfee": 22, "minfeerate": 0, "mintxsize": 139, "outs": 8851, "subsidy": 312500000, "swtotal_size": 1518703, "swtotal_weight": 3450031, "swtxs": 3151, "time": 1765375359, "total_out": 753249625962, "total_size": 1654126, "total_weight": 3991723, "totalfee": 2240915, "txs": 3356, "utxo_increase": 401, "utxo_size_inc": 22243, "utxo_increase_actual": -507, "utxo_size_inc_actual": -38972 } $ bitcoin-cli getnettotals { "totalbytesrecv": 17263661821, "totalbytessent": 41363724104, "timemillis": 1765375309067, "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 libre-relay-v30.0-1 - server 70016/Satoshi:30.0.0/ ipv4 npr total block libre in 22 2 24 out 14 0 14 2 4 total 36 2 38 Local services: witness, compact filters, network limited, p2p v2, libre Local addresses: n/a $ bitcoin-cli -addrinfo { "addresses_known": { "ipv4": 63469, "ipv6": 0, "onion": 0, "i2p": 0, "cjdns": 0, "total": 63469 } } $ halving.sh 927279 ===================================== Bitcoin Block Halving prediction ===================================== bc=927279 gbt=1231006505 bbt=1765375359 This is average time to mine a block (1765375359-1231006505)/927279 bts=576.2756168579069968078681 Now let's multiply that by 1050000 which is the block number of next halving and get the prediction: Wed Mar 8 02:47:58 UTC 2028 ------------------------------------- Next palindrome will be 927729 predicted to happen at this time: Sat Dec 13 14:04:43 UTC 2025 ------------------------------------- Current mining epoch number is 459. The next fortnight happens in block 927360 and probably around this time: Thu Dec 11 03:00:37 UTC 2025 ### v2_peerinfo are in v2_peerinfo-bitcoin.txt $ bitcoin-cli getpeerinfo | grep -w 'v2' | uniq -c 15 "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 bb8b90ec8789e047 a7937bf0089a8858dcd13203ee903dd8d43c2d8ecd6344504905b5a0221e637f a579f38592a3c8c9 7545c86ba34c839682f356000953fe6d932d82d356b8c30851abb544383732a3 3c8ab28e670adb04 087fb761b139f2c688d75063e50328a52311eab798a73d0ef46cc4b5cf1d8661 2f5693616cc0ebfb ce5ba104dbd6648b92620faef6b2dcf117f6c0c33ba84c678b367b39fcd9537f e4fba50948e10038 2cf25ece4c9c3ac593330f2722fcaa0894214300cda88a2d7eca00a73dd41006 3fd41ff0c3027f6a ba9d0c837a51b420dc2750c073114047ba88a3c76bb3199400587479c6417e61 275b67fa9f275599 a7503a80a27a77483049d71611e0c227a2f14692d9826368d3289ab0213bd241 87c6976092424dcb c9d8f5eefe1e6832f59ac797935ac1609a5c1d60d953c89ee25bb87c51a3baa2 b84b0a562bc7fbfd a54299641608f57278034bc743bd186a72411a2cf3eea684bd47939b6348f97d c698ac1be4e90df3 e32cffda209c9651e30a75cea1c517ea6365d5c69795154f1b3891661570e13f 7b9a1ca6d304d08a b69c606e299db6dd88a026cabcd8e4453abfe7abd3b795e35fcdde1daefddcd4 952c29ffb60124fb bafb0b01797fb1679666fbabbd4cf50035b24a744e2ec41c225e903d79fca59a 14719f9e07abf14c 2c28b973e0ba390f1ab6a3e8845fd46d6b4bc054057ecfed55e8a568d1f7a589 68c8ba8c3e4db1cf 18c40f3df3aad0dac92c16c36775de7aa33d998e2548acd82b549e4db75a3148 7d86c05aacd07b59 7aea4fd4308bb096b7231e63b83cfa501b3c5d6449073107a9e94ef618a9076a $ niceblack.sh $BH $BC ##### ##### ####### # # # # # # # # # # ###### ##### # # # # # # # # ##### ####### # ##### ####### ##### # # # # # # # # # # ##### # ###### # # # # # # # ####### # ##### ,----- .123 4567 89ab cdef -----, | | | .. .... .... .... .... .f | | 1. ...1 2485 ba4c ae.e 1f | | 2. 3835 ac87 7874 .86c 2f | | 3. cf8d e938 9eb2 5.92 3f | '=== ==== ==== ==== ==== ===' ak: 3cf9 84