Memory Pool Memory Pool Refreshing

3,246 transactions
1.96 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
6 sats/vbyte 2
5 sats/vbyte 3
2 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,169 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,219 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,168 (805,867 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
102,301 102,301 000000000001ad089eb9f9baad765c3955e4f479e52723a2d505276d885d754d 0.00 MB 13 0
102,300 102,300 000000000002aaa83b402d164af74b7c9ecc970069027cd828e382541139a20d 0.00 MB 14 0
102,299 102,299 0000000000034dab1053e309236f47fd495dae957be53004e5eed43703ae44b6 0.00 MB 14 0
102,298 102,298 0000000000004e86969aa21eea5b5a180421a67eb537ca75ff235cacf68a2350 0.00 MB 13 353
102,297 102,297 000000000003719bd961b8de2a17366612a56b1611033d12f970df17101cddd0 0.00 MB 12 345
102,296 102,296 000000000002cf49121e0998398b9c71cdc4d5ee2223a86e0c03e064590e2dde 0.00 MB 9 347
102,295 102,295 00000000000297f7ccdb34f1b79fce2136b72d16bffd358a169c42e368aa5673 0.00 MB 7 0
102,294 102,294 000000000002c82ecf0bd5eb382e4b3c0ecb0ddf3cb35b4b1302f274746c0823 0.00 MB 2 0
102,293 102,293 0000000000001d5ab0ffc99dacdd1e18bfdb48c3ecc7818e8e75eb16a8069e27 0.00 MB 4 0
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
Previous 10 blocks ↓
Total Size: 769.87 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,681.04 GB sent, 97.21 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.