Memory Pool Memory Pool Refreshing

58,215 transactions
35.55 vMB
Show Random Selection Loading Transactions
Max Size: 169/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,901 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 5,588 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,900 (312,419 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
537,481 537,481 0000000000000000001ed7cc8be18d416c1eef74f714607b39fc0ac51b55a078 1.03 MB 2,108 19
537,480 537,480 00000000000000000023b8e0b821a14c5a760d7d746a19c5d3f9f6efe3cd2175 1.18 MB 2,312 19
537,479 537,479 000000000000000000097540db5c86865a71bfe13c2eb08473f311e66ef31c6f 0.05 MB 125 18
537,478 537,478 0000000000000000001fddb0931615aa34d88c10608f52e06a55f936fde06d84 1.10 MB 2,067 6
537,477 537,477 00000000000000000014074147cf3e6ccdce63e5e050b055879a55c3a10752c3 0.33 MB 497 44
537,476 537,476 0000000000000000001d3fbeff0bdbbc57207cd4cbf3772bdedb98a33ed04685 0.10 MB 228 47
537,475 537,475 00000000000000000013385a70b12409c9608a1ecb251cf7bc0e549fdd09558d 1.19 MB 2,482 34
537,474 537,474 000000000000000000090dfcb611efe24e4f6ba19834eae45f112ee678aa5da9 0.74 MB 1,407 15
537,473 537,473 0000000000000000000ab7f85a470dd6c72e27dbf9fb68ab4e927f5b31e5cedf 0.03 MB 57 15
537,472 537,472 0000000000000000001d592dc9b206e8e554f2b783bf92d39ffee232d87204a5 1.16 MB 1,855 8
537,471 537,471 0000000000000000000e3022e9e1aec32e90fa229bdecb0171003ecbc7a02d1d 1.07 MB 1,397 32
537,470 537,470 000000000000000000237f31cc71532e1c07df9ef8a5b167268bcfa4cc34c85f 1.10 MB 1,531 32
537,469 537,469 000000000000000000172fb2375d6c4823fc6be04574130e7e0c52a8a099b9d6 0.94 MB 2,309 15
537,468 537,468 00000000000000000027f006421c164ebf6373b4c27383d022105cfcd752d61e 0.19 MB 488 34
537,467 537,467 0000000000000000002a6962655467ff0e872f247a9263a1e00e4d747da6aa07 0.20 MB 484 30
537,466 537,466 00000000000000000012a7c5c6796baabe9009e24519aa38afd3e473583e6419 0.01 MB 32 5
537,465 537,465 0000000000000000001e731173d5caec475d4813330e7ca603e4994c4c2df832 0.18 MB 424 21
537,464 537,464 0000000000000000001af75e429994a5fc9b4bc17c915abfbe72b7a7714228a8 0.14 MB 152 12
537,463 537,463 0000000000000000002b631b249cd912b4ae306680bd959c0cdcf8b99c301259 1.05 MB 2,141 40
537,462 537,462 00000000000000000017936d3b20add21a612be98617b1cfe789c340f239c31c 0.20 MB 415 27
537,461 537,461 00000000000000000007042347a3299202020c27dfb5daeaf3bac32cb41cd5ae 0.10 MB 172 118
Previous 10 blocks ↓
Total Size: 661.32 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: 828.15 GB sent, 5.63 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.