Memory Pool Memory Pool Refreshing

40,430 transactions
38.04 vMB
Show Random Selection Loading Transactions
Max Size: 171/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,593 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 3,002 24
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,592 (169,066 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
672,526 672,526 000000000000000000057edf6958bc7afad1e8cc5b432a932a29151d75b82744 1.43 MB 2,212 84
672,525 672,525 0000000000000000000003e82cd3154f5e7f9e47431c28e6f2af4f0c93eab28b 1.41 MB 2,684 132
672,524 672,524 0000000000000000000b20cf49764981714c5251c3c58fcd567af6e6b8262596 1.67 MB 1,606 34
672,523 672,523 000000000000000000033a358a3fa1614e9cb1047638fc5c5acd5ffd047dede2 1.42 MB 2,217 97
672,522 672,522 0000000000000000000cd9173e22e0eaaf82621c68d5fd758aa938e23bbf6e65 1.28 MB 2,060 134
672,521 672,521 0000000000000000000c1154f8cb93095428a2e9f7c07022539ddc826d239134 1.69 MB 595 20
672,520 672,520 000000000000000000048bdea371aed1061bf0aea904a3a7f4e5c09e354e6951 1.65 MB 661 25
672,519 672,519 000000000000000000043d68823c5a8e6f5a7f62e4e04456ed4ad87a8b81bce4 1.35 MB 2,253 68
672,518 672,518 0000000000000000000abcd2c9949ffe2363d83f56a041cf31a8dd74af7d9882 1.26 MB 2,374 84
672,517 672,517 000000000000000000046547ec9b1e8fe05446add5b0e54cab4222e85b02f087 1.48 MB 1,126 26
672,516 672,516 000000000000000000095ee2df60c299445cb226536a993a162781ecf5a70fcc 1.34 MB 1,579 14
672,515 672,515 00000000000000000001c526e814d73a729d98ada0874ba1f2c8da8a6e3b5cf2 1.29 MB 1,727 94
672,514 672,514 000000000000000000004af116f2d8b8ae5d0e4e903bc66b5e69cd8ff58ff7b0 1.66 MB 1,103 41
672,513 672,513 00000000000000000005f1b6b247dfaa6f6856686ae527b4ed0781ba18024daf 1.79 MB 356 21
672,512 672,512 0000000000000000000012dfc019be41ebffb805d43561327d667764e677c06e 1.83 MB 224 16
672,511 672,511 00000000000000000001a6277192705cdf28da247c64bd942d261f944a923d85 1.41 MB 1,531 34
672,510 672,510 0000000000000000000136c6998cad74e2252c6295a0969fc250168e1fe78650 1.34 MB 2,475 95
672,509 672,509 0000000000000000000434a0210f460be762de3a65b79517b9d537a8b10c4c71 1.27 MB 974 15
672,508 672,508 0000000000000000000ba5232523408775fd70b9d731200267e6d36073b9186f 1.20 MB 1,341 45
672,507 672,507 00000000000000000000f5a0080335e00891b96c5db64313e8d116728437fa29 1.35 MB 2,484 52
672,506 672,506 00000000000000000009a997551d19d2d4aabe245f7ffabea5d2e8425e6aef78 1.18 MB 1,302 129
Previous 10 blocks ↓
Total Size: 646.00 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,316.76 GB sent, 35.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.