Memory Pool Memory Pool Refreshing

30,871 transactions
37.18 vMB
Show Random Selection Loading Transactions
Max Size: 138/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,007 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 4,442 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,006 (409,618 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
434,388 434,388 000000000000000002493b8ab54bc58a647170e229884d40ba9ff408997e90ed 1.00 MB 601 12
434,387 434,387 0000000000000000039eba97fbc42e61086dab1ccbe539f84b126ac1e2558ea2 1.00 MB 1,776 44
434,386 434,386 0000000000000000014fcb37c4d48be3a8fddfbd750341e6a39f619fb8b5b4f8 0.26 MB 364 58
434,385 434,385 00000000000000000375eca670b8607e016722f71131180a5bc775a67f0cd57c 0.43 MB 575 13
434,384 434,384 00000000000000000250b61e348ecca9b5d064fc0a63bdfe7adea5129726e1dd 1.00 MB 2,015 58
434,383 434,383 000000000000000001af2bce2ed625275607905d6604642313cd9b5811ba640c 1.00 MB 342 20
434,382 434,382 000000000000000002baac45cdb90723d08dafdc455407915e5eb1e59df91e2a 1.00 MB 1,718 49
434,381 434,381 000000000000000003bbe2c9a76118d700286935c0d3b0b6bfa4902c8f96c42c 1.00 MB 2,456 61
434,380 434,380 0000000000000000005431af5548bae702269649762afc38997b1b89aeebb62b 1.00 MB 2,276 87
434,379 434,379 00000000000000000100dec5bce173afa5ad603b81a73332598c7b946396515b 0.75 MB 1,129 47
434,378 434,378 0000000000000000029711b491254220818e16ad4e5b4096a70e98b17c422df0 1.00 MB 140 12
434,377 434,377 000000000000000003a90bbe5431834e55152fa07bb842b9c147646be89b2f8a 1.00 MB 676 28
434,376 434,376 000000000000000000a551b76275214d3f4c60476b9f6f5c5231d80877b368a0 1.00 MB 975 28
434,375 434,375 0000000000000000002503fd45bb4f884108e9efd4e1536ac0c3b2777426fd9a 1.00 MB 2,019 63
434,374 434,374 000000000000000000f142b89f92a26b4e1ba719111aece566d87ed776600802 1.00 MB 917 34
434,373 434,373 000000000000000001fdb0b41e72d33bde0d52e1f78aaf96ade7a7a0a52bdc44 1.00 MB 1,833 48
434,372 434,372 0000000000000000011f309287635ab40c9d5d1e336c6ec3569a0df1278703c6 1.00 MB 1,944 50
434,371 434,371 0000000000000000003675aa16bdeac1907a9b5b93dabd4a98caa82e2e1e7484 0.75 MB 892 60
434,370 434,370 000000000000000001bff86f6571ba71283e632d91ecae29ad9a11793216bb0e 1.00 MB 1,980 58
434,369 434,369 000000000000000001c48d47b2c5d06bba2f2671c1c1bba5e93fd5883c18f53f 1.00 MB 2,305 58
434,368 434,368 000000000000000003a326bc40f2ae0364648c5a94a1466be9089f49326413cf 1.00 MB 2,217 70
Previous 10 blocks ↓
Total Size: 650.52 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,991.21 GB sent, 63.34 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.