Memory Pool Memory Pool Refreshing

81,013 transactions
28.23 vMB
Show Random Selection Loading Transactions
Max Size: 182/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
871,087 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 5,957 18
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 871,086 (55,389 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
815,697 815,697 00000000000000000004749fce0b22d276851486a17423c9799a1dc1aaf9d5bf 1.58 MB 3,324 57
815,696 815,696 00000000000000000000d0aac13f3bcbbc76557d1139c56ed3bcc7a90c168c8d 1.57 MB 3,600 72
815,695 815,695 00000000000000000003c15eb55eb42f09aacaaf3846375701f9bfb22a13fb80 1.55 MB 3,069 65
815,694 815,694 000000000000000000033bea736ca77d75718c62e105f62deffa154f77f9986b 1.57 MB 3,702 72
815,693 815,693 0000000000000000000209fb982e0b4fb62720cac4eaafadff2ffb1d8e06e7aa 1.61 MB 4,167 76
815,692 815,692 00000000000000000003a45315952d5dcb4e2ecdd4a6e0a1a694c9f2150ba329 1.58 MB 3,570 75
815,691 815,691 0000000000000000000254478a705180e8356de6c9917f88b8d5f37dae0c8920 1.53 MB 3,472 81
815,690 815,690 00000000000000000004099d36de447a02650315f6ff778f8878f711d41d5a39 1.46 MB 3,648 119
815,689 815,689 00000000000000000001ee8d0d0b4f2ad482d496bfe4315e26a94d05f44bca66 1.55 MB 3,234 88
815,688 815,688 00000000000000000000c2b5dedc9cd23cfb8c4769273cad8df8fef10f8200ca 1.50 MB 3,055 49
815,687 815,687 00000000000000000003e72080b0f5c4315fa713b892716673b92c5f0d7d9381 1.58 MB 3,828 68
815,686 815,686 000000000000000000027fb1eb88e5bd0ed4b4d19a85707adf5478ac1c4af5fd 1.62 MB 3,545 49
815,685 815,685 00000000000000000003599071230362ccb49924be6f3c83d03310f0c6b886d3 1.63 MB 3,671 51
815,684 815,684 000000000000000000036a2fe9bcc5325ebe4dcfafe8c91829933e5461276a34 1.54 MB 3,030 40
815,683 815,683 0000000000000000000104ed1a90b75b3ac937082fde3faf044e1e0619b360f4 1.61 MB 3,679 52
815,682 815,682 0000000000000000000040a269bcdde70ca11286b84ec7a875dbeb0372d3f199 1.49 MB 2,738 48
815,681 815,681 0000000000000000000303e3b65f1f3cbbd06f4aa3e1d46b71e27469af84f3b6 1.67 MB 3,513 63
815,680 815,680 00000000000000000001e3bc17baa6a496e02157c41b13baceb8dc41e9b727b1 1.57 MB 2,782 81
815,679 815,679 00000000000000000000ff857ed4654b70a9240e4bab05968d626b738f801061 1.68 MB 2,787 26
815,678 815,678 00000000000000000003100c5d739155cb37473c3df27e37645af1c4a3d34f9b 1.70 MB 3,883 38
815,677 815,677 000000000000000000042671f18b37c99b17afe581e24ff40206a8c8e044a0dd 1.76 MB 4,511 33
Previous 10 blocks ↓
Total Size: 701.51 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: 2,411.27 GB sent, 221.17 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.