Memory Pool Memory Pool Refreshing

91,191 transactions
42.78 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
847,816 000000000000000000035cb80000000000000000000000000000000000000000 ago 1.00 vMB 3,379 70
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 847,815 (151,586 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
696,229 696,229 0000000000000000000e48ad9837dbdaa3a52a07f23d6f3ffd453558d7ffacad 1.61 MB 2,240 7
696,228 696,228 0000000000000000000785fb5909a05f4755ff66b011de9b3544aac6e2771a44 1.35 MB 2,526 20
696,227 696,227 0000000000000000000e930dc72fe7a7aadda1304a0d1ae88f430934cf014dcf 1.52 MB 2,619 63
696,226 696,226 0000000000000000000d967e23859089f90d0ef7ddd705c6c146f9a1a844a1ff 1.43 MB 2,248 10
696,225 696,225 00000000000000000010cbd26f0a3229a1436bb35a764863114ebe828b13eeb0 1.53 MB 3,461 8
696,224 696,224 0000000000000000000e6a24c6d8ca6dea7e5e6fab2bc6ded805471207b849e1 1.41 MB 2,966 16
696,223 696,223 000000000000000000087de6dfdbe1beaf46296f4c0a07c75c5f0fe79bfb8bad 1.44 MB 2,684 15
696,222 696,222 0000000000000000000a1ebf1f07986540d00e678086b0c2f4cc82ce08e1ffa4 1.23 MB 1,487 8
696,221 696,221 00000000000000000003f8384079a66cfbdaa311b18db2613e81e3dcb21eab31 1.51 MB 2,984 2
696,220 696,220 000000000000000000011b71550e2d6d7c4058abb6093505886b837316486b32 1.46 MB 3,202 24
696,219 696,219 0000000000000000000a0054d90210cfb7e8f88e78164474b7748c90a5300866 1.35 MB 1,968 2
696,218 696,218 0000000000000000000089d14d5bfc6737d8b7c66fda15b00f4364d71afad7d8 1.47 MB 2,861 17
696,217 696,217 0000000000000000000a1a1d310e9ad43cdf57698a1c0362dccb32efcc6d9a74 1.11 MB 333 2
696,216 696,216 0000000000000000000afa3ac42fda75cc4eb66f5829ac60072063b962f71449 1.20 MB 1,315 5
696,215 696,215 0000000000000000000b55b9a07d952eb6a3003df58f348cb91a591f0435ec73 1.45 MB 2,238 14
696,214 696,214 0000000000000000000aa464d188eddd2e262a3d24ee2b2f6a0d74379e1a0ac6 0.60 MB 893 7
696,213 696,213 0000000000000000000355fa920b5084920f66f40bdc8ceefc3df4cdb75805dd 1.27 MB 1,655 3
696,212 696,212 00000000000000000010303fd113d946e4079b99f3d5ca68991952af4c28d561 1.41 MB 2,531 18
696,211 696,211 0000000000000000000b895a47cd39fc2d86fc4f7794fa61f6226ec975ee52a8 1.01 MB 1,688 10
696,210 696,210 00000000000000000008890b62ec0a51c1d9af2fc184dc62feafe0d1e1c90408 0.45 MB 554 5
696,209 696,209 0000000000000000000e573e65d607f908912057c6073e0584fc732d3f153bcf 1.41 MB 2,782 13
Previous 10 blocks ↓
Total Size: 657.45 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 46 incoming
  • Data Transfer: 2.65 GB sent, 0.14 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.