Memory Pool Memory Pool Refreshing

48,144 transactions
19.44 vMB
Show Random Selection Loading Transactions
Max Size: 118/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,747 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 4,495 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,746 (726,941 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
143,805 143,805 00000000000002f22a46fc352f11b5a32507da672a9d2da0669ce5bd5bc89aab 0.02 MB 43 51
143,804 143,804 0000000000000275d195535b15061d1d790e920ae295b70e894b303d890fd37e 0.02 MB 44 83
143,803 143,803 00000000000002c79293cc8c1b7d9044807f8919e6a23048f5e4df2ecc4b0ef1 0.00 MB 10 44
143,802 143,802 0000000000000715fa7dc70c39989b933d15110a91f0c4480c52214bd4f2b62d 0.00 MB 8 44
143,801 143,801 0000000000000619cd935735da7b994e3f72965b5900a890772007978e0933ae 0.00 MB 4 24
143,800 143,800 0000000000000924f634b005286ad2832ee74f4ba26424f02d29ffc250c419b5 0.01 MB 30 291
143,799 143,799 00000000000007c20a5b8f822c241d0133ddda02f0a49158be25d98859ea74a9 0.03 MB 38 344
143,798 143,798 0000000000000880b16e24437cce49b579aaedb79c9bd30662f0e1371a325617 0.01 MB 10 199
143,797 143,797 00000000000002303e30988d7e8d17e4d171036b05d843447a8e3e836d64d5ff 0.00 MB 1 0
143,796 143,796 000000000000092c9c85cb50d5afc869cdd4d463e265c95a8df92d32eed5f7f0 0.02 MB 76 63
143,795 143,795 0000000000000186a198f7393e28f3227c33fc93031c9072cb866911da4d171f 0.03 MB 82 145
143,794 143,794 000000000000029e7f389f2be7f384c5bbcd97be8f6c772b9fe7bea8c83e53e6 0.02 MB 33 164
143,793 143,793 00000000000006684a16ff924127f09a1d0985d949ac239ceefd5c9b7a73da16 0.00 MB 17 442
143,792 143,792 00000000000000a78520ac47bbc2ae52bbf25bc231cfaf7801e3578d233dbb9a 0.04 MB 86 22
143,791 143,791 00000000000007dfaa74096e270ded16c76e417058c8c9d78926da053c91ed45 0.01 MB 22 120
143,790 143,790 00000000000005fe1efa64860d505e6ffd7dc56f869c2f94899a7275d20055bb 0.02 MB 50 79
143,789 143,789 0000000000000824d0ec4695724f8fbe1994d5e1a6f41db468319cdf95215152 0.06 MB 99 160
143,788 143,788 00000000000008ef9ab76feddccbc1d72be2457c500fb51aaeacf27804b3c934 0.00 MB 7 1,006
143,787 143,787 000000000000060c28439c9894298eda4efef952096f490b8d55bc2626d90a12 0.01 MB 42 232
143,786 143,786 0000000000000874a7c6a03cee5b96301c7bf57a5515780885550caf8adf13b7 0.00 MB 1 0
143,785 143,785 0000000000000681f9e813cc0f7145a61a091b63425d9126441dfb0680264162 0.03 MB 50 364
Previous 10 blocks ↓
Total Size: 700.87 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,385.60 GB sent, 216.20 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.