Memory Pool Memory Pool Refreshing

83,785 transactions
31.42 vMB
Show Random Selection Loading Transactions
Max Size: 182/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
848,934 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,393 40
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 848,933 (382,432 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
466,501 466,501 0000000000000000019d00655a8bd17878ac7d72a89eb6f4db0f48073bb0b57c 1.00 MB 1,964 154
466,500 466,500 000000000000000000e8b7a1e59c25f162076e2d5dbe799001e50adeff464c23 1.00 MB 1,781 163
466,499 466,499 00000000000000000114625688d7d5c3a2a8d391f9b2dcfd699b42d3ba6dfd9d 1.00 MB 1,866 148
466,498 466,498 000000000000000001d5e261789355bfe84344f2f89a0c371812cb867f0ec0f0 1.00 MB 1,666 175
466,497 466,497 000000000000000001df4fc2e2202239375a37c6427463fded4783ae3dfe689c 1.00 MB 1,350 174
466,496 466,496 0000000000000000011312bb8673f4e9af9d6dd30ea886eed777b776717149e2 1.00 MB 1,060 113
466,495 466,495 0000000000000000006b6a1ba363940674a06e856d7e436a0941da1119dc74c4 1.00 MB 406 108
466,494 466,494 00000000000000000147230b15b417def9a6af5bafedf42e22b9973520915d19 0.99 MB 516 101
466,493 466,493 0000000000000000008cd56bf24a8e1a5f710947f0c56e3efb51883c3b6ba1a1 1.00 MB 1,420 117
466,492 466,492 00000000000000000184eeaa76f4bcb7a9c75be58ab865e8730db4a09c223e7d 1.00 MB 944 110
466,491 466,491 00000000000000000040580bbbc62fce1a633710352a48f605ab764bd2560624 1.00 MB 1,368 133
466,490 466,490 00000000000000000159bfe6b52e7e94af116f0fb22f7c756145577d2acc127d 1.00 MB 1,741 162
466,489 466,489 000000000000000000292dedf255d9ec1af494ad3f6b8979f5d16df794eed748 1.00 MB 1,823 160
466,488 466,488 000000000000000000697b3a95a0c2883c91696d3d57de215dae15afe5c87172 1.00 MB 1,412 157
466,487 466,487 0000000000000000015e63271c529ea00a901e4fb3376c394ae758884e9b5ac1 1.00 MB 1,255 135
466,486 466,486 0000000000000000010018ab0d2fecd54c58044c768fa1e5d9addf1b983a965e 1.00 MB 1,584 122
466,485 466,485 00000000000000000101e112146b2c7693777cac2d7fcadcb9cef78edb852ddb 1.00 MB 1,978 172
466,484 466,484 00000000000000000064fdc65a4d54a04c6df74b5e0dec457130fe6de1664472 1.00 MB 2,238 192
466,483 466,483 000000000000000000d5e38c411f5c52a5f227dad44cee925dd98a006698d181 1.00 MB 1,582 119
466,482 466,482 000000000000000000dac18a44102d228c21a3477573fbd9f8faea1712b04b0a 1.00 MB 785 113
466,481 466,481 000000000000000001067b00ad187cbc9f4b6987b6405cb94a144524840af7d9 1.00 MB 1,629 148
Previous 10 blocks ↓
Total Size: 659.50 GB

Node Information

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