Memory Pool Memory Pool Refreshing

63,096 transactions
29.69 vMB
Show Random Selection Loading Transactions
Max Size: 164/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,693 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 559 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,692 (289,412 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
560,280 560,280 0000000000000000000bdb9a10fbd904f469b3c187f05e23a3fca36c46acb4d0 0.11 MB 90 10
560,279 560,279 00000000000000000015051f59de4426f06efb7c2061f05c58350c049f12249e 0.28 MB 569 10
560,278 560,278 00000000000000000011bb444b01de1550fe5f7ec5c1e4ab0ca016135c770426 1.09 MB 2,657 2
560,277 560,277 00000000000000000029faa64c07febb8dfed6355a767c64d3a98eff0603a61b 1.12 MB 3,359 9
560,276 560,276 0000000000000000000d684efe8b0e72d140c53f51610ab6a02c9d96d69c500f 1.40 MB 3,123 31
560,275 560,275 00000000000000000008809b6508620723d1411f0dc77185b43ce4da32487715 0.13 MB 413 8
560,274 560,274 00000000000000000004a1ada028e3cd51345e68c7c290ef5fbe59f0f2cf3708 0.14 MB 398 7
560,273 560,273 0000000000000000002940df4f9d6656c677214485700e4dc9b63c9bb03212d3 1.23 MB 3,526 19
560,272 560,272 00000000000000000007e7d1a58a3e7408903dcad0a99a3caee740346ea8fa28 0.38 MB 1,152 37
560,271 560,271 000000000000000000128734ccda37a020b72bb7d12cfe84681ee8c4498ddb10 0.82 MB 2,199 13
560,270 560,270 00000000000000000020313e81cf5a9d5f1833468c5081ca5f0b2564edb119cb 0.78 MB 2,425 15
560,269 560,269 0000000000000000001d5493f1ada4276036167f6bf1797942dd9044cf8795e2 1.20 MB 3,485 17
560,268 560,268 0000000000000000002143c7563c017ac8b035c93529725ba8b2bde5b7923803 0.21 MB 654 6
560,267 560,267 000000000000000000086957d04e2adba3b9ac6aa5b95e9408db28e48f3a4e7c 0.82 MB 2,408 13
560,266 560,266 000000000000000000196e263dc92aea0f4dfaa4edb232a4bbf41cf40df35370 1.15 MB 3,151 9
560,265 560,265 0000000000000000001a806088bc1f300bbc677979703a4d0b8dc2c1f20a6008 1.19 MB 2,059 14
560,264 560,264 0000000000000000001f4afaceee86ce67c21bdba9d2f29aef0844e13259d3d3 0.07 MB 154 16
560,263 560,263 000000000000000000268fa43f28072bcde847b6388a5611c77ca301b3414ae0 0.63 MB 1,854 11
560,262 560,262 00000000000000000022a4e9d4c8b971836f373d9b2521a4247d0ca84c9f30d8 0.11 MB 280 10
560,261 560,261 0000000000000000001c8e0817cd7354a9221714368907a2bfa646860fb1148b 0.27 MB 688 15
560,260 560,260 0000000000000000002a21805cc2e9bda9c6919304698aa503e0309d90ff298c 0.21 MB 595 12
Previous 10 blocks ↓
Total Size: 660.93 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: 633.81 GB sent, 3.71 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.