Memory Pool Memory Pool Refreshing

75,618 transactions
36.74 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
847,419 000000000000000000035cb80000000000000000000000000000000000000000 1.00 vMB 5,755 28
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 847,418 (604,572 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
242,846 242,846 00000000000000d4e68c5fb0a8eac2ca42f19b2c55c20fbc4ebcabac9a9095e8 0.25 MB 608 563
242,845 242,845 00000000000000b63f25dd635e78cfb33b3e6e258456e787edae82214dc252f5 0.03 MB 51 26
242,844 242,844 000000000000001f9bcb16d4a9196dbfdb30ef421c1eb77f0b44a8beaf6e8530 0.25 MB 658 570
242,843 242,843 00000000000000746e8be5dd15c3784aba7fd75ae0f02a15c9a63f14c4957f20 0.01 MB 12 101
242,842 242,842 000000000000006c798ef304c1ea7ca5bc149b09fb5cb40a1e4c0f546921e09a 0.03 MB 62 31
242,841 242,841 000000000000008cd76a4469d524926a2ad1599c5f076c496fda3424e3b8ebbb 0.19 MB 461 679
242,840 242,840 0000000000000065397dda0e904d2f66ccd96b19903bcada13860fb64be6a523 0.18 MB 428 204
242,839 242,839 000000000000001c102218339c367c1eb03e832b38e334e84e525aa0ae0393b6 0.02 MB 31 133
242,838 242,838 0000000000000023d0fb0d528113c22aa066152e947f079dda973164cec07bcf 0.14 MB 333 463
242,837 242,837 000000000000007b7bf2870f0aab4edb31729f3e2cb3767da6680e1b90e6126f 0.05 MB 45 19
242,836 242,836 00000000000000aacb4913e61f849aafaf5022be9212e9a9663f55fe972ca0b6 0.24 MB 540 311
242,835 242,835 00000000000000bedd515281cbc403d65e8f4a779c57dbca338b3806f1c54d4c 0.23 MB 444 277
242,834 242,834 000000000000005de7e0f57dee733fc5de7b5e93c52f3b397ae18cdd04786c8a 0.25 MB 729 647
242,833 242,833 000000000000001b1aa986452a20b6356a7aadadc4241cd6ad0da0402e0de2ca 0.15 MB 355 172
242,832 242,832 00000000000000c216cdd823731c88db462fed4edb0a70dba9f1d7a36959d719 0.12 MB 283 366
242,831 242,831 0000000000000095479e6fcf6ecc59a029d66e92d283b4924c85a20ad1cbf168 0.15 MB 429 488
242,830 242,830 0000000000000009d84d1457a66fe80f0374f75df191e4f625e83dc61ec1211c 0.04 MB 65 491
242,829 242,829 0000000000000070b0f79fbb6060bcd4e154d71a8442296eba0f45ce53b7adec 0.12 MB 299 199
242,828 242,828 00000000000000a2c5dabb13d3c2f373b02f1b33cfd3602cf36f43bcfdf1b7d3 0.14 MB 297 145
242,827 242,827 00000000000000d3970bb65ebe1d18c700c675c1026caa9c0d9c3fbd9c3ca97e 0.05 MB 99 141
242,826 242,826 000000000000002b4297bb93a1a2bc2e8b91e8121204a8233f6a2acb323680c9 0.00 MB 10 172
Previous 10 blocks ↓
Total Size: 656.73 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 9,558.20 GB sent, 105.21 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

All of the data comes directly from a Bitcoin Core node running on the same server as this website. This data is retrieved via bitcoin-cli commands.

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.

Limitations

This is not a fully-fledged explorer as it does not use a custom database.

This means there are a few limitations:

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 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.