Memory Pool Memory Pool Refreshing

42,042 transactions
41.71 vMB
Show Random Selection Loading Transactions
Max Size: 184/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,188 00000000000000000003629a0000000000000000000000000000000000000000 ago 1.00 vMB 4,580 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,187 (575,869 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
268,318 268,318 0000000000000006a555e512a0abf1501bd4f3fb1a59f7159d255c1928cacfb4 0.05 MB 106 36
268,317 268,317 0000000000000003a408dfe5c90d9b3fc8f636164ad478296e2bddb6213ac2b1 0.06 MB 145 54
268,316 268,316 00000000000000066688117744be45506af318f8153d2d40c55433034909122b 0.14 MB 363 80
268,315 268,315 000000000000000717513c9d9a82b3771e90312253a19291a903149e93f2a085 0.15 MB 220 39
268,314 268,314 0000000000000001fd45b379e2b133eb6c296c50e5b07f92d127e0e885a28010 0.22 MB 287 28
268,313 268,313 0000000000000006c507a5cd0a351e975458414d38997ed674bf1f2404f05ada 0.50 MB 1,190 89
268,312 268,312 0000000000000006582c04053b398acb36db97e693231a56baff1ca3c8be4956 0.17 MB 354 81
268,311 268,311 00000000000000080a6635c7c3917dac01ab7fff7a6e3e527435e730377a9d4e 0.06 MB 151 67
268,310 268,310 00000000000000082951571fc266659b4d7dd739f0808ec0303c3ce7eb89a3f0 0.13 MB 295 44
268,309 268,309 0000000000000007167f71ede6c30dbed6754d19c8f6826186e34a8c5e8a51fd 0.36 MB 772 73
268,308 268,308 0000000000000002aec9d111dbd76358c28a192d36e06e919d46a5fbf28a9d80 0.17 MB 328 76
268,307 268,307 00000000000000014c3392f1a547002eb35dfb09485059b7e7bc23382d876ebc 0.10 MB 158 36
268,306 268,306 00000000000000004faa12fabe9b1ea8f206efde82f29e3a57e21bc16e0b090f 0.25 MB 337 30
268,305 268,305 00000000000000076d39dc37376b33216de97bcb42b1894a721b47226e48225e 0.25 MB 557 11,401
268,304 268,304 0000000000000001c30aae6a6f4bb31da36654b1b5311677bde95c96b90fd343 0.10 MB 251 109
268,303 268,303 0000000000000006f78b32f1a78435a213c37ccee051ab346429384023c259ed 0.04 MB 87 30
268,302 268,302 00000000000000068ecfa24b8fddccaaad901dc70b6d69a442a8c305aa274e7d 0.22 MB 476 83
268,301 268,301 00000000000000041a716b8f667b8effad995cfe4fbed891a109cfc2e03cf9b2 0.09 MB 196 48
268,300 268,300 0000000000000003e36c11bc2884bfe995a147ed0d83e1c263cb5a657c1dc89f 0.04 MB 112 21
268,299 268,299 0000000000000000dd86a86ccdfa61e02ee47d13b831bdc55aaa09c8ce72db56 0.08 MB 199 61
268,298 268,298 000000000000000579b7bbfdb7044859ffc21ed751567f901dd16ec19252cffe 0.17 MB 582 50
Previous 10 blocks ↓
Total Size: 650.84 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,028.65 GB sent, 65.32 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.