Memory Pool Memory Pool Refreshing

64,243 transactions
40.25 vMB
Show Random Selection Loading Transactions
Max Size: 196/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,316 00000000000000000003629a0000000000000000000000000000000000000000 ago 1.00 vMB 3,495 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,315 (333,629 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
510,686 510,686 000000000000000000475ce9e45b0eae596157dccf239d6ee7efce36eb66707d 1.15 MB 1,571 18
510,685 510,685 00000000000000000012f95eed211e0c350e77115e12016b1d7fff92c0b86db3 1.08 MB 1,892 128
510,684 510,684 0000000000000000004a7e3d39fc1581fe7bac77c4bcbc19ef0aff38eb6c74b8 1.13 MB 1,612 26
510,683 510,683 0000000000000000004b960486e9062927334ff238f5ec1d25b4a939a77d8590 1.07 MB 2,422 62
510,682 510,682 0000000000000000005088eaac763024259a07c9279cbe80501f6b78ec296a75 1.11 MB 1,961 97
510,681 510,681 0000000000000000003938972f1c9c60c6e0e71d9bf460c4d174130224032ec7 1.08 MB 1,792 103
510,680 510,680 0000000000000000003cba662927addab5276b350244e8ba082e7e24598440b3 1.08 MB 2,073 130
510,679 510,679 0000000000000000004f7a068e1ecf26f1a2c85330e2b8f0b11c8e0515386467 1.05 MB 1,690 143
510,678 510,678 00000000000000000056ceb21b0bd14868c5d22c59a5887e4395acb6f953a732 1.05 MB 490 122
510,677 510,677 000000000000000000449d228788f28309c94a4998abe2140f8fa4afcd013031 1.01 MB 371 168
510,676 510,676 00000000000000000014dcfedbc7e2607f6385e7f739a88234f8295956904027 1.00 MB 1,383 14
510,675 510,675 0000000000000000003fa2f450a487b1ad9fe52b7db1c986333abeaa5b526414 1.01 MB 269 17
510,674 510,674 00000000000000000057a166d0ef37904f5dbcb31f1effabbf08ceaa4946b1e3 1.00 MB 139 20
510,673 510,673 000000000000000000235e5ea8ee28b55b7fb42472aa9e11e3f1f8c9398b9731 1.05 MB 1,183 105
510,672 510,672 0000000000000000000512e441e23816df36f29bbd9b223986ec8a0096d3105f 1.02 MB 1,356 10
510,671 510,671 0000000000000000000d06beb6032e7394dd924bb7307ff7510c49093008cf0b 1.01 MB 300 16
510,670 510,670 00000000000000000015865c93961dd5e854103734fc085f28420f0b28d6d6ab 1.05 MB 1,299 86
510,669 510,669 0000000000000000005811c062e6e9a53c9a14756e0887b461f97abb436c25d2 1.00 MB 216 11
510,668 510,668 0000000000000000002505696047a26ba0c77961bc02f58f70a62fbd196e27f5 1.01 MB 232 13
510,667 510,667 0000000000000000004c891fe48059d0511014aa51dd7a4dbc439594e304a1fb 1.02 MB 757 70
510,666 510,666 000000000000000000366a89d5571a8acc36679db50fe30978a41a3d26cbc9c8 1.04 MB 1,328 12
Previous 10 blocks ↓
Total Size: 651.10 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,089.44 GB sent, 66.69 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.