# on receiving block 890010 here $ date -u '+%Y-%m-%dT%H:%M:%SZ' 2025-03-29T19:26:22Z # as written in the block header 2025-03-29T19:25:56Z $ uptime # since last reboot 19:26:22 up 55 days, 7:06, 0 users, load average: 1.98, 1.78, 1.65 $ battery.sh 100%, Power Supply Online $ uname -smnr Linux singer 6.6.37-0-lts x86_64 $ grep ^MemAvailable /proc/meminfo MemAvailable: 2066756 kB $ du -h -d1 .bitcoin/ 11.0G .bitcoin/indexes 1.5G .bitcoin/signet 3.3M .bitcoin/wallets 97.7G .bitcoin/blocks 11.7G .bitcoin/chainstate 122.0G .bitcoin/ $ df -h . Filesystem Size Used Available Use% Mounted on /dev/sda3 911.4G 829.4G 81.1G 91% / $ bitcoind -version Bitcoin Core daemon version v29.0rc2 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 890010 $ BH=$(bitcoin-cli getblockhash 890010); echo $BH 000000000000000000019336672e5421f6e0072ade3f1178411c9ae1299a80d0 $ bitcoin-cli getblockheader 000000000000000000019336672e5421f6e0072ade3f1178411c9ae1299a80d0 { "hash": "000000000000000000019336672e5421f6e0072ade3f1178411c9ae1299a80d0", "confirmations": 1, "height": 890010, "version": 537698304, "versionHex": "200ca000", "merkleroot": "d3c768a1bb7a2b799bba72e33aa0955cdf3a11e187f881f9736234df76383f8c", "time": 1743276356, "mediantime": 1743275627, "nonce": 3894710610, "bits": "1702796c", "target": "00000000000000000002796c0000000000000000000000000000000000000000", "difficulty": 113757508810854, "chainwork": "0000000000000000000000000000000000000000b7f36b3413f03a78bf448fe0", "nTx": 172, "previousblockhash": "000000000000000000000dcfb411e314c1f674b351bebcb2a4c51d00b5b39aae" } $ echo $BH | tr 0 . | fold -w 4 | paste -d " " - - - - .... .... .... .... ...1 9336 672e 5421 f6e. .72a de3f 1178 411c 9ae1 299a 8.d. $ : 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 890010 sf: ...1 f6e. .72a 8.d. $ : 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 . 890010 sk: 8.d. 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 . 890010 ak: ec.2 84 ### niceblack moved to the end $ bitcoin-cli getmempoolinfo { "loaded": true, "size": 2086, "bytes": 23265989, "usage": 122950784, "total_fee": 0.23351939, "maxmempool": 300000000, "mempoolminfee": 0.00001000, "minrelaytxfee": 0.00001000, "incrementalrelayfee": 0.00001000, "unbroadcastcount": 0, "fullrbf": true } $ gmm.sh 1003 ## Current epoch estimation is +1.86% ## 954 of 2016, i.e. 47%, 1062 to go ## Current and previous two in numbers: $ bitcoin-cli getnetworkhashps 2016 8.289161077979978e+20 $ bitcoin-cli getnetworkhashps 2016 889055 8.137723199414077e+20 $ bitcoin-cli getnetworkhashps 2016 887039 8.027983237538049e+20 $ bitcoin-cli gettxoutsetinfo muhash { "height": 890010, "bestblock": "000000000000000000019336672e5421f6e0072ade3f1178411c9ae1299a80d0", "txouts": 173883220, "bogosize": 13595561009, "muhash": "c7e235c424f8cd5e85019249a1cc8c8114202acb601ae95b714f97f797af2f03", "total_amount": 19843563.43173961, "total_unspendable_amount": 220.94326039, "block_info": { "prevout_spent": 110.80379673, "coinbase": 3.13614862, "new_outputs_ex_coinbase": 110.79264811, "unspendable": 0.00000000, "unspendables": { "genesis_block": 0.00000000, "bip30": 0.00000000, "scripts": 0.00000000, "unclaimed_rewards": 0.00000000 } } } $ bitcoin-cli getblockstats 890010 { "avgfee": 6519, "avgfeerate": 1, "avgtxsize": 7403, "blockhash": "000000000000000000019336672e5421f6e0072ade3f1178411c9ae1299a80d0", "feerate_percentiles": [ 1, 1, 1, 1, 1 ], "height": 890010, "ins": 9848, "maxfee": 57872, "maxfeerate": 100, "maxtxsize": 106553, "medianfee": 564, "mediantime": 1743275627, "mediantxsize": 303, "minfee": 160, "minfeerate": 1, "mintxsize": 191, "outs": 341, "subsidy": 312500000, "swtotal_size": 583270, "swtotal_weight": 1260580, "swtxs": 136, "time": 1743276356, "total_out": 11079264811, "total_size": 1266052, "total_weight": 3991708, "totalfee": 1114862, "txs": 172, "utxo_increase": -9507, "utxo_size_inc": -757388, "utxo_increase_actual": -9516, "utxo_size_inc_actual": -758383 } $ bitcoin-cli getnettotals { "totalbytesrecv": 2804652122, "totalbytessent": 5658594827, "timemillis": 1743276383008, "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 v29.0rc2 - server 70016/Satoshi:29.0.0/ ipv4 npr total block manual in 33 1 34 out 12 0 12 3 1 total 45 1 46 Local addresses: n/a $ bitcoin-cli -addrinfo { "addresses_known": { "ipv4": 60685, "ipv6": 3, "onion": 0, "i2p": 0, "cjdns": 0, "total": 60688 } } $ halving.sh 890010 ===================================== Bitcoin Block Halving prediction ===================================== bc=890010 gbt=1231006505 bbt=1743276356 This is average time to mine a block (1743276356-1231006505)/890010 bts=575.5769883743009917854947 Now let's multiply that by 1050000 which is the block number of next halving and get the prediction: Mon Feb 28 15:01:58 UTC 2028 ------------------------------------- Next palindrome will be 890098 predicted to happen at this time: Sun Mar 30 09:30:06 UTC 2025 ------------------------------------- Current mining epoch number is 441. The next fortnight happens in block 891072 and probably around this time: Sat Apr 5 21:13:38 UTC 2025 ### v2_peerinfo are in v2_peerinfo-bitcoin.txt $ bitcoin-cli getpeerinfo | grep -w 'v2' | uniq -c 9 "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 6fc956b6f25824bd 3bc6afdc1025e2842d8e3ad6eab92cb4e6e38312182c4c007d3400f8e17e7af2 ba5d1c85adc9358e 5fb19e6f926c81dcf44d70dbce409e2bee821041c73d1d0da3b23142808e451b fe0f501d350b6599 77e31a42f2ab6993cd1c8ff4b848ce23f3e08a2ae1cb197dea525eebe405ad68 56c71123744a41c1 e43b6cb96b7bace4097c05693eafd1f5008cdb656bdc756881adc91b81b4a220 487aef95a6565dfe 4979e631f661e15504386b56fb3dae2dabb892e9a6ffd1f2e2cd2993be2c0c34 e792346f41e8d737 daec44129f4c5c91f0e2ff92eafffd3130386609370e5f4aedbe9f6a10e18075 52db280f6f71d760 95b02b704d9bba64ede1a5e6677d4a5c9e8fd4d83ba18f7bed2577bc64554e46 7614c968f106a939 6473fd4899c7ee27aa529567adb0243bb1cada0dd17059228f7b8810f05fe919 dc41b5614875a6af d24727124027f3d952abe4ec936e0ee1dd3efb0146bfdfcc91fea7387587f99b $ niceblack.sh $BH $BC ##### ##### ### # # # # # # # # # # # # ##### ###### # # # # # # # # # # # # # ##### ##### ### ### # ### # # ## # # # # # # # # # # # # # # # # # # ### ##### ### ,----- .123 4567 89ab cdef -----, | | | .. .... .... .... .... .f | | 1. ...1 9336 672e 5421 1f | | 2. f6e. .72a de3f 1178 2f | | 3. 411c 9ae1 299a 8.d. 3f | '=== ==== ==== ==== ==== ===' ak: ec.2 84