Memory Pool Memory Pool Refreshing

172 transactions
0.07 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,019 00000000000000000002349e0000000000000000000000000000000000000000 0.07 vMB 172 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,018 (805,726 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
102,292 102,292 000000000002764afe9dd396045fbf21d11f0a52f5450660a9177d5ca94f22e3 0.00 MB 6 0
102,291 102,291 000000000000f0941cb182eb8629611478e30d7d1329e44f509fcfd0528c2c06 0.00 MB 10 349
102,290 102,290 0000000000016d61e6d02a86e4102fb4f405e73c69a84741ef2d3801665de88c 0.00 MB 9 0
102,289 102,289 000000000000a372aa866f1f4d608a18fb0c151f94f10790d61b790d698fe8d8 0.00 MB 10 0
102,288 102,288 000000000000be07b97acb7c3f2a82d821dade16745e4d931cd3c99d2c0e5f9e 0.00 MB 3 1,034
102,287 102,287 00000000000095442fbbb12bb798616a02f6b5143465c34b7ddb595ed1b803d6 0.00 MB 2 0
102,286 102,286 00000000000260cb71043be058547b21cd4ba7a7e85c30b8fff39298282e36d7 0.00 MB 2 0
102,285 102,285 0000000000004e6567ddd0ae6a8f06167029ecc5f8d8dc8e82613ffa1e712085 0.00 MB 1 0
102,284 102,284 000000000000933c5c3a438ff6a58deadeb7957cadf8ff7cf0a7f58d18a51d56 0.00 MB 3 0
102,283 102,283 000000000003df40d7462536b7e87b409ecb65770ecc304dff81c4ab16c7e861 0.00 MB 10 0
102,282 102,282 0000000000003c6022fcce881a0c931e8b0c0420a7f811bcd189fd1d338f0ee1 0.00 MB 1 0
102,281 102,281 00000000000139652e00e0fa1df7ba7c9715d7b049fb117a9ae684b8aacd5e00 0.00 MB 6 0
102,280 102,280 000000000001686c6e4dc8f3ea724d9ab31def1cc83f1460dfdff272fc4d4716 0.00 MB 2 0
102,279 102,279 00000000000162647b3079c66eaf00f2e4fda3a65305257595c6e7aa83058399 0.00 MB 1 0
102,278 102,278 00000000000189ba5c439c9f65b397e53919d224640f95a5f1856df114e404a8 0.00 MB 2 0
102,277 102,277 0000000000020a2669c6730c989fa38c1f3492ad08176b33d9d835b00baac640 0.00 MB 1 0
102,276 102,276 00000000000051138dbe1726b8c56da59afc2aee3ee81e49b21d801253c79dc3 0.00 MB 3 0
102,275 102,275 000000000002dcb5f96117c3ed9ef18952764736ce82c3a434555a0434553d5e 0.00 MB 6 0
102,274 102,274 00000000000399e51fea2f84c82d67137cdf05463ad1710c3e36d28e08ba4b45 0.00 MB 4 0
102,273 102,273 00000000000161def0247d066e528a1e5eb4965a3ca382fa1f8aff76ad7e37ff 0.00 MB 3 0
102,272 102,272 000000000000208ef071b74ad57a9e1f490c01c2c5cc95039bd1fb39927210ec 0.02 MB 79 0
Previous 10 blocks ↓
Total Size: 769.58 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,650.79 GB sent, 95.82 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.