Memory Pool Memory Pool Refreshing

98,521 transactions
33.98 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
845,045 0000000000000000000355f00000000000000000000000000000000000000000 ago 1.00 vMB 5,585 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,044 (148,187 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
696,857 696,857 0000000000000000000c8ee79b04da14b89a289fa8b3798df9d0431d3daf706a 1.37 MB 1,829 25
696,856 696,856 000000000000000000064b9c83f8ef85b059fd6b385c022fab2179764109a8eb 1.39 MB 2,749 20
696,855 696,855 0000000000000000000ffd8f61b5fb356eb7c889dc87c5cd380f8c3b1dae5186 0.84 MB 1,861 14
696,854 696,854 0000000000000000000838530c182ec5ba5eb24eb4d58f627d8d0b1657620d57 0.23 MB 347 21
696,853 696,853 00000000000000000005c8e7d35c86bb0553e605581c43d1b2cad8178fd63b53 0.47 MB 980 9
696,852 696,852 00000000000000000006c1f81b1b46cb0018abd67f41cac47141aa1428ef530c 1.23 MB 1,583 9
696,851 696,851 0000000000000000000ff01c59503d3bc172613ef2d1800162b7454fd4bc4a34 0.55 MB 713 10
696,850 696,850 0000000000000000000a6dae536dcd111e7f0801ff521d195ed6d036b6d7335c 1.02 MB 2,124 19
696,849 696,849 0000000000000000000dd4f2f89276ef3ed67888e63d947c640757cdc450d727 0.14 MB 347 14
696,848 696,848 000000000000000000105be500be61af7f3bb81cc5a655617c1483370002f9c1 0.17 MB 365 11
696,847 696,847 0000000000000000000e15628e797ed667cd5d2b580b0832e1bb2ace71455718 0.20 MB 327 28
696,846 696,846 0000000000000000000043ec1f45a633e20ad143a6eb8488b2b7cc10d71e0596 0.03 MB 58 17
696,845 696,845 0000000000000000000966a70a3e321c6f045c633beff1bb9de154135d15763b 0.46 MB 927 19
696,844 696,844 0000000000000000000348e1951ba1936d440716cda845b4d928151f746d3917 0.71 MB 1,197 11
696,843 696,843 00000000000000000007862cd1c44479318c7ff15131f00e5dc6963604a4aaa9 1.01 MB 108 1
696,842 696,842 0000000000000000000155b527eaf822ee0ca5e228adaf4320c8960005b11048 1.38 MB 1,057 4
696,841 696,841 00000000000000000005c0663ce667699a26af74a67b7b0033f6dd2e7756c4f9 1.45 MB 3,255 12
696,840 696,840 00000000000000000009d498410bed2a536666cfd8dd17aa56bea962d6939a4f 1.39 MB 2,535 15
696,839 696,839 000000000000000000104d52b35cf19ff3f21297ed078c4047504e66294c4bb0 1.31 MB 2,319 9
696,838 696,838 0000000000000000000e585d1ff2500adca3440ac09d5871f1346bd042cf4944 0.40 MB 593 9
696,837 696,837 0000000000000000000d1ff57b907ce5163713b348c0b4cc0bcd7684d6b7a670 1.40 MB 2,626 11
Previous 10 blocks ↓
Total Size: 652.48 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: 9,265.10 GB sent, 75.02 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.