# on receiving block 956877 here $ date -u '+%Y-%m-%dT%H:%M:%SZ' 2026-07-06T04:36:59Z # as written in the block header 2026-07-06T04:36:35Z $ uptime # since last reboot 04:36:59 up 9 days, 21:07, 0 users, load average: 1.22, 0.88, 0.88 $ battery.sh 100%, Power Supply Online $ uname -smnr Linux singer 6.18.2-0-lts x86_64 $ grep ^MemAvailable /proc/meminfo MemAvailable: 1857092 kB $ du -h -d1 .bitcoin/ 12.4G .bitcoin/indexes 4.7G .bitcoin/signet 2.7M .bitcoin/wallets 97.7G .bitcoin/blocks 18.6M .bitcoin/regtest 10.6G .bitcoin/chainstate 125.7G .bitcoin/ $ df -h . Filesystem Size Used Available Use% Mounted on /dev/sda3 911.4G 435.2G 475.2G 48% / $ bitcoind -version Bitcoin Core daemon version v31.1.0rc1 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 956877 $ BH=$(bitcoin-cli getblockhash 956877); echo $BH 00000000000000000000b2dfddabf1f7ec90b53a912145d08a663eb20dcfc700 $ bitcoin-cli getblockheader 00000000000000000000b2dfddabf1f7ec90b53a912145d08a663eb20dcfc700 { "hash": "00000000000000000000b2dfddabf1f7ec90b53a912145d08a663eb20dcfc700", "confirmations": 1, "height": 956877, "version": 537026560, "versionHex": "20026000", "merkleroot": "aaf6a5d572da500dafeae9b73b08c6f551d40d4d53470c51e79bf7e29e5ad984", "time": 1783312595, "mediantime": 1783309439, "nonce": 1034063103, "bits": "17021a42", "target": "000000000000000000021a420000000000000000000000000000000000000000", "difficulty": 133869853540305.4, "chainwork": "0000000000000000000000000000000000000001358e2e04e22e5e09d8f7c0d2", "nTx": 6696, "previousblockhash": "000000000000000000015fb5162e4f072d554dfbf8effe05e1654723480931dc" } $ echo $BH | tr 0 . | fold -w 4 | paste -d " " - - - - .... .... .... .... .... b2df ddab f1f7 ec9. b53a 9121 45d. 8a66 3eb2 .dcf c7.. $ : 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 956877 sf: ec9. 45d. .dcf c7.. $ : 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 . 956877 sk: c7.. 75 $ : 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 . 956877 ak: 6dc3 75 $ : Following is the jointkode 956877 jk: c700 6dc3 75 ### niceblack moved to the end $ bitcoin-cli getmempoolinfo { "loaded": true, "size": 84540, "bytes": 45514352, "usage": 240223856, "total_fee": 0.08494331, "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 186 ## Current epoch estimation is +1.14% ## 1293 of 2016, i.e. 64%, 723 to go ## Current and previous two in numbers: $ bitcoin-cli getnetworkhashps 2016 9.68724849154298e+20 $ bitcoin-cli getnetworkhashps 2016 955583 9.577176399839705e+20 $ bitcoin-cli getnetworkhashps 2016 953567 8.939523168672514e+20 $ bitcoin-cli gettxoutsetinfo muhash { "height": 956877, "bestblock": "00000000000000000000b2dfddabf1f7ec90b53a912145d08a663eb20dcfc700", "txouts": 166200519, "bogosize": 13016356127, "muhash": "8178206ae0e155b0f57776a3effea85947593add1a883e154bcfb1643ee191ab", "total_amount": 20052513.63934563, "total_unspendable_amount": 230.11065437, "block_info": { "prevout_spent": 3693.62646672, "coinbase": 3.13133332, "new_outputs_ex_coinbase": 3693.62013340, "unspendable": 0.00000000, "unspendables": { "genesis_block": 0.00000000, "bip30": 0.00000000, "scripts": 0.00000000, "unclaimed_rewards": 0.00000000 } } } $ bitcoin-cli getblockstats 956877 { "avgfee": 94, "avgfeerate": 0, "avgtxsize": 237, "blockhash": "00000000000000000000b2dfddabf1f7ec90b53a912145d08a663eb20dcfc700", "feerate_percentiles": [ 0, 0, 0, 0, 1 ], "height": 956877, "ins": 7389, "maxfee": 21538, "maxfeerate": 75, "maxtxsize": 40016, "medianfee": 49, "mediantime": 1783309439, "mediantxsize": 221, "minfee": 10, "minfeerate": 0, "mintxsize": 66, "outs": 13807, "subsidy": 312500000, "swtotal_size": 1572045, "swtotal_weight": 3927882, "swtxs": 6568, "time": 1783312595, "total_out": 369362013340, "total_size": 1587990, "total_weight": 3991662, "totalfee": 633332, "txs": 6696, "utxo_increase": 6418, "utxo_size_inc": 458888, "utxo_increase_actual": 47, "utxo_size_inc_actual": 5365 } $ bitcoin-cli getnettotals { "totalbytesrecv": 3142659888, "totalbytessent": 9342562156, "timemillis": 1783312619806, "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.1.0rc1 - server 70016/Satoshi:31.1.0/ ipv4 npr total block in 20 2 22 out 10 0 10 2 total 30 2 32 Local services: witness, compact filters, network limited, p2p v2 Local addresses: n/a $ bitcoin-cli -addrinfo { "addresses_known": { "ipv4": 70496, "ipv6": 0, "onion": 0, "i2p": 0, "cjdns": 0, "total": 70496 } } $ halving.sh 956877 ===================================== Bitcoin Block Halving prediction ===================================== bc=956877 gbt=1231006505 bbt=1783312595 This is average time to mine a block (1783312595-1231006505)/956877 bts=577.1959330238546606777457 Now let's multiply that by 1050000 which is the block number of next halving and get the prediction: Sun Mar 19 07:13:31 UTC 2028 ------------------------------------- Next palindrome will be 957759 predicted to happen at this time: Sun Jul 12 02:01:21 UTC 2026 ------------------------------------- Current mining epoch number is 474. The next fortnight happens in block 957600 and probably around this time: Sat Jul 11 00:31:47 UTC 2026 ### v2_peerinfo are in v2_peerinfo-bitcoin.txt $ bitcoin-cli getpeerinfo | grep -w 'v2' | uniq -c 13 "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 c91f3c5076828ddf 2ff662ca5bfdd813c25ccb44aa737f4472120ea78fe0fdc29d5439554aad2dae c3e6cfc4aa609162 88a5530a137d974df5cad82a20e9e3586f8282ca447e6161ec9c6843412ef50e ed702cd69dbfd3df 6872e6c6114a608dfa6a4c1e584743b7af7eecc93d7b9f2ab77e759f04656624 051ddd7a2a9d08d2 f02817b398a886d8c4009c7064123e8a0e1c37e4b2fb26926a61a9a6ffb36873 a8a0fd81615fc8e3 3c33e5a29c68f07d7ba25f3f312a522ceff525dd81175049fff5e60282b5167e 5c97616b27894d40 a91de440a2db64239e33cb58c14161ee011df1b6f3b2b184f7bdba2a54baf57a 2911e879515eaa6b a25258327dde52e1f7f8428272fb1c666a320e9cc9be259a730b983f7490be91 a63afcde8473cd7e f6e1cb9b6c3d40049f7182b3b545794355d17ed2f156ad2d1b35af071c06c78b 2a6944d314aee8a2 b9770535efd81e84efb16cbb1513641733a89252ff433010bcdba2027ee665a7 30a51426b6de23ce e25a9c66c68f1e48ad403039d8f622e1deea3cb56012a54dc48cbd2f5e4ef48c 646ebacd2d74e318 bd43be62d0ad5fecc908c677ba9e39ac3e63968ecda93313550666577e47b9a0 3406962fafb73e85 f51300a6bfb92d088f0bc47eef229212156d02b81bb15210520ebd86591ebecd 028abf6fa5bb9830 25b97494249c90d917b59b804f4d037177e4298190d261df802d97e8a8d9379d $ niceblack.sh $BH $BC ____ ___________ / __ \/ ____/ ___/ / /_/ /___ \/ __ \ \__, /___/ / /_/ / /____/_____/\____/ ____ __________ ( __ )__ /__ / / __ | / / / / / /_/ / / / / / \____/ /_/ /_/ ,----- .123 4567 89ab cdef -----, | | | .. .... .... .... .... .f | | 1. .... b2df ddab f1f7 1f | | 2. ec9. b53a 9121 45d. 2f | | 3. 8a66 3eb2 .dcf c7.. 3f | '=== ==== ==== ==== ==== ===' jk: c7.. 6dc3 75