Memory Pool Memory Pool Refreshing

3,786 transactions
1.22 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,028 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,275 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,027 (684,915 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
223,112 223,112 00000000000003abcf00a3bae147a499512a6b8f7bebb5774646377342154f70 0.25 MB 589 168
223,111 223,111 00000000000003b2dbb291810dd3ac41a7f0db5d9dac898b1f8b5182e931d509 0.30 MB 708 235
223,110 223,110 0000000000000034bd0119f483efeecd50d9642638f28f9914b129879a147653 0.24 MB 542 186
223,109 223,109 00000000000003537e4d715a73dcb37fee80fd558a680670cf87db2d1ac76cee 0.02 MB 43 126
223,108 223,108 00000000000003c53ed66e80116ddeb8041c4df75f228e7f82a9fb9f04c322ec 0.17 MB 403 155
223,107 223,107 0000000000000304a84b112c5f83dca4a8617641e87ccfbe8a6d441a66ff6bfe 0.29 MB 675 218
223,106 223,106 0000000000000304284b5901db78b4c81bdb2ab7dbb83e689ad5ee5898a9b9fc 0.04 MB 128 185
223,105 223,105 0000000000000193836ac5a8a52283da9cfaa8f258b66f7fb65231717b568b87 0.26 MB 699 232
223,104 223,104 00000000000000d173d1b9daf26dda8afbc7d12ba7ba1a8919ecb907a8efefd6 0.05 MB 136 197
223,103 223,103 000000000000017c366ab5dcdbb7d8ccf28a8c170d8608c67ae3533346c87a7e 0.14 MB 296 162
223,102 223,102 000000000000046a28190df5652a68ca88f4cd8026775ba74cf7e6378a0189d4 0.01 MB 45 137
223,101 223,101 0000000000000212e802f36263a399abfab1aa05123089c82db028332728554b 0.23 MB 540 187
223,100 223,100 00000000000003ece3216ebde7f342932534cff6005d9fbbb956bb0ff2a6ec7d 0.06 MB 154 217
223,099 223,099 00000000000003a3cbefd0de3f744ab6cac7e27689c5a40167108d882a51171d 0.11 MB 262 158
223,098 223,098 0000000000000398f5e06b954ad3bb1370f793d6b8fd324b06097539da242c33 0.11 MB 235 140
223,097 223,097 00000000000000644b0805d7f9699dcea7b957a8ea97b6fed6e8b50e7333ff42 0.13 MB 235 111
223,096 223,096 00000000000003d200b6b6a884882edd5b2d2256eeb3cd6ed879d01f68eaab08 0.25 MB 654 193
223,095 223,095 0000000000000494f619445a753ace74a025224c7ddacb74514f7585b6587e8f 0.44 MB 1,082 205
223,094 223,094 00000000000001421b578638791f1fd51aeb8951af9e5f578154b633df8a6a78 0.23 MB 383 146
223,093 223,093 0000000000000447b4941803bf331d49442c20d14db9f8bd6bbb6b2312d8cc4b 0.25 MB 627 203
223,092 223,092 00000000000004085813e470e5882f1fca24f50a0505d53353c9e33f29f40615 0.23 MB 580 195
Previous 10 blocks ↓
Total Size: 769.59 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,651.40 GB sent, 95.89 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.