Memory Pool Memory Pool Refreshing

7,834 transactions
4.06 vMB
Show Random Selection Loading Transactions
Max Size: 21/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,727 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,758 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,726 (682,800 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
224,926 224,926 0000000000000283048fb5d3267c7931e7ed1d1bd426723b6de4ae6dd9af6142 0.05 MB 73 52
224,925 224,925 000000000000012f7454527bc10a8e10818a0ce1b07d478c3e2a5f24f7c8454c 0.09 MB 147 145
224,924 224,924 00000000000003d6586b1c99926e3c4190d6a17e48b006c7d5ad3d2a8603258f 0.03 MB 36 127
224,923 224,923 0000000000000348da86235014e1fcb032d9d7aa114633a84082cb0d8ea2f7cf 0.06 MB 137 227
224,922 224,922 00000000000000bfb898bef645cd14b1341d03e7c5a2c02d75d051e96395fb28 0.07 MB 178 184
224,921 224,921 00000000000001668c46e9671ab3017c8a140391cf20ffaed90c902246ca42cd 0.02 MB 41 264
224,920 224,920 000000000000037e4197a44ad31f3058e4736915088dc01e586e068bf94c50fb 0.07 MB 153 225
224,919 224,919 00000000000003adbb4073b504099ffa0c7ac22943b89d63c73c55ee7d7fd803 0.27 MB 280 179
224,918 224,918 000000000000031b6144a56ba8c83a259b7995841f0d10f4a948f34c163c49f7 0.29 MB 764 163
224,917 224,917 000000000000022a3148f6f58dae5aa1c0d0dbd5cace05e443880cebe9d27d4c 0.25 MB 808 197
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
Previous 10 blocks ↓
Total Size: 769.03 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,625.80 GB sent, 93.04 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.