Memory Pool Memory Pool Refreshing

33,238 transactions
26.43 vMB
Show Random Selection Loading Transactions
Max Size: 127/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,218 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 3,713 25
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,217 (545,098 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
297,119 297,119 00000000000000002019c4a7310855c653223d0f2b398310afd928d39653763e 0.35 MB 913 58
297,118 297,118 00000000000000006248e6596428b08f2a65d23ad620b8773bf76cebc425b230 0.33 MB 418 27
297,117 297,117 00000000000000002cf2f281f4a69c6757f9e468fd30b50c5c85433a7b17b1c5 0.35 MB 888 63
297,116 297,116 00000000000000003f10fd39494d736ecb44d4773e791bfaa781e792b042e831 0.18 MB 438 31
297,115 297,115 00000000000000004c93a71e1b0dd876c07cbc5ebd385ff8e5ba8379ffa1e377 0.11 MB 256 31
297,114 297,114 00000000000000004a4fdafc02891b56a2968abdf714f4895da36afbbbe7983e 0.07 MB 134 35
297,113 297,113 00000000000000001c3c638dd9645d3cca8f862b338f165c9a68d8b0344ea81c 0.33 MB 153 21
297,112 297,112 0000000000000000719bc678def5f50f9e3587e65fd755bb6e6568bfef61a51b 0.34 MB 601 28
297,111 297,111 00000000000000007b1b2d73343c954c4fc4d99293bcb44e55533650e7ab7835 0.23 MB 512 59
297,110 297,110 00000000000000003824e554531d353188bfe184ca8d9c4e9a9c6e7c67148c68 0.25 MB 558 57
297,109 297,109 00000000000000009415b96d2fc36cf0ee511fb2936723e44dc9c57d3573211d 0.32 MB 516 27
297,108 297,108 000000000000000071d6bf4cf62976861d3818a302c88cd317539dd4a90dbb72 0.35 MB 878 52
297,107 297,107 00000000000000002f8f5a5622ce2901dcbbc790de8af55d07c3cb23cd590d05 0.24 MB 425 36
297,106 297,106 00000000000000003924908e6f66de19b79edbd8406e4fe8c148f7ac792e9792 0.33 MB 512 31
297,105 297,105 000000000000000084fb0b223db2fd6485a68baaf860d6201dc24430b5d1ad80 0.27 MB 286 18
297,104 297,104 0000000000000000284ce1195e9814634fb857060c345d7bd2038bc79950c55f 0.21 MB 512 44
297,103 297,103 00000000000000002d7aa9186c375245cdcd1d267aea04125271013a9c25eedc 0.12 MB 256 28
297,102 297,102 00000000000000001469ab76a5ff222fa12ed5a8453e942ed533825bfec8738d 0.25 MB 256 16
297,101 297,101 00000000000000009ba0fd3aa1ad71a59e939b82af1a0aec5865f34bc1140c5d 0.50 MB 740 28
297,100 297,100 00000000000000008b24140b8b36c79f3369e2f738715b4ba78be8529900b677 0.25 MB 578 36
297,099 297,099 000000000000000044b849e565425faf4d5e7b7b624524917adc2ed6a56e78f4 0.21 MB 436 30
Previous 10 blocks ↓
Total Size: 647.14 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: 8,458.36 GB sent, 43.40 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.