Memory Pool Memory Pool Refreshing

53,845 transactions
39.26 vMB
Show Random Selection Loading Transactions
Max Size: 188/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,811 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 3,118 27
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,810 (234,271 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
607,539 607,539 00000000000000000008b20ff8ee66a7e2e900a40bfe4c980741ba4e5b3975cc 1.25 MB 2,977 31
607,538 607,538 00000000000000000015716cfeb1399c8028898bbfa68038d1648d92590c8d6a 1.37 MB 2,812 22
607,537 607,537 000000000000000000054df5f10dc598809f4f984f9451166f751ea3222645d2 1.19 MB 2,250 11
607,536 607,536 00000000000000000006d9f3322e4505b9ed2a18127675d7ac37a76347e846d5 1.15 MB 1,768 13
607,535 607,535 0000000000000000000f4b99712f6929b816b2a89aaf546264d090820824ccdf 1.21 MB 2,447 8
607,534 607,534 00000000000000000011c0e189a62f701a0e54466505205d78a75efa6130e414 1.18 MB 2,989 14
607,533 607,533 0000000000000000000a6d0258eeb41779ee7f78be34ccec81599f7edfdfcede 1.08 MB 2,350 9
607,532 607,532 00000000000000000013c54ffdb8eb0a7e038b79f297274d7448c1d10dc3b9a7 1.32 MB 2,904 18
607,531 607,531 00000000000000000006c7cb80f5c166080365235078a3c990e6058c1dfb2710 1.39 MB 2,666 28
607,530 607,530 0000000000000000000e924f2fc7105362ce640d0865d10d314086c795d2cfde 1.16 MB 2,618 11
607,529 607,529 00000000000000000014c2d4de5b312abb85b1d98e2819b52a3d1fa8159f8aa1 1.30 MB 2,819 23
607,528 607,528 00000000000000000009c3843ac823e4efe8d38b83dd3cef6f0d122b4b31043e 1.22 MB 2,669 17
607,527 607,527 0000000000000000000545be424fc1393785617fbed01e286b07803382cc7ca3 1.19 MB 2,511 17
607,526 607,526 00000000000000000010ac2e84d65d083a62c53032ac008de9873ca598df2c27 1.27 MB 2,942 30
607,525 607,525 000000000000000000049f1ee2b8f3686493887ea3779c2b24467ff926bdb65a 1.42 MB 2,994 14
607,524 607,524 00000000000000000007bcf375c03a554ff9832247952d621db6c291a7ff5bcf 1.25 MB 2,904 31
607,523 607,523 00000000000000000009db93b0bd627158b665cd954cc274c056ad8b257c3f35 1.65 MB 2,273 18
607,522 607,522 0000000000000000000280301806aa6a1e74ff64139f2dd03c3ac30802739c7a 1.21 MB 3,108 37
607,521 607,521 00000000000000000010b6519d42db9a980554c93f0af925d24f422fd99fc0ec 1.34 MB 2,895 29
607,520 607,520 00000000000000000015d2eb28db1184cd9fdfe265540bfccd7a4ccfc6ade19e 1.18 MB 2,262 16
607,519 607,519 00000000000000000011c319e2a63545a334412810816de0251a2ff514d2abcc 1.39 MB 2,638 25
Previous 10 blocks ↓
Total Size: 646.40 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,348.97 GB sent, 37.64 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.