Memory Pool Memory Pool Refreshing

69,882 transactions
30.19 vMB
Show Random Selection Loading Transactions
Max Size: 166/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,884 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 4,669 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,883 (574,480 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
270,403 270,403 000000000000000077872f7528228a040c4183fd581e23fe3cb50d0f742e0baa 0.08 MB 189 62
270,402 270,402 000000000000000512155cde64cf14305c368c5562a2b8c5cb0339826ecca618 0.82 MB 1,261 66
270,401 270,401 00000000000000023701db9d6145666d8ee8e0a4f587d431bf0889343ce452d8 0.25 MB 696 188
270,400 270,400 0000000000000001efc47cb2ed833c5249a5e12a800bdda7a15b32da666044fc 0.20 MB 155 21
270,399 270,399 0000000000000005ad160bd340f1a503162b27f2e5aac41a3223c5cb55fd4ad6 0.75 MB 1,042 36
270,398 270,398 0000000000000003f4352cb30a026adc4aa465ebcb7ff305350b39b9219b6917 0.25 MB 705 103
270,397 270,397 00000000000000030bc0c91c455d83ec6866fe6617c56a272bd7dcc94a1b95d6 0.25 MB 685 84
270,396 270,396 00000000000000051469117c03c5634c49a700ea93a8e39c150780817d027a79 0.25 MB 696 144
270,395 270,395 000000000000000336dcf803cc074ea4e6e5acc2068a51f2b7569523fecbdef5 0.49 MB 369 18
270,394 270,394 00000000000000069242ae12315f137469dc37be6ee307c7a49a370004ce8840 0.25 MB 575 100
270,393 270,393 0000000000000007066c280302f641c7551ea9b3fee70da766bf83c690244ebc 0.50 MB 911 64
270,392 270,392 0000000000000001514a695452ce41bb8635063884a0b1efc1ed027f75f5aeb4 0.25 MB 564 82
270,391 270,391 0000000000000003007d0b0fe02937329d94002aecadc03ce26f9e3f0e488148 0.25 MB 557 44
270,390 270,390 0000000000000003e48f58466fca18712b684c9a4c801e3bab71c00de04ebc04 0.08 MB 196 153
270,389 270,389 0000000000000003b7e4488c04a381faa684c75abafd06a869236efd5fe7edfa 0.25 MB 635 94
270,388 270,388 0000000000000000cb077e4bc7bd6bb1a0540275652d68915814f5b0d2792eaa 0.25 MB 676 103
270,387 270,387 000000000000000001480bf37765db8beb84651395cc36e76e2c4e36fbb51026 0.20 MB 265 26
270,386 270,386 00000000000000054fb081f46a0891f7860ec352e6c5b83240888aea09902de5 0.35 MB 249 18
270,385 270,385 0000000000000001cfeeda7f7573c51d7e07c56423732eb50c190e910a146141 0.25 MB 687 92
270,384 270,384 0000000000000006aa1a7b35635e4c719ef2bc7f13b6748f1c000716900627fd 0.50 MB 411 17
270,383 270,383 0000000000000005587bbdb8db36303fcb2429679aabeacbde9d77e30728a232 0.25 MB 543 67
Previous 10 blocks ↓
Total Size: 652.18 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,212.06 GB sent, 72.94 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.