Memory Pool Memory Pool Refreshing

27,136 transactions
49.94 vMB
Show Random Selection Loading Transactions
Max Size: 153/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,633 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 4,529 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,632 (576,069 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
266,563 266,563 0000000000000004385b06ac24161c9fcb687aee78e4a5275cf45d2dc0fd7d23 0.10 MB 162 39
266,562 266,562 0000000000000003cc8f4eb6bde1d558915a85cd3590e1266db35fb77f4438ac 0.02 MB 64 68
266,561 266,561 0000000000000003c58a2f1a692f6da570069f59d18f2840498b70acb0cfa7ef 0.06 MB 127 76
266,560 266,560 0000000000000005d5bd3d3b3911f3f4a7e9b29b12c6b7d5d39132266499b35d 0.08 MB 203 81
266,559 266,559 000000000000000a9624a26c18d6333c034664115cd8ff1f66b401a98520f072 0.44 MB 821 107
266,558 266,558 0000000000000004cf70ff646a464cf5a750e9dd32f5c756ae2871dd892d125e 0.04 MB 115 90
266,557 266,557 00000000000000019d8ebe1f4714819a25c146c0b833188a3e26657f13c16aea 0.04 MB 87 63
266,556 266,556 0000000000000002fb0758334d4f310d2b469719ca8831da1b20567eaa73ab49 0.16 MB 385 132
266,555 266,555 0000000000000004a10a8813d3d0f6658747e41912e7d2e30ff683a52a5cd490 0.15 MB 293 83
266,554 266,554 00000000000000060f9bb791a96857e35e4a2a3b778f9fc0e788ac26f50ec654 0.15 MB 198 56
266,553 266,553 00000000000000066fa06e6e8f06ea6f7e66b408b5abea1478f9eee83c482134 0.15 MB 338 66
266,552 266,552 00000000000000095b4efabed98dff34c065ec89d1b71e263224095be24ecd5b 0.17 MB 338 30
266,551 266,551 0000000000000002080283b4375f6d3b1e202f571489e5d065f7218a8ad52695 0.25 MB 565 4,312
266,550 266,550 0000000000000006077346ce2c990431890bd2b7460633b0e6f75ef0a66eea64 0.27 MB 470 78
266,549 266,549 0000000000000005885b7a7a6a10f8bea935a44f8a276b085b527f0f12b7d945 0.20 MB 459 85
266,548 266,548 0000000000000000f0afde08c2758913f3074dfba761b179f7da04b0eea75382 0.18 MB 422 101
266,547 266,547 0000000000000005cc9b616c282c4f82ce547591a0cbc2fd18227bfbf6f26409 0.03 MB 79 63
266,546 266,546 0000000000000006a7e28df2124db2bb8e0158f134baee765b327b16fc1ae864 0.01 MB 42 59
266,545 266,545 0000000000000009d45d6d6085087ca8476196b89f72dc52c00f7ba4cc823f8d 0.03 MB 80 99
266,544 266,544 0000000000000007559d92fdfcbf30e7ded99e60e5b7f9eea2401980f6467dbb 0.05 MB 66 37
266,543 266,543 0000000000000003c96266040b140e36531592a166cef90b48023a378bd43798 0.09 MB 204 89
Previous 10 blocks ↓
Total Size: 647.93 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,556.39 GB sent, 48.65 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.