Memory Pool Memory Pool Refreshing

75,443 transactions
31.12 vMB
Show Random Selection Loading Transactions
Max Size: 173/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,552 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 6,086 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,551 (182,084 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
667,467 667,467 0000000000000000000c1c39340193b93054f3f31eaaf5715aaae85a2b88243a 1.20 MB 2,512 25
667,466 667,466 0000000000000000000b0cdc6166a87bf90d09754e3a38533ea0c5d78e109843 1.25 MB 2,063 76
667,465 667,465 0000000000000000000aed66e7ab40ae021bb5f414c5606053f749e76244b6df 1.43 MB 2,140 62
667,464 667,464 000000000000000000004792bd0bda2968b83e01a68187ae4f95adf53fe0c405 1.27 MB 2,216 19
667,463 667,463 00000000000000000005a4a5ada683704570b9b63dc8f7144d2419cc37f77892 1.07 MB 2,533 10
667,462 667,462 00000000000000000005a4dfe749babdc8b89c63752d57c78857c03a3c6ba432 1.41 MB 2,455 52
667,461 667,461 0000000000000000000cc4c2bb3f912b802eb7460e1e240eaeb1505d6713ec69 1.54 MB 2,400 55
667,460 667,460 00000000000000000004912a021e2056990391b9c89e637754ee8ef22e4109b7 1.25 MB 2,435 87
667,459 667,459 00000000000000000007409f7dc1ea842a7c1b1e486088159823aaf56e865d28 1.14 MB 1,922 16
667,458 667,458 00000000000000000003d5334b0d29fe4995cd6ca51a59186ea63d315d78e4db 1.56 MB 1,895 55
667,457 667,457 000000000000000000012fc9ffe031bb223efde169ee3d1cdf11dc3c5e8ac52b 1.38 MB 2,124 55
667,456 667,456 00000000000000000007ae5daca933b571ea17742b4a75f87c07f6f252a88579 1.28 MB 2,215 23
667,455 667,455 0000000000000000000858436709a010b7bea88d3bbe452aa588838cf8c97b51 1.33 MB 2,146 45
667,454 667,454 00000000000000000001e7d33efb0ecf9b7ec39945ea2296abd8cec37fd6ae69 1.16 MB 1,848 32
667,453 667,453 0000000000000000000470320360b23bbdb7a224452593cb32a211eebfd3f1fe 1.37 MB 1,304 16
667,452 667,452 00000000000000000001b104f70bd7d851cc059d0ddc87a95861652af9aa2898 1.29 MB 1,289 66
667,451 667,451 0000000000000000000b19e255ca7c434a9efefaa91cfc63a7aa16a5d34a0e1b 1.19 MB 1,935 91
667,450 667,450 00000000000000000000136abf4d7b7fd880c59f8115a6dd28e8f178a366c3ef 1.37 MB 1,572 13
667,449 667,449 00000000000000000001d6009972b34e53ccc3fc22c1785c374b41c03a4b59f7 1.24 MB 1,318 4
667,448 667,448 00000000000000000009c9eed5971e5227c32e9621fbcb5c04d746848f48e851 1.19 MB 1,419 8
667,447 667,447 0000000000000000000878e3b12d51ac96c22332ab10d2e3da6826f6924596c8 1.34 MB 2,272 57
Previous 10 blocks ↓
Total Size: 660.65 GB

Node Information

  • IP: 46.19.137.74
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 98 incoming
  • Data Transfer: 497.23 GB sent, 2.56 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.