Memory Pool Memory Pool Refreshing

61,292 transactions
30.26 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
844,506 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 4,623 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,505 (362,066 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
482,439 482,439 000000000000000000151169b787387ab6a79d1b65d934bc6364ffb1624a17a2 1.00 MB 1,868 344
482,438 482,438 000000000000000000de742a47bef1f788e216767ecd56b9c6d5a7551b0463d5 1.00 MB 1,707 211
482,437 482,437 000000000000000000e315f040f57ee8e42ce71097f5b41d8a9d3f3afd2ad290 1.00 MB 2,157 249
482,436 482,436 00000000000000000093d29c0b31cfbe7c2d39b3d6cb9b452233cd69b01b47f6 1.00 MB 1,929 367
482,435 482,435 0000000000000000011ba136176dfc38fb1ce39eb714662dabaa808aa118c9ca 1.00 MB 2,089 424
482,434 482,434 000000000000000000f6c546f881c64a903d4f3d6df45837eee1d76daf52976e 1.00 MB 2,309 389
482,433 482,433 000000000000000000dc502b5a22151457c82cd4b4084511a9a00928f949ca83 1.00 MB 2,013 367
482,432 482,432 00000000000000000101ef02c7734b808a88af8bbed9e6ae16c8dc6392ceb5a6 1.00 MB 2,086 442
482,431 482,431 00000000000000000074ba45b80f129c31c352d4dc55652b7ea8a3cf8280c470 1.00 MB 1,866 486
482,430 482,430 0000000000000000001400a5478a64bcead94e6c59fb13796eb9d3de52cd2a9c 1.00 MB 1,980 497
482,429 482,429 0000000000000000001cf1d1a8fffdaeae1183e9d0e6e6f870a11c535bc5291a 1.00 MB 1,823 93
482,428 482,428 00000000000000000106114cbe32df75800d22b5f15acd7216ed0175ed6e1a6b 1.00 MB 1,989 182
482,427 482,427 000000000000000000ffbbb2487010e08f1f7de441836fb1d6b1a0cefe471aca 1.00 MB 2,429 213
482,426 482,426 000000000000000000cfdab7caa89e9c8fca85e7d66e589bd76aa9353e88bb76 1.00 MB 2,564 346
482,425 482,425 000000000000000000f9b223d8ef5a7e28d4a15c2949d292bbb772c0c60285e4 1.00 MB 1,947 437
482,424 482,424 0000000000000000004386adb7f65046780f21e19b87e301426d842a2c051685 1.00 MB 2,278 425
482,423 482,423 000000000000000000fb3c7ce753c73d284cbd5f7f5cff6f1760e8e31f4b6880 1.00 MB 1,797 501
482,422 482,422 000000000000000000b58cbd06023964b9e64c9a0f1daf6b2d406aa4846008be 1.00 MB 1,246 110
482,421 482,421 0000000000000000007fb573b404cf168f6b4c2d4c34955bab50c2ab2d0d2cac 1.00 MB 1,616 137
482,420 482,420 0000000000000000000df03c0954819f0123a5a666bc3ca85f1b10776df8b107 1.00 MB 1,910 157
482,419 482,419 0000000000000000005e125c8fd5d538b28c0f50850dc01497eb493211796406 1.00 MB 1,981 276
Previous 10 blocks ↓
Total Size: 651.47 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,135.46 GB sent, 68.74 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.