Memory Pool Memory Pool Refreshing

56,479 transactions
34.61 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,888 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 5,188 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,887 (574,238 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
275,649 275,649 0000000000000002b53480ff64e1ba62db19f4b367fd91b646a018704fe5479c 0.19 MB 428 49
275,648 275,648 000000000000000354178dc9958d7f00ef595721bf85cedbb5949edd68015764 0.29 MB 701 57
275,647 275,647 00000000000000020b2b718497c4c3f1f33cd906111383b2b71548566d9255fe 0.34 MB 562 46
275,646 275,646 0000000000000003b4f22542fc429d35486d425f980ac002371d1d3a07b81d74 0.14 MB 251 34
275,645 275,645 0000000000000003ca17334488b59bb75028f7a3928615c786f2d3809139de8d 0.15 MB 359 26
275,644 275,644 0000000000000000006d06721ae36b679d64b306ff93d36ba54a5ffb73e5973b 0.15 MB 181 13
275,643 275,643 0000000000000001a24401c6bf073c1073d5594e455cb74c1c18d08360c3f699 0.07 MB 86 20
275,642 275,642 00000000000000024da4bfa6f1c7b55b41dbd2e1992ef23c236495bd87725911 0.05 MB 32 10
275,641 275,641 0000000000000001c225b19b7b0fb466bc32f35d8313619d3b31dc5b3eafc322 0.17 MB 241 18
275,640 275,640 0000000000000001e975a16ac046282ac84362eed8dd76e62d06e2280033789c 0.25 MB 725 74
275,639 275,639 0000000000000002208e227686abd7a802fbaceed94787e1ca55dea2399b67b4 0.31 MB 701 48
275,638 275,638 0000000000000003dba1f6330fb23d24ff32bda411f11a6ab9b3d6d8e8ae47cd 0.22 MB 520 69
275,637 275,637 0000000000000003cf68ba5f754aefcaf53556251e6f4f573282be2fa818c1cb 0.10 MB 306 57
275,636 275,636 0000000000000001c5e0d60d45547574542c3785c12857a90604e21d24c210cc 0.35 MB 135 2
275,635 275,635 00000000000000002b2b72adbb6b5b21ecae3933bf56abbef53c71ad778b7b02 0.10 MB 254 44
275,634 275,634 0000000000000004027adaeae6c399af09b24dac994d9d18d7b3e02e8a9963e3 0.83 MB 1,725 33
275,633 275,633 00000000000000024fceea5a681d2b9ab3bf831f6d51cd78d4fe25d6885ea644 0.10 MB 289 97
275,632 275,632 00000000000000038892d5baec970c412be73a634cd86d493d9251c1db43675b 0.25 MB 785 86
275,631 275,631 0000000000000001d701fd499078e526e8f6e02877a4e1a9330748a704eb7756 0.15 MB 365 46
275,630 275,630 0000000000000003a161913a2b0011515f6239a987300e64f5ac4d677fcdb771 0.22 MB 531 50
275,629 275,629 00000000000000038954bbf37276acec511c8579fe77219603e9b3e890d8d625 0.24 MB 427 37
Previous 10 blocks ↓
Total Size: 661.30 GB

Node Information

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