Memory Pool Memory Pool Refreshing

35,158 transactions
48.00 vMB
Show Random Selection Loading Transactions
Max Size: 186/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,032 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 4,402 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,031 (411,665 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
430,366 430,366 000000000000000004b5ccc4a5ee48f38e647d47a6312951f135402943c6453e 0.64 MB 1,229 58
430,365 430,365 0000000000000000009b811d61c9dff83a22f9caa32c9f6bee3e173c4afe6a81 1.00 MB 2,155 61
430,364 430,364 0000000000000000034f59f2be26bb342e1bd966bfa79b32b0af623e6ae6ec01 0.41 MB 987 59
430,363 430,363 0000000000000000011ce30450fe2a00a1348ba3124f0f3b9f89b6ddbb00cf4c 1.00 MB 1,764 49
430,362 430,362 00000000000000000134812f0fdfc673b3b0a45b27aa6016d75413ecd0afa4d4 1.00 MB 2,649 69
430,361 430,361 000000000000000000f3aa42913c1a72572986d25445989d2d453ebfc97cd5a8 0.50 MB 759 52
430,360 430,360 000000000000000003196c4d8af9dc176d7e35439f203167dc2979aca9144729 0.03 MB 82 64
430,359 430,359 0000000000000000000b16ee6ca7a279a869d0cc241902dd9d1421e6e72f71f3 0.58 MB 1,394 60
430,358 430,358 0000000000000000039bd78137add829ecab460eeaee52e10bcca0e45f7532f3 1.00 MB 691 16
430,357 430,357 000000000000000001851c046d9ddb24d7b7935c6be45bbfa9ab086cbbf412a9 1.00 MB 1,696 32
430,356 430,356 000000000000000000075d64043de4f25ab6f836fc3ee677b00da3d299670599 1.00 MB 2,177 59
430,355 430,355 000000000000000000c854c86b64fa94557b1520f6560634f2fff856cd28ad65 1.00 MB 1,418 39
430,354 430,354 0000000000000000040c942ae29cc2f0610d9268bcf0220f62a949c6d2ec9aea 1.00 MB 2,498 70
430,353 430,353 000000000000000002c62f85333bc866708fd76506a46d9ec1feaa13e70e6028 1.00 MB 1,707 47
430,352 430,352 000000000000000003e72d1eeb1bede1731d9645d5150654a976611c85cb2a6c 1.00 MB 2,689 80
430,351 430,351 000000000000000000295cbfb1774cca2c464eab83411e8405053ed333d54c06 1.00 MB 1,412 30
430,350 430,350 000000000000000001c198fba07b613f494cc1442121948b21d3120d5947583a 1.00 MB 2,481 69
430,349 430,349 0000000000000000033543dc14b8db3f737f8ef167916e6285e468f11ffde05f 1.00 MB 1,871 45
430,348 430,348 000000000000000000af3c34a594909a20d79e382fb42253707aaf38574f05fd 0.93 MB 2,396 68
430,347 430,347 000000000000000002050556d3a14a53f14fd399e495613fd4d1a3285f464853 1.00 MB 2,529 85
430,346 430,346 00000000000000000146a624c4513890a00d9abc2d6a0929b954b82aca6035a2 0.72 MB 1,047 43
Previous 10 blocks ↓
Total Size: 646.81 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 8,414.18 GB sent, 40.34 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.