Memory Pool Memory Pool Refreshing

24,197 transactions
41.29 vMB
Show Random Selection Loading Transactions
Max Size: 134/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
843,945 00000000000000000003629a0000000000000000000000000000000000000000 ago 1.00 vMB 2,965 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 843,944 (146,985 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
696,959 696,959 00000000000000000008649eb49fe4bd9240b05c5cb3dc69657062bad0f6c5a8 0.13 MB 40 3
696,958 696,958 0000000000000000000c3d2e3614772419534263066fe1e12968fd53b1cd1007 0.37 MB 394 34
696,957 696,957 00000000000000000003d0eecc1ab29530bbbe290eb311e7e28e7b5977c68736 0.03 MB 23 5
696,956 696,956 0000000000000000000c9bd0b686d32aac4cd74ed8d6374a2d3a630e27d35708 0.24 MB 22 1
696,955 696,955 0000000000000000000af0e453e7fb63fc844e1a59f9e9e09f4f0c9a7b21b336 0.98 MB 623 3
696,954 696,954 0000000000000000001211128fbe8a5efef5ded25e86dc11fcc6e56a5da9a81b 0.85 MB 1,174 8
696,953 696,953 0000000000000000000d2d2eadaadfbed1753935d11e68c726e6000778cb102e 1.15 MB 1,245 9
696,952 696,952 0000000000000000000edc5c54c171e241e92ee36bd04072efd68193c4482279 0.53 MB 777 16
696,951 696,951 0000000000000000000757f207e9186fe6b471de1074b9c7df8c502750c0058c 0.02 MB 52 6
696,950 696,950 0000000000000000000f3265ded613ebc55457edb6b1f3bd8a92e002fabad052 0.01 MB 23 10
696,949 696,949 000000000000000000102e83db06100854f7e93312b62e693879ab5a7b6a9e27 0.48 MB 534 7
696,948 696,948 0000000000000000000d557419f53e585af3dd02ce052240a53f6d20546cac68 0.05 MB 141 9
696,947 696,947 0000000000000000000addffb6b59eb4be72cd245d3d905933f38b250f98353a 1.17 MB 1,620 8
696,946 696,946 0000000000000000000b1fe39bbb709591734444f072783cc58fb9849308bb89 1.33 MB 2,697 13
696,945 696,945 000000000000000000013397b516c3e83c0c1f85ea15c3c10424447bc804bf9e 0.05 MB 139 24
696,944 696,944 0000000000000000000f596bd4e1c454d9751f0231f6ca0e223fd592a3770d97 0.60 MB 989 13
696,943 696,943 000000000000000000120c4217392b14b8dce82de6c714ed3bb92e424ebabd93 0.74 MB 596 5
696,942 696,942 00000000000000000004a298ced1b1ec48afe3fec92e81dffb1e7ba81bc6e84c 0.46 MB 432 6
696,941 696,941 00000000000000000009075e3504b51403f838b8ed7c1f0a78fadf41f946ff1a 0.40 MB 582 9
696,940 696,940 0000000000000000000dd7a12f73b4e79cea64da298962167891bf647f408b97 0.30 MB 439 11
696,939 696,939 0000000000000000000a3db7fd7ec294d2ca446a7727d727e3821fe3bd20217e 0.62 MB 1,318 2
Previous 10 blocks ↓
Total Size: 650.41 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,972.03 GB sent, 62.76 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.