Memory Pool Memory Pool Refreshing

80,423 transactions
32.62 vMB
Show Random Selection Loading Transactions
Max Size: 180/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
845,138 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 3,826 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,137 (577,057 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
268,080 268,080 000000000000000034c0a9f377fdd6331703e255b0bb08fa947fc072f20c0754 0.22 MB 441 60
268,079 268,079 000000000000000a6397c252aca096fc70257c0c504829a16d0bce3c3551b810 0.16 MB 241 45
268,078 268,078 0000000000000005fa2ec41f1c378ff1933f68d7e8aea8d5ae398f0ecf00d070 0.02 MB 57 42
268,077 268,077 000000000000000491472027158b6fbb0642138e6f25882ad70f6fb3950ccec6 0.06 MB 112 57
268,076 268,076 0000000000000008fd066a6be0f6b4a0a1f4c8c0d638cdcf010217da44296f83 0.02 MB 42 48
268,075 268,075 0000000000000000fc1748fd20e5eccea2623aaeb2861d9b9673cb6c8922c97b 0.00 MB 11 388
268,074 268,074 000000000000000127b0c1a48110b8db413c93b3bfb5f417b9b7d5d76b2fd0ff 0.02 MB 32 125
268,073 268,073 0000000000000009ae2e8aeabdb71e5d39d2f756e080b877787e0c52374e03c4 0.10 MB 195 10
268,072 268,072 0000000000000001c866da4310d756d1f206ecb1a95cad1ec4612fad022ab0a1 0.13 MB 242 93
268,071 268,071 000000000000000993d411c22f483b6c09484c1aa41bc691b0bed866ae6f9f19 0.00 MB 1 0
268,070 268,070 0000000000000000aa16c2e6707ceff7acc82571197560a9480dad8eff739d12 0.12 MB 285 64
268,069 268,069 00000000000000042b81c1febb26507fe7b6f543f627fb78872c85d55d5637ad 0.19 MB 424 70
268,068 268,068 0000000000000001775c75efbc2c49b1d19937e46b618e7db77efcb0f6b0b256 0.08 MB 161 66
268,067 268,067 000000000000000101df14dded6c57cd4195c66903442ff8e5eda83ebdf91003 0.03 MB 57 78
268,066 268,066 00000000000000021e1313d95dfa58cb3ca2fd9c7349ea6853d474ee16d3ba0e 0.18 MB 402 67
268,065 268,065 00000000000000006eb2ec2c4dbef364670c8b8d6876e4dea389471d0fa3f888 0.26 MB 516 68
268,064 268,064 000000000000000a32fe6d9cf115a0ff4029ffb6b57758f614a9b41bfa8df387 0.04 MB 94 48
268,063 268,063 00000000000000068af6de1f4e633b5666836b7d829a65552f1352bcddddd07c 0.08 MB 104 53
268,062 268,062 000000000000000ae9f7500be4b685d36fdece9841a5198b294f0bf3c818abfc 0.24 MB 523 59
268,061 268,061 00000000000000011aaf93bdade1448552ef003777e2cd3627580effec399e8a 0.12 MB 272 47
268,060 268,060 000000000000000743aee48cf264e1aa4a05fc3018677be3c1bdbd2429ffeede 0.34 MB 560 49
Previous 10 blocks ↓
Total Size: 652.65 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,281.64 GB sent, 76.24 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.