Memory Pool Memory Pool Refreshing

36,120 transactions
45.37 vMB
Show Random Selection Loading Transactions
Max Size: 188/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,449 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 4,182 26
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,448 (573,763 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
268,685 268,685 000000000000000137dc479346b1aef1cb33420f9ebd6b6e232bfdd3eb02f2d6 0.27 MB 518 77
268,684 268,684 0000000000000003ff9f53b4ec533529305dea2e0088e33c22e8543b309cc399 0.50 MB 1,072 74
268,683 268,683 000000000000000806a645ad54417a9439f340991c602104c90f06914891f618 0.04 MB 105 88
268,682 268,682 0000000000000004cbc81677a58da13a780fc74eabe90f3b1fc27c81f3ef8ec6 0.24 MB 570 73
268,681 268,681 0000000000000005cdd5972590d922266ef33757f32bfb06a3e85f2234be9902 0.21 MB 452 85
268,680 268,680 00000000000000053b001bec1902df4ed91b966da201a8b6689b8e4e5a7d5ece 0.29 MB 341 38
268,679 268,679 0000000000000006fe0a97dac6e991c2e6f83a260f044f5118cc51273af9e1b9 0.26 MB 407 44
268,678 268,678 000000000000000686dcb5e6a9e36bf8cf715a86dcd574927f017a4a671c37ff 0.25 MB 708 96
268,677 268,677 0000000000000005f10852d2aee78a81790807571084a07265703115bb565c34 0.15 MB 246 17
268,676 268,676 0000000000000005db6c6c252e09359d336a3cc7418b5e6c9a06513f54ffc40b 0.04 MB 86 16
268,675 268,675 00000000000000065f9938aedddc28ac62cef187df9f3f0b60635c658e5e54a5 0.12 MB 99 15
268,674 268,674 00000000000000065a34487dea789f3bba7ec55f99a2925cdd4a8af32993e089 0.25 MB 726 89
268,673 268,673 0000000000000000b70de68e8b5dc6ac8b8780890be8387615eed272b23004f4 0.49 MB 841 64
268,672 268,672 000000000000000145d4ef8d9261c8911758a344a2641f2e631ed1a3b6d99ee9 0.00 MB 1 0
268,671 268,671 00000000000000061250db1cf579961176e1e0cee7eece25348f24e54a343efb 0.23 MB 534 78
268,670 268,670 000000000000000578387fa61058a07e69a8c8303b00ec3e0a1d3c1d34ec907a 0.15 MB 290 36
268,669 268,669 00000000000000071086f2346c3ec01376620c87be64109550909670661cb3c2 0.23 MB 546 87
268,668 268,668 00000000000000083a97eaef96e2359b9b45469a24bc6cb043f974563814d867 0.19 MB 335 332
268,667 268,667 0000000000000005e694613fa2c75d1ff13936ee5a1daa6e2c030ed4cf9bc3e0 0.23 MB 342 66
268,666 268,666 00000000000000023725f6cfa4605b8cc60bdc3bff5487da381614def47c3ab2 0.15 MB 271 11
268,665 268,665 0000000000000005f61b12c6f03ac4ae6e3a86c8486198fdf69c5344ac148ff3 0.10 MB 242 65
Previous 10 blocks ↓
Total Size: 647.57 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,512.00 GB sent, 46.51 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.