Memory Pool Memory Pool Refreshing

40,653 transactions
39.43 vMB
Show Random Selection Loading Transactions
Max Size: 173/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,385 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 1,486 27
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,384 (314,900 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
527,484 527,484 00000000000000000020dc26c8c407cf17b6a97827f221b9e8bdb69ed7c3e304 1.21 MB 2,593 44
527,483 527,483 00000000000000000001df94d2e53a8a6ddeecf3de30954495c2f892154f1db2 1.21 MB 2,311 46
527,482 527,482 0000000000000000000b62e22aa63f189ee297a2e9cbf50ccef5f7df084758ab 1.47 MB 2,150 19
527,481 527,481 0000000000000000002d6adba71422bbc6217d9bf9c7d7514bfe8b801696c8ba 1.18 MB 2,809 37
527,480 527,480 0000000000000000000170d8aae395b7a2270b05d3296e51e04c7a53cd6f85c4 1.14 MB 2,395 54
527,479 527,479 00000000000000000034b8115d651ace734123d57a1965802677b6f53acb1515 0.29 MB 480 16
527,478 527,478 0000000000000000000698134a9d30eba1140cc13886c5df3e131571b6703d61 0.23 MB 473 43
527,477 527,477 00000000000000000019cb2777ce21f2bd51195be8430b8b496bf3dcd202b81b 0.48 MB 1,063 24
527,476 527,476 000000000000000000043c5b7cf7fd5f105ed1a76501d170f0fac83fc29ddb88 0.48 MB 1,160 28
527,475 527,475 0000000000000000000708c9a6ffd3fa68aea4cb94164e6a43ab0ed87177ec1d 0.77 MB 1,608 30
527,474 527,474 000000000000000000273bf700ea83d4e8540def6c169ffd5dd8016c8d5a1508 0.12 MB 316 29
527,473 527,473 0000000000000000002c431f1276c453c909ede68f3a1a33e6a7090106815c8a 0.72 MB 1,424 11
527,472 527,472 0000000000000000001530263a931c930ca7d008cf4087cc429a3b96b085bc67 1.20 MB 2,691 35
527,471 527,471 00000000000000000037e634734805d4a48f7d50125ecc55a2f137e2722a32f3 0.15 MB 360 24
527,470 527,470 0000000000000000000c8988530f30db3ea021a9268f260431056a83886d3eb4 0.15 MB 420 24
527,469 527,469 0000000000000000000509af6d4484301f10f5c4eb33a779d7014eabbc0f08e9 1.08 MB 1,873 22
527,468 527,468 0000000000000000000a3cd2d118f20b6df69a74d323caaf99480d9dabe3d0d5 1.20 MB 2,590 28
527,467 527,467 0000000000000000002e45a89ee8cddd6db7f127a4e3e20a9d44b2645aae6c50 0.38 MB 853 27
527,466 527,466 00000000000000000017587d82454d9443849629ef2046b7f074e451c5f26aaf 0.07 MB 209 24
527,465 527,465 00000000000000000012f6c8ac1814aabcf0e23d281feeb592f0d08d7817bf36 0.51 MB 1,144 26
527,464 527,464 000000000000000000362a02f18d0e4e661d384c376997df017867cc6cbdc4bb 0.11 MB 203 43
Previous 10 blocks ↓
Total Size: 647.44 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,487.75 GB sent, 45.77 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.