Memory Pool Memory Pool Refreshing

12,226 transactions
4.16 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,034 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (668,851 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
238,879 238,879 000000000000011f479d373e67a26582932d2fa9a6a8e3c16f30293a875df24d 0.00 MB 1 0
238,878 238,878 000000000000005d1fb80af13b830f2043c12d920d3f33b38d7b04296b54b0f8 0.20 MB 529 240
238,877 238,877 0000000000000005c9af8a1a797b8356978b4beff9ebe1a54550ecd3cd913b1e 0.02 MB 32 179
238,876 238,876 000000000000007b10de1f55f023a42f9f6248d8c0dc463f0ad5308b92fc24da 0.04 MB 88 174
238,875 238,875 000000000000002b4e0e189781e24e1b46c4941b5c05122a3f886272f0811b4a 0.19 MB 467 193
238,874 238,874 0000000000000082ee88b30527c155896058ce0d7e787bde0223b0f72dab60f5 0.14 MB 128 55
238,873 238,873 0000000000000121b2b0375d711f4258de2a6d40a259766021500749faae9853 0.09 MB 215 182
238,872 238,872 00000000000000927eca14293d90dad7f331597a72d7520295f6124ddeda5874 0.12 MB 251 160
238,871 238,871 000000000000008a95f187df70f071b985f1e4868e406e6457c474b4eaeed31b 0.12 MB 254 164
238,870 238,870 000000000000013ac351c2475d35907d0c28d32b127a604e8c2abb00bd4366f2 0.25 MB 605 210
238,869 238,869 00000000000000de6919af918ea2004a58a197e0265407aea84545a5eb9cae49 0.00 MB 5 87
238,868 238,868 000000000000004783a4902f71fc8f9892b1ebafbd922e031c8ba2394b67ab3b 0.09 MB 217 2
238,867 238,867 0000000000000104fed91460ef9e59e06d2f288074a3f486e3c8cb6e8a281066 0.24 MB 128 22
238,866 238,866 000000000000015f831edd46fa43c90935b602143b15a9fe2df6a8c8c5d53ee1 0.10 MB 258 183
238,865 238,865 00000000000000875e6c43a02b3ff557b7777de704e92ddd1b8a20272f5d672c 0.04 MB 72 163
238,864 238,864 00000000000000ab204ba7737c4feeb9663d02099feb85d2490ba5862d1d8407 0.02 MB 46 158
238,863 238,863 00000000000000b0bbbd25ae569b7f0ccd4fe165c767ab7a0d3658dc7dade577 0.07 MB 136 145
238,862 238,862 00000000000000a320405435102c09cdfb07feeaa642449067adbde19f45ff96 0.04 MB 88 267
238,861 238,861 000000000000013caa9892c58a58362349a18c6f5cc9fcc54b757e3572379a85 0.00 MB 1 0
238,860 238,860 000000000000013d5234decf144b481a699a9c06941d754880bf9ac878459218 0.01 MB 33 97
238,859 238,859 00000000000000e1fb37cd0a5ec573da9e0d00d0ee7c211c05a4f4c401f07a90 0.09 MB 200 155
Previous 10 blocks ↓
Total Size: 769.04 GB

Node Information

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