Memory Pool Memory Pool Refreshing

7,113 transactions
2.67 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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
907,700 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,876 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (682,783 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
224,916 224,916 00000000000000fadc4ab057428f6f2ffeadf5b9eaf5b52c96660e98f5beae65 0.12 MB 256 252
224,915 224,915 0000000000000221ee9081672ebc00d99515ba19d3cdb36a5eebe6925dc96c5e 0.12 MB 278 160
224,914 224,914 000000000000013ce82cf73c364efe1b092851d956d2ee8315f3854b09600d4d 0.17 MB 324 219
224,913 224,913 00000000000001263d9bc30c07e913c2116a70736068084a7615680302b2ec77 0.05 MB 129 125
224,912 224,912 00000000000000a82bdd3c1cb6a7f21e2dd1635e2176b98617a65c567903a04a 0.24 MB 587 219
224,911 224,911 00000000000002084661c69c19de3ce1de3334644bbbffb553bfed339c74207b 0.00 MB 1 0
224,910 224,910 000000000000011f79073577250c50252e08609a1de1039397dc83587e0bbb22 0.15 MB 324 224
224,909 224,909 00000000000002e8d98531683bb40c3eef269225fd3a0092de8212f40593b7cc 0.01 MB 23 108
224,908 224,908 00000000000000ee56ac035394e958c62872e3bd9731aa1f456fb96a8e2f00e2 0.06 MB 138 173
224,907 224,907 000000000000019b5bfb1d3387e730a38af72bbf6b54e5280c310c854d31154e 0.06 MB 123 150
224,906 224,906 00000000000003547a3561e5fbbf2e687da7e0f8c42fb25365680a2256dc3c6e 0.05 MB 108 118
224,905 224,905 000000000000005b70ea1439d5d5c06e1e3eab492473debbfddd9bd14f10b54a 0.05 MB 93 369
224,904 224,904 00000000000003860237b23649a6ca2bb8e3aa6f50a6974755bdd51992ee29a5 0.07 MB 99 115
224,903 224,903 0000000000000013e31b2cdf7df7a358acfd8f9dd532e5f524866a35c6e3ca8a 0.05 MB 96 143
224,902 224,902 0000000000000048c010ba7adef1fa287297c99ba76461e47a6035b6ddac3ea7 0.11 MB 323 270
224,901 224,901 00000000000000ac63039190e456b0be6c0bd6d9738b00cd30dccf050c6758f3 0.05 MB 117 187
224,900 224,900 00000000000001e62bb9a10aadb180ce5ccbac1ad7e393f70d12bf6a7839c999 0.14 MB 326 225
224,899 224,899 00000000000000aec2537637da2b3b8d50cc08bb9d1d3d39cfff518e83694dde 0.05 MB 133 198
224,898 224,898 00000000000000b2bb89eb7f993bd21e56641226d3e1e27f50d36a27665fd63a 0.01 MB 25 207
224,897 224,897 00000000000002952c73209c0360ac2b5d048e7bb4ad615d2deddec2944ce5d1 0.14 MB 347 262
224,896 224,896 00000000000002027a9eeed5b172a6bae97065414b1d6e6e0ecbf67d1e211027 0.04 MB 91 118
Previous 10 blocks ↓
Total Size: 768.98 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,616.52 GB sent, 92.74 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.