Memory Pool Memory Pool Refreshing

2,284 transactions
0.81 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,754 00000000000000000002349e0000000000000000000000000000000000000000 0.77 vMB 2,281 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (645,033 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
262,720 262,720 0000000000000005cca771628eb457c93a361db74172f722cb070db832c22a28 0.18 MB 460 74
262,719 262,719 00000000000000021ab1f65e768cbe381b9b5e66bc3093537187b5197434c7ee 0.25 MB 666 147
262,718 262,718 00000000000000065fae35878650e0a32883f7dbd47263f694ca01c9dec3429e 0.13 MB 248 69
262,717 262,717 000000000000000ae137ebc4fe059191e7e446f00a5775fabde3066c593a4978 0.19 MB 102 13
262,716 262,716 0000000000000005b18cdaaf8f7c52be0f1458a2bf9f5ed415afc54274bdb7cd 0.25 MB 632 137
262,715 262,715 00000000000000087d724d7432a4a4627da1c0a8411a8d49dc846f8cb17049c6 0.25 MB 616 101
262,714 262,714 0000000000000011d54a5fccc71a36bcfdb1175701533c9bbe2d1522beda48ba 0.25 MB 595 117
262,713 262,713 00000000000000026184e967ec95afea098d4c109da4df7bbb414d74d785587a 0.25 MB 748 179
262,712 262,712 000000000000000030310284cd485feec8a9f436c5af77329087f1a9351a0374 0.17 MB 415 120
262,711 262,711 0000000000000007db1c105af5c6fbad4e1adfec884a6cdbaf59c794ff6d9c86 0.12 MB 288 116
262,710 262,710 000000000000000e48862a15c68ae108a90e2d5e2d8b77dc6174e90186940aba 0.14 MB 255 104
262,709 262,709 000000000000000d6a4654346caeab8021cb3bef9a21531279e1ec873b95de8e 0.01 MB 27 75
262,708 262,708 00000000000000088e76bb97cfc81db9761b58c94f347ccaf84b0c2b2c2211da 0.15 MB 279 64
262,707 262,707 000000000000000ee4620c0eb0727ca1f6b28df9e63b5a3f227cff8a16d70b8f 0.00 MB 8 44
262,706 262,706 000000000000000904135bc8f31bd4ae1c992c3a7cc2db046ed3c9f82df77f82 0.17 MB 348 130
262,705 262,705 0000000000000014bd09772f981ab34c08678aa50a4bfd4d70ced508896f9b97 0.14 MB 100 28
262,704 262,704 0000000000000007547f881acb56eb6c513ef62a1d5dfbf448885db1d30d939e 0.00 MB 5 63
262,703 262,703 0000000000000008063365f65cbdc654a2e9d9d49f2ee0d9933e59ecc4425ecb 0.09 MB 147 63
262,702 262,702 000000000000001135e90ae3785007b658fa9bff850a8ebb224a55aaf2c41ae9 0.07 MB 147 140
262,701 262,701 00000000000000070e5ecef15732abe3fa83df03b3449b3e6ed81b3f0e384c21 0.16 MB 403 164
262,700 262,700 000000000000000b413bfa5eadbc905fb1f6bbdf2739f309042b6680419c1e10 0.02 MB 46 75
Previous 10 blocks ↓
Total Size: 769.08 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,628.25 GB sent, 93.31 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.