Memory Pool Memory Pool Refreshing

73,182 transactions
30.98 vMB
Show Random Selection Loading Transactions
Max Size: 191/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,487 00000000000000000002c0700000000000000000000000000000000000000000 ago 1.00 vMB 4,161 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,486 (349,383 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
523,103 523,103 0000000000000000000e8cc0a53b9c19fa3c707db636463991a3c7421e7e4a86 1.01 MB 99 100
523,102 523,102 00000000000000000012c2c2f4217a0ee9d92ffacfa35a6294504f2783feba41 1.05 MB 816 107
523,101 523,101 0000000000000000001413790f9f3a617159e0d8ced8757fe5e8daa4225f7636 1.04 MB 765 109
523,100 523,100 0000000000000000000f59afb7997665598b6c88f893b7dc2ef774bb3f42f231 1.00 MB 40 100
523,099 523,099 00000000000000000037ce12388f70d7d7f8e60a9450469aba64d6d550caa48d 1.14 MB 2,633 133
523,098 523,098 00000000000000000019877c146e98d027af8fce2d9f3f4ad8b5d5703d3d007e 1.00 MB 242 102
523,097 523,097 0000000000000000001bb3a613da3ce16bda884d1b9752de1ee735202f78bd9b 1.00 MB 302 105
523,096 523,096 00000000000000000026b3093f0c133408143f080c9b6456da2dc1fdbf7390b3 1.00 MB 305 107
523,095 523,095 0000000000000000004371422de727f2125452c2197ffeaa2857978f8ba0e7b0 1.00 MB 228 107
523,094 523,094 00000000000000000030fe1f77bd5964509ac33fa3f5d619151eb803a5131786 1.14 MB 1,910 41
523,093 523,093 00000000000000000022c7dc330b04b4515055644764bd8286297eb52ecf34af 0.26 MB 230 8
523,092 523,092 0000000000000000003b90b67ef639ae8392393dcacea7965cb0db6edaf97b52 1.07 MB 949 13
523,091 523,091 0000000000000000002844e7c2984854e99cc59c93b1aa8bc4649a2957fefe3c 1.18 MB 1,818 24
523,090 523,090 0000000000000000000b6f2c35263d1fad1873326fe324fcfb6af358f2de089b 1.18 MB 2,283 20
523,089 523,089 0000000000000000002be8b6954f6930c1d9d1d1e436cdb7db5f1e613c746377 0.24 MB 624 78
523,088 523,088 0000000000000000002363fa8a69738798e715997e6a9b7a41bdfc3f0149b6e6 1.10 MB 2,057 41
523,087 523,087 0000000000000000001b61d86452c36c553626942c59107b852008f0a5d186ef 1.10 MB 2,117 17
523,086 523,086 00000000000000000009338581362e50504a669a8d2a17cd8621edec0ea67712 1.18 MB 2,784 56
523,085 523,085 0000000000000000002184b91b0bde289ca5935be20f732d53c0e32fad453e8e 0.35 MB 595 25
523,084 523,084 00000000000000000010b58a6d5f2cfff8de6534b2f363166eb50763edb0c9da 0.28 MB 543 50
523,083 523,083 000000000000000000318154332e590d4323457b6edf7011b2c3da03ee502d25 0.09 MB 154 19
Previous 10 blocks ↓
Total Size: 704.10 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,641.74 GB sent, 238.58 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.