Memory Pool Memory Pool Refreshing

41,499 transactions
30.24 vMB
Show Random Selection Loading Transactions
Max Size: 143/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,207 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 3,193 39
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,206 (234,964 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
607,242 607,242 00000000000000000010359d81429e9beb128722573a52d1e23055c997dcb560 0.84 MB 1,463 13
607,241 607,241 0000000000000000001296a295e7e6663a314eb354096a105742c8dfb884b3fa 1.26 MB 3,344 16
607,240 607,240 0000000000000000001152d65ca7d2ed44a1fb030b2dd354a0596d13f29bc7a8 0.37 MB 1,065 12
607,239 607,239 00000000000000000000d8f2d4882526025e0149a7d0a68b59f551c4d0175ef2 1.27 MB 3,049 16
607,238 607,238 0000000000000000000b5ba54c67a90a2aab27407cd06db6608353a570748af9 0.09 MB 227 23
607,237 607,237 00000000000000000011b88ec24abbbebebdafd0f6dfcbb83c2a218121b5adad 1.21 MB 2,650 8
607,236 607,236 0000000000000000000cc113efa2eb0a573eec7c73d72d65ca3e14a5dac19deb 1.28 MB 2,935 21
607,235 607,235 0000000000000000000c8ddceedbf9c2877d6fd7b52afdcaf71700c61a87d0b2 0.65 MB 1,508 11
607,234 607,234 00000000000000000008a4d9ad689b5814a3dbddf7c89f7885bf1c79f20f91c4 1.14 MB 1,793 17
607,233 607,233 000000000000000000100720f9db64992888d572bf170239d40485b6008c6a96 0.86 MB 1,877 5
607,232 607,232 0000000000000000000f520973657e0817fb7062655abc2e54058c7b9b413a8b 1.26 MB 3,108 19
607,231 607,231 0000000000000000000192f190b7577330f4ce8d1645d46cd32c6cb2aa35aac9 0.10 MB 281 12
607,230 607,230 00000000000000000004f32bbf404cba5b7060735653e0d65ab31556dc5c657d 1.03 MB 2,677 16
607,229 607,229 000000000000000000016b25764f12f932e94d449d729ba0fef6817dac842163 1.24 MB 3,353 15
607,228 607,228 00000000000000000012aef3819576bb0da58a885848a689848b1b65872a8c29 0.12 MB 295 19
607,227 607,227 0000000000000000000ea04afa80400f0da76af45eb0ec4e0fb8bccc7c7350f8 0.24 MB 744 19
607,226 607,226 0000000000000000000bfa8480f3b0a17565db478c2c5219a67c1288cfaa268f 0.98 MB 2,201 11
607,225 607,225 0000000000000000000bf7ffd2461d5f6d5eb4dc5c62f7ef651991ff5c939ba4 1.35 MB 2,995 11
607,224 607,224 000000000000000000096d23a719645fa6a4ca037600e1d03c6675f0bd4d2a7f 1.27 MB 2,991 17
607,223 607,223 0000000000000000000e2ecc3d0b2b392913f6a2b88eca2dc7dfac74ea5b6e29 1.11 MB 2,102 4
607,222 607,222 0000000000000000000db5ddf26904563157bcc14ce00638ecab936e08c73ae3 1.21 MB 2,421 22
Previous 10 blocks ↓
Total Size: 647.12 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,457.03 GB sent, 43.33 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.