Memory Pool Memory Pool Refreshing

24,692 transactions
27.71 vMB
Show Random Selection Loading Transactions
Max Size: 161/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,295 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 7,597 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,294 (118,587 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
744,707 744,707 000000000000000000093d026b34237c9e879d6bb4b94b75276950200eb5a1a9 1.39 MB 2,680 14
744,706 744,706 0000000000000000000379fcf03e22867b22af89146633fcd64fab834a2e7bae 1.51 MB 2,682 23
744,705 744,705 000000000000000000095703760cca57c3052e39d2ac3b9736789e0760d89c4d 1.54 MB 3,372 19
744,704 744,704 000000000000000000062225e51e29bb77cd1048861b1afae917b34c4b1a3534 1.72 MB 2,322 33
744,703 744,703 00000000000000000002714f3669463a0f65da30327180bd72c4fa5865fc5192 1.49 MB 3,288 21
744,702 744,702 00000000000000000004edb4001f52b4ce6091db018f7bef73b46356b1493722 1.70 MB 2,477 17
744,701 744,701 00000000000000000003e750b74d784c6df06f29b40f1e788c83398a663fb5c5 1.31 MB 2,243 15
744,700 744,700 00000000000000000000af3b8847d7d6e151b0ed356e04a104936b9d508ad340 1.24 MB 1,718 25
744,699 744,699 00000000000000000003ae1675ba9336ff44c058ffb3228e2bc9192cc2b7734b 1.50 MB 3,157 15
744,698 744,698 000000000000000000072ce4d1f85a4d60b12ed87758167f7242e881e2eb9528 0.26 MB 451 11
744,697 744,697 00000000000000000000dfd00ccd8d52b066c6be6c18d81ccada866fe8d9a852 1.13 MB 2,643 14
744,696 744,696 00000000000000000003ee5f4314a21282af20525e7185e141c6ae54b22a1fa8 0.10 MB 269 15
744,695 744,695 00000000000000000001930ce96754831dad4ff47ba79b80fcccf5dd3605c0bd 1.24 MB 2,105 14
744,694 744,694 00000000000000000005a6d5fbe8dc293f4e8d8bf792d55046132d4e6b9a7737 0.95 MB 1,348 9
744,693 744,693 00000000000000000004ad1bfd787fb561159302bf73ac1816ce4763b8369f85 1.61 MB 2,552 12
744,692 744,692 00000000000000000007687c58e0bb599645d671230bc94c15e667b6154869a0 1.47 MB 2,945 15
744,691 744,691 0000000000000000000005d1195de2c24617962e566b33d21d1e19385c22e14e 1.53 MB 3,273 18
744,690 744,690 000000000000000000042245f5e325d8cdb9b9e1b1683ea7ce0d19eb8e85e6a7 1.32 MB 2,686 14
744,689 744,689 000000000000000000012ae0be285310530321053bafb2405c921c681fa26443 1.31 MB 1,861 17
744,688 744,688 000000000000000000004c3d5dd6a33b5591e4c7a897dc1aff4bc1c7d6d3ed85 0.78 MB 1,644 15
744,687 744,687 000000000000000000074feee911e618e8ef2194ad9e9b84691fdddb4aa4c471 0.74 MB 1,598 15
Previous 10 blocks ↓
Total Size: 686.68 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,486.20 GB sent, 116.24 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.