Memory Pool Memory Pool Refreshing

99,345 transactions
38.12 vMB
Show Random Selection Loading Transactions
Max Size: 199/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
847,847 000000000000000000035cb80000000000000000000000000000000000000000 ago 1.00 vMB 6,789 77
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 847,846 (151,628 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
696,208 696,208 00000000000000000002965e068aebb19ec422d2095ce6065c586f199016a623 0.32 MB 678 20
696,207 696,207 00000000000000000004033b861c71b869191ad57d21f82efd7353647518e1c2 0.57 MB 1,264 12
696,206 696,206 000000000000000000066f7fc25952dd496915ec6879a6d80b7f3825eb889509 0.10 MB 216 21
696,205 696,205 0000000000000000000a1a9e5b56fb62b4a913c59d86bb79e9f34b55ffb81880 0.00 MB 3 1
696,204 696,204 0000000000000000000ef531da0a28786e9a948eea2832a90c06784de65e381f 0.58 MB 913 11
696,203 696,203 0000000000000000000127bf04b902844e724575401b42fc2a91a58ac1761105 0.26 MB 420 11
696,202 696,202 00000000000000000000672d24b580ec7127f1d608a2b8d2f96d41d525fee797 1.13 MB 2,357 17
696,201 696,201 0000000000000000000295cab0ddfae845036504ad092b9472622924b3f9b989 0.38 MB 700 19
696,200 696,200 00000000000000000005fe8bb859cbea0cd3f79858164e86a37b70c9a59080b4 0.85 MB 729 7
696,199 696,199 000000000000000000038c48ba96f078c3825b809dfa9b569329c7df003bba66 1.36 MB 1,360 5
696,198 696,198 000000000000000000092cb0d9c128998b7566fd4807559a21de3f83b30b058e 1.41 MB 2,949 16
Previous 10 blocks ↓
Total Size: 657.51 GB

Node Information

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