Memory Pool Memory Pool Refreshing

21,434 transactions
27.45 vMB
Show Random Selection Loading Transactions
Max Size: 162/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,443 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 2,198 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,442 (791,578 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
70,864 70,864 0000000000e44bfc30d221c431f1980f0f592e18346f83e20417dc600d288c87 0.00 MB 1 0
70,863 70,863 00000000008c6418a0d9031b8a3c6599723c02a1bb7a92c7e311d790030a5a10 0.00 MB 2 0
70,862 70,862 0000000000b31ec05464b889dac1c025fe2a2192ebf632d47c4689af8a8f9bb1 0.00 MB 2 0
70,861 70,861 000000000055f222a4e55dcf437d91f8c8d2e6fbd5a1d0bd1e51a48502f374e6 0.00 MB 2 0
70,860 70,860 00000000002641f148f52146cf1aace50b37304cab18a8a48ae3aad2344e312e 0.00 MB 5 0
70,859 70,859 0000000000fe5342f97e61c6dbe88771fd652ea8e2048cb3596809cec2f5c600 0.00 MB 12 0
70,858 70,858 0000000000aee7a9bda585e66d6f34dedf60ceb2b66c97f40117ae6fad0aefbb 0.00 MB 3 0
70,857 70,857 0000000000ae091e5ee646236f9a4309fc46c7d0f8969fe3440076f0770188f3 0.04 MB 176 0
70,856 70,856 0000000000de36c12641d6973dca55939623d21df870735333f4f788cc60ece2 0.00 MB 1 0
70,855 70,855 0000000000d78aede2b54b6b0c03126a70236ecd2b445e2344ec15d39a0d70ce 0.00 MB 1 0
70,854 70,854 0000000000a38090b431b796a60e426bd895808bb76e87bdfbf1bd4122660964 0.00 MB 2 0
70,853 70,853 0000000000a3c10f59a43add00288b6601917a5d9184cc19ff06e542589c6f66 0.00 MB 2 0
70,852 70,852 0000000000c2281e626193c8e32069342ed0d757dee9615dddf8aa5e23adf38b 0.00 MB 2 0
70,851 70,851 0000000000ba54215a11b3aa6be4ec27cab1641149c5f24b63e634843dc10c25 0.00 MB 16 0
70,850 70,850 00000000005f5bc0beb61f9a1b63fc9970742498aa825056ad4572160408d9d6 0.09 MB 398 0
70,849 70,849 0000000000dadf773fbec5403291b707a276a8f8e14f1e2383be7dea4866f8b0 0.00 MB 1 0
70,848 70,848 0000000000ece4119dbd8d76092ebaba65dd6190c8acb752ac3fa087e59bd233 0.00 MB 1 0
70,847 70,847 0000000000f5fa900c210879446b6df0670457e0f9c236af3b67aa563e8ad50d 0.00 MB 1 0
70,846 70,846 000000000051b938f3004f444dce078aaae61e0d6b5d356b5b5717fbc776278d 0.00 MB 3 0
70,845 70,845 0000000000e0af600c2bb4f784b997ce01d8818c9f28f338462b2e2b1471589e 0.00 MB 1 0
70,844 70,844 00000000008beb050f21a4a80127ea5226df8edfd34b127119b84d80ca7ab48f 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 685.01 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: 1,369.21 GB sent, 104.97 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.