Memory Pool Memory Pool Refreshing

78,891 transactions
33.21 vMB
Show Random Selection Loading Transactions
Max Size: 183/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,589 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 1,609 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,588 (270,027 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
579,561 579,561 0000000000000000001e279adb4bde7b7ee1bd1a4e468e54a534fea0f624b56a 1.26 MB 2,877 74
579,560 579,560 0000000000000000000c7afc2ee420c1ea46678841117f4e0cc7bddfe73fd91f 1.22 MB 2,826 88
579,559 579,559 000000000000000000161a0263217231a38af64fd669b8abcbd1391895fba146 1.18 MB 2,346 37
579,558 579,558 00000000000000000008dd9773bb87e5b6b9afa52513cbd86f6f77ca086520ee 1.14 MB 3,061 50
579,557 579,557 0000000000000000001aa0b38fe5b095b000b9d8d8d4c2492096e8c9addcd271 1.27 MB 3,012 98
579,556 579,556 00000000000000000016724f09871c2aee3b7b319775c2e0f28d0dabc9825f5c 1.13 MB 1,912 6
579,555 579,555 0000000000000000000037e0819d6e34408dd4966261a5052fc0e19f1a583de1 0.00 MB 1 0
579,554 579,554 0000000000000000000296b12918b4f8d9852df3815820e4711458d77e44564c 1.19 MB 2,483 54
579,553 579,553 0000000000000000001ac807f929034b853f243cdc7847e21ceea47259e8cdf0 1.25 MB 2,550 104
579,552 579,552 0000000000000000000f53a1d7a8e1676e156dd1c3268c2f0bbecfc0fedb2cd2 1.12 MB 2,587 28
579,551 579,551 00000000000000000024d7c1f3c7459e590ea3df49d25726cdfabdbae80f63f6 1.16 MB 2,977 62
579,550 579,550 0000000000000000000be11e07133df89ec862028f18baef976027ff49f900a4 1.27 MB 2,716 126
579,549 579,549 00000000000000000022e52465d11cf3569de4f8ac265db11c4877316e46e676 1.22 MB 2,131 97
579,548 579,548 00000000000000000017eb70267fee23800c90cf3e1c5363753d0c843c92e612 1.33 MB 2,337 105
579,547 579,547 000000000000000000059cdd39cc6790225c9e26e99962b76a8158030ac31ff4 1.36 MB 2,641 122
579,546 579,546 0000000000000000000acbeb9d548ffdbdbe9a744f493bcba67ec5b0a069d0a0 1.16 MB 2,132 10
579,545 579,545 00000000000000000010341f9f634e5e48649a588080f17b491eb56b925d28ed 1.28 MB 2,049 18
579,544 579,544 0000000000000000001c291e20aca3444595ad10072f489079a4350f66ffca64 1.26 MB 2,417 96
579,543 579,543 0000000000000000000de34491e0efc8a991431951c3472f422883a348353316 1.23 MB 2,535 40
579,542 579,542 0000000000000000001ab297b3a40cfd5f79e9af6949381e68852eda9390db42 1.25 MB 2,497 117
579,541 579,541 00000000000000000012c39a9e0cfe92580bd177584405c41687ed2e45f66cd7 1.18 MB 1,742 51
Previous 10 blocks ↓
Total Size: 660.72 GB

Node Information

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