Memory Pool Memory Pool Refreshing

7,689 transactions
2.66 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,867 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,983 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,866 (650,058 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
257,808 257,808 0000000000000019fecb7ac69ef0a6b2df56cd01ed690fefa1201737d9218d22 0.12 MB 293 105
257,807 257,807 000000000000000740c40e33676f2bff56e66637e6b41470ea7dcbb93599d18a 0.04 MB 88 68
257,806 257,806 000000000000000664c5b1716f0c42cb89a480cce66c52f55509798f05187b8d 0.01 MB 43 116
257,805 257,805 0000000000000004548468163aa6b76318e67c2654d8fba39b36ce16a97a2a7e 0.15 MB 391 91
257,804 257,804 000000000000000de2990812794ab8c1d7ec81a94942e358bfee5002e0bcfa4d 0.09 MB 218 115
257,803 257,803 000000000000000466e91364ea96609c0ba9698c42973943c44d46ee3bf4cdc3 0.35 MB 658 58
257,802 257,802 00000000000000043b69e6a582aa2f409d502c59f24db8781c3857326a2fa098 0.25 MB 668 155
257,801 257,801 0000000000000010722bca59d384bf67db79436918cad11b5b8be13139671a09 0.19 MB 448 94
257,800 257,800 000000000000001f063ad177ed280a015146dfc4ca1628ee754814bd9b67eefb 0.05 MB 107 292
257,799 257,799 000000000000002faea477b4f052a9a1bd55f88e5c99c357842b3d026e6d5916 0.13 MB 272 93
257,798 257,798 0000000000000023f4514ddd81a0a915bc16d59eaf9fe9a6e0344b1aa01319a3 0.12 MB 268 108
257,797 257,797 000000000000000e0ba31f8dda53a8260d9fa3e2afe180636f6914d43335c0ac 0.12 MB 297 118
257,796 257,796 0000000000000016b2c3d84e60aa36767b7670be500380d3f71d6c122ef7f0f1 0.26 MB 556 85
257,795 257,795 000000000000001c4126aee86b70556581fb91a548fc91801d0f4bfe155c237b 0.02 MB 68 157
257,794 257,794 000000000000002bc8fe509d88339fc3b3eaa5f9ffa46470c27fbe3852c1ae66 0.11 MB 261 86
257,793 257,793 0000000000000007a05f88d7457214fb635c7b266438ddfb20fd982d925845da 0.17 MB 296 37
257,792 257,792 0000000000000005084758e06b2d932db801c52137f99f8bd0a3c2471e06db49 0.25 MB 661 141
257,791 257,791 000000000000000a32595b8d8a266202f1617b13e0154ee5bc924828c636db17 0.02 MB 44 91
257,790 257,790 0000000000000025e122b0fd61d84f78bae53a82fbd6117ece1a6560017cf4f8 0.16 MB 369 106
257,789 257,789 0000000000000011536274ee2c3f83f71e297d42622d330df59ed31fce325667 0.16 MB 275 80
257,788 257,788 0000000000000025250d23b0005270a568131c514b6b28c0a03c6fa8429825c3 0.05 MB 75 45
Previous 10 blocks ↓
Total Size: 769.29 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,642.54 GB sent, 94.40 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.