Memory Pool Memory Pool Refreshing

63,858 transactions
28.32 vMB
Show Random Selection Loading Transactions
Max Size: 151/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,743 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 5,448 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,742 (785,385 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
64,357 64,357 0000000001186e5b126586268d4ea035ec3180a35903582ccd520c6b5c2aa26c 0.00 MB 1 0
64,356 64,356 0000000002748160ec5e2a26174c659fa7985f8e4bd8db57a94a6962356ade0b 0.00 MB 4 0
64,355 64,355 000000000c0addbf8e227c4aa93b1ca8cd9e3ec77b7926e6e570f4b9e10e9be9 0.00 MB 4 0
64,354 64,354 0000000008f72ee0e7e07ca2465920427912256e6f08f29673161a13366340c9 0.00 MB 1 0
64,353 64,353 0000000000f6c1f7b142923ff6970eb2c9fbc0a58515e703b2e1466a95508ab3 0.00 MB 1 0
64,352 64,352 00000000000d3b0ebde110fea7ec5a0b386ca38074e31135e365746cfaffd21c 0.00 MB 1 0
64,351 64,351 000000000ab402ce1fec9cb6a25baa76b0e73eda5e2025880eab94902eea0e3c 0.00 MB 1 0
64,350 64,350 000000000aff584826c3fa17433cba49f55112ccedba6e3994fb794c72aaed8e 0.00 MB 1 0
64,349 64,349 0000000009e71685413246dc26279dd3ae17c34d528b484c2ae8c3b0e2ad7ca1 0.00 MB 1 0
64,348 64,348 00000000054c133027aa03e9058d3ee1da898959e6dca951b62fe61d0a27b2a6 0.00 MB 1 0
64,347 64,347 00000000078d6c82ef14d121180f3cc045a4295490ef9f31b01cce6ed66dae5e 0.00 MB 1 0
64,346 64,346 00000000007779f7370d5a31f48bd66d2ddd7efd51c789aa370ebd2e12695322 0.00 MB 1 0
64,345 64,345 00000000028d14a9ae1d2cc749d4ddb2f2b4fbde8c4e281a5b4e4be25cdb22ae 0.00 MB 1 0
64,344 64,344 0000000002258d6c54e24a6465a7e0178a9c93fa15bc3f6a862569c67a52f251 0.00 MB 2 0
64,343 64,343 0000000007ed6f69b42405594b73551b270838d87ad4b045acc3a8ade65be433 0.00 MB 1 0
64,342 64,342 00000000085dd58b1f762887b7296c9fc56fdd0963907e0da3b7f15396af330f 0.00 MB 1 0
64,341 64,341 0000000006ae7d1ffcdc87dc4433b225cfbd1b8d5d2d421dac3b65741319a5d4 0.00 MB 1 0
64,340 64,340 00000000061dba500622480718c937aa5dd21788dc88777da20b58dfd5f42eef 0.00 MB 2 0
64,339 64,339 00000000035e8fbdf9642a5e55ba2d7e6369193ca64bf6e77ca028841fa484ec 0.00 MB 1 0
64,338 64,338 00000000006d0f9069644edb038a52f17a2e475b7c3d6cab6cad33014feb09ce 0.00 MB 1 0
64,337 64,337 0000000006ae4f41612c5cd8dfcec2ceb8233acbe8e6d8a78d3156e1791cbc67 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 661.02 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: 690.87 GB sent, 4.14 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. Electrum Server. This is used to get information about address balances. Bitcoin Core doesn't keep track of addresses, so you need a separate database running alongside it to store address balances and activity. This information is retrieved using the Electrum protocol.

    Electrum Server is what wallets like Electrum and Sparrow Wallet use.

Limitations

There are a couple of limitations to this explorer:

So if you're looking for a more advanced explorer that offers these features, try mempool.space instead.

But if you hate beautiful websites and only want to dig around raw data quickly, this explorer should do the job.

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.