Memory Pool Memory Pool Refreshing

48,222 transactions
27.63 vMB
Show Random Selection Loading Transactions
Max Size: 160/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,953 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 5,491 21
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,952 (146,086 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
696,866 696,866 00000000000000000011e536dc2cb147ab11243e2913fc47d6628e05496ae31b 0.54 MB 875 11
696,865 696,865 0000000000000000000d82aa4907d409f6b00e18eb749213da65883ffe08956f 0.14 MB 268 13
696,864 696,864 0000000000000000000b65324f342c6ab6439a44c2b4bdd38d5b6ef0c133c23f 1.00 MB 2,111 11
696,863 696,863 0000000000000000000d1eb9cd173ec91eb81ea2845c839736863ac91f3fefc6 0.08 MB 214 12
696,862 696,862 000000000000000000032291b04710d9f2a65d77796a6de139910808e77812dc 1.23 MB 1,981 11
696,861 696,861 0000000000000000000d45bba8238a9cd7e2abe0a1f9403555230a7bc18cf5ce 0.04 MB 102 8
696,860 696,860 00000000000000000010bc2217dd6b0c9a7ec7af8f12be27ead0a2504e00345e 0.30 MB 632 13
696,859 696,859 0000000000000000000c77960785a5ab5958ec1f867497ecd6eeb3da02b43aa5 0.11 MB 276 17
696,858 696,858 00000000000000000001a29e3c9c825ae420be98089d9431748c9b530955eee6 1.46 MB 3,052 11
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
Previous 10 blocks ↓
Total Size: 648.54 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 8,671.80 GB sent, 52.93 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.