Memory Pool Memory Pool Refreshing

34,454 transactions
22.07 vMB
Show Random Selection Loading Transactions
Max Size: 135/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,440 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 3,608 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,439 (58,190 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
805,249 805,249 000000000000000000025fc4a38ed0227111ef1902ccc9c9791988cc162d0a73 1.66 MB 4,136 7
805,248 805,248 000000000000000000046b11b27f686120baf2e3bab2fc41979458dee731d84e 1.73 MB 3,769 8
805,247 805,247 00000000000000000001a6ab9641aa2e31048fe3083e42d6ba45ca955dd80ac7 1.96 MB 5,040 10
805,246 805,246 00000000000000000000dabfca5b55496e3782be5f7ebc22d18ef253d4bea32e 1.44 MB 2,399 11
805,245 805,245 0000000000000000000001b14e4e7576ec1dc5693f1b0cb8657f25112e0eb121 1.96 MB 3,380 9
805,244 805,244 0000000000000000000119fb2936bd91096d5b292ef4b1abd271e038ecbbf398 1.94 MB 5,281 10
805,243 805,243 00000000000000000003f381ddb521c61d85812d06549995654a4e6394d68800 2.04 MB 6,055 9
805,242 805,242 0000000000000000000213c8046393553f0cadd433a04ab4842c9b3be6f1d35f 1.34 MB 2,170 6
805,241 805,241 00000000000000000003c86d9675e5b9befe4443a477c45e812c91aaa509c5c4 1.33 MB 1,594 7
805,240 805,240 0000000000000000000299d88f8c839b44e39475b39875eb4ca9db999241a168 1.45 MB 2,249 16
805,239 805,239 00000000000000000001efd6c5818b78cc1bf52b9df943f7674106a78a72b2d9 1.79 MB 2,855 12
805,238 805,238 0000000000000000000424b506ef4b1fccda07b0af6f6bc525036abf621647d5 1.49 MB 1,843 15
805,237 805,237 000000000000000000016221591bc81d56cf85c22cf6ef9209400f59cc340ddd 2.00 MB 6,006 8
805,236 805,236 000000000000000000019bd47eb6b4631cb54523b56bd2c910ec0932f4189a45 1.54 MB 2,053 12
805,235 805,235 0000000000000000000445a47f20ef55515e8e486ead8a8a809f6da3cd354baf 1.53 MB 2,952 17
805,234 805,234 00000000000000000000d23471c87876a3ed31d561b76b11bd6d297d301f0925 1.85 MB 5,020 9
805,233 805,233 00000000000000000002ca4775c302221b607760573729b7920b49d9991326fc 1.64 MB 3,803 11
805,232 805,232 00000000000000000003455a5263bda532da8b28e2df41c2de284481521489f0 1.94 MB 5,826 6
805,231 805,231 00000000000000000002294d8ce9b91524df30b145dded4900163a4c88e14436 1.67 MB 1,344 10
805,230 805,230 00000000000000000001985d4b6683b4f8a7b879c4ae080c45d79114ca43dbac 1.90 MB 1,136 7
805,229 805,229 00000000000000000000f35ad55cad813e326a6acdefab8c9a92d3c7580ab1bc 1.87 MB 994 8
Previous 10 blocks ↓
Total Size: 686.96 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,498.92 GB sent, 118.07 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

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.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

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 to 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.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.