Memory Pool Memory Pool Refreshing

9,240 transactions
3.05 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,697 (685,390 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
222,307 222,307 0000000000000127926f9acaa73ebfcc66e3a31d5b371b81d5cd95e61811bb36 0.00 MB 14 29
222,306 222,306 00000000000002ba246a7ee454f067a319c82f0748180ff74c09276ee8bd1cec 0.05 MB 111 174
222,305 222,305 00000000000003050cb8d1ec851a7d2e9e7dbf2fff62ac0497b882c8b01f183e 0.18 MB 445 221
222,304 222,304 000000000000041bd8ffecf778ee9e836aaa30b87951abbf8f57c6039b3998ec 0.05 MB 135 162
222,303 222,303 00000000000001ef0e6395c1bfc4d60b9cb55421539d5b98845526f1d3f3a51c 0.11 MB 228 162
222,302 222,302 0000000000000284218765819e0f9aa49c04af934e64439b704b0fccdc4323b5 0.09 MB 140 129
222,301 222,301 00000000000003fc8ee486362cc65eff5113c07e62ed6da71b8732a879ea1d7d 0.24 MB 407 124
222,300 222,300 00000000000001df705ffdc92220481e4346fb55b8b240b4b84b931afacdd610 0.25 MB 723 245
222,299 222,299 000000000000013b60feb225abe20bbf20626836e20004db784ac2c56151e704 0.04 MB 90 173
222,298 222,298 0000000000000303abbc98fbab6347bcf45b1bfb16b33353ec5f2f42ccd5f20e 0.01 MB 36 66
222,297 222,297 000000000000029c4f272fa9a205acabb3f2e2429477d4b92da3be02f9274dc1 0.10 MB 219 180
222,296 222,296 0000000000000040071ed2af982de2e4f1725649fea3a16e0d89135d6d07fe3d 0.06 MB 100 132
222,295 222,295 00000000000003284e49596d459bd5b33a8c49e967ec0ef0edaeeed4a862b1c2 0.19 MB 450 188
222,294 222,294 00000000000003abd87bbf5d4c4a3ccc563d499f323f940f26e7f7bc61b1454b 0.05 MB 129 194
222,293 222,293 00000000000001b36d6437f5046b99312cbc627a16a0feb7efefe3ffefae05ba 0.14 MB 139 70
222,292 222,292 000000000000031d361148328ae7e37c0c049842df68089eca7b547c02256308 0.04 MB 70 98
222,291 222,291 000000000000012cacb00ab1df7218e5adde46f5d2f9a256b8b7d7c38595cc95 0.16 MB 343 228
222,290 222,290 00000000000000e5a606a4e11ba7d303235cbe5719cc44ccdc6ddb8b0e523c28 0.17 MB 372 167
222,289 222,289 00000000000001df329722b469519a0ce65d3ec39832658b06f07295c1d6f25b 0.17 MB 306 161
222,288 222,288 00000000000002c435ee2309adef063acab1ccd6e626d360b63cde56804bf7c6 0.18 MB 385 163
222,287 222,287 00000000000003671ff21fa15fdece581b05dae2367d9c72e9ed65796fc52bbb 0.32 MB 420 38
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.44 GB sent, 92.72 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.