Memory Pool Memory Pool Refreshing

71,397 transactions
30.49 vMB
Show Random Selection Loading Transactions
Max Size: 177/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,213 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 2,903 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,212 (667,025 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
203,187 203,187 00000000000003d2c4b8d4b778621939cb31927d7509ddd8d8efedb18f8e5dce 0.16 MB 308 101
203,186 203,186 000000000000014bd96bb454e4a31ecefc2e595ea1cc1e0064c7180ce3962a81 0.04 MB 123 168
203,185 203,185 0000000000000094c584cf6c24a213fe6fd10b622ab11d5d119d62ed6fe662b1 0.05 MB 97 87
203,184 203,184 00000000000003e8b9783e1913774d26b54b38e9fa4e1cf88f00c35c8caacd9b 0.08 MB 179 131
203,183 203,183 00000000000002a373d6839b937542808283e16744dc1e08ab8ece8d880cbeab 0.03 MB 44 125
203,182 203,182 00000000000000c37e93d7cca917e5935ec8cfbeebf678237c7b72890f5d0e14 0.08 MB 145 110
203,181 203,181 00000000000000287b81d283e70e9dce1855ff946e55a6092625dcfc29cf9b11 0.33 MB 448 42
203,180 203,180 0000000000000382c70204f38229204ba9ba51fa82576f2a22344688c1223f98 0.22 MB 560 232
203,179 203,179 00000000000000eac823d5c3f6c17f9ec08414c4e23fff6060e842fae0581fd6 0.04 MB 50 454
203,178 203,178 000000000000045ed105b49a344cb3885f95abaf2e1457044f9d2e0acc8a6261 0.05 MB 75 95
203,177 203,177 000000000000013a151068cece99a0bc445afa2dd48ae0bdd3091c0ee7587b44 0.05 MB 142 221
203,176 203,176 000000000000038d84ffcc414d080cfee67986dcd917491e4fc1b34069bc5b74 0.08 MB 153 123
203,175 203,175 00000000000003fa1ccaec86f8803a9467f657a139e2d9f9b0668621666036b1 0.05 MB 130 225
203,174 203,174 00000000000004cde882230cb8a7d578dc1c70248142b2d55eb070bcf1175c24 0.31 MB 604 138
203,173 203,173 00000000000004f5ed5f203e6e9628365ffb8a7b2bc620a7e7966a9d18c61fb6 0.04 MB 69 102
203,172 203,172 0000000000000346af1b2a70540a2983f64b52ddbaa7145224a68e0c32ca7462 0.12 MB 344 163
203,171 203,171 0000000000000289dd144b411cf2f4ddd6f15d1b5969aa4e83a7c2ef893c8082 0.00 MB 1 0
203,170 203,170 000000000000019fdde0699a355af2cb0e4eac0a25868ad8a875268183b1cabe 0.12 MB 241 111
203,169 203,169 000000000000044a3ba1936e0844aa90e9ec23da512849d496d63fbb923eca9d 0.11 MB 308 24
203,168 203,168 000000000000034d7f93c8d66f980331f50c3b8183f4a4f2c7aa5dc480b36963 0.03 MB 49 94
203,167 203,167 00000000000000dff5da9437c2f17842b78964c0c0a9389d13437d74fa886837 0.05 MB 68 92
Previous 10 blocks ↓
Total Size: 699.85 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,197.40 GB sent, 209.41 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.