Memory Pool Memory Pool Refreshing

45,771 transactions
47.50 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,437 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 5,055 41
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,436 (575,508 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
266,928 266,928 0000000000000009646a8c28fd9afd1daf22c385ce3e7904b7d0790dab66e63d 0.11 MB 273 72
266,927 266,927 00000000000000068d4e180c2114231b87738e7d7e05e9090b4ee7998c57b36b 0.13 MB 264 69
266,926 266,926 0000000000000000e0ec8260505f92a1d3e2cbfd04e36e9b539e6e76ca999ca5 0.17 MB 389 91
266,925 266,925 000000000000000793b6d10e1edd36476f95cf6126ea26fa4c09e23277c5700e 0.18 MB 372 68
266,924 266,924 00000000000000071559275943685f921a9641ff12888bbefd39f5e7b77c0f35 0.15 MB 362 96
266,923 266,923 0000000000000002ad35c23025d678858eb013dcb48999be044f0ae110fd40b1 0.12 MB 257 88
266,922 266,922 0000000000000000fe6d45545f96d703103dba747dbcb7cce2b565ea41dfcb74 0.10 MB 148 26
266,921 266,921 0000000000000003fe49c15b1015aeb60f27b790a1924a3302e521c4ac16eac9 0.25 MB 605 110
266,920 266,920 000000000000000817a8e4f961776118f7ac0cbcafbc3ea77063dde902043aa6 0.23 MB 535 93
266,919 266,919 00000000000000075ba3d1af74bcf0335a4185e021a381cd6b5977c8b4fe3f52 0.02 MB 34 113
266,918 266,918 000000000000000115f3765e6fd3bf3dc870c44e37b97d5d4f164b98e8ee3067 0.04 MB 86 85
266,917 266,917 00000000000000018b2e187cf7da502c75c1c1b13a8bd248e0a21f06d6dc9005 0.12 MB 185 44
266,916 266,916 0000000000000009480a35fc166d0a0ee9e647be77225cc29d9e522391212a7b 0.05 MB 112 63
266,915 266,915 000000000000000a9834e707d31d72db84b5ab7bc05db84b8ed83e6e4fa8f6e6 0.08 MB 176 45
266,914 266,914 000000000000000650df5d8f4da3fb66c8ef7f85c7db96fc65f979451347a84d 0.01 MB 16 32
266,913 266,913 0000000000000003ba7c68f9b988d6087b5240d71e1cd53d41df96af5b80117c 0.21 MB 322 64
266,912 266,912 00000000000000097a7b57db6ea057a89910f8671f9102f9446ad7b623928e49 0.08 MB 159 41
266,911 266,911 0000000000000009f96d66163e3c8f48b5d97a0493ab92b378ce1b403028160d 0.19 MB 269 42
266,910 266,910 00000000000000060ce5da9105990dc071928919354ca7497ea4054efc49ac10 0.24 MB 485 72
266,909 266,909 0000000000000001c32b8127172bcccb8dd136f80d41cb504aca528942c58d52 0.08 MB 193 40
266,908 266,908 00000000000000012d548fe31ce857941156d8a3cbe45a4c4d74aec5ed7f8ea4 0.18 MB 369 74
Previous 10 blocks ↓
Total Size: 647.55 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 8,503.28 GB sent, 46.38 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.