Memory Pool Memory Pool Refreshing

1,976 transactions
0.61 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,956 00000000000000000002349e0000000000000000000000000000000000000000 0.60 vMB 1,974 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,955 (603,684 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
304,271 304,271 00000000000000001718897bfe5790c78144a325aee13d3b81f6cd2f5a7a0058 0.66 MB 1,233 32
304,270 304,270 00000000000000001de5267f8db22febefb3060deefa39e17ffa6eee850064d0 0.12 MB 212 30
304,269 304,269 00000000000000004da23eb1b4e64bc66ebdee0f9003615bdb068259e12b2cf7 0.05 MB 59 15
304,268 304,268 00000000000000000f290c92257aeff8da09e20eadaed3af2761bb5868097601 0.34 MB 596 29
304,267 304,267 0000000000000000523e63ba9b19090903d299c0f375aff894a7e7eaecbcd910 0.36 MB 414 21
304,266 304,266 00000000000000004942109f77a68634ad02820f9600902e372cb266d3b330e9 0.35 MB 302 16
304,265 304,265 00000000000000004f764cc0d0b8533cd623853bf55df3825e1ecf562ec7f8b0 0.35 MB 930 49
304,264 304,264 0000000000000000336be909316b08fdb1482fe4f496f47c4317975d70fb4b6a 0.32 MB 542 27
304,263 304,263 000000000000000044ee618139b6e32852ca060cb4a51d6532c3a6cce55aef78 0.35 MB 149 12
304,262 304,262 000000000000000065296fb1f81f0bc8ce06e29797c892e29250e36774925933 0.25 MB 355 21
304,261 304,261 000000000000000049145ed56d507af5de76daacb0b1eaa871dc7991d717fc65 0.75 MB 1,221 27
304,260 304,260 0000000000000000117d122dec44ff3b20da0ab09aca18fda374634cc4a1c67e 0.35 MB 751 34
304,259 304,259 00000000000000002025019e401256cc0f2f6cf49dd780935f81584312fe8ee7 0.92 MB 2,407 57
304,258 304,258 00000000000000002b67b20aacbb1889bdbfcba48cfef88a2717175a2710b94a 0.02 MB 32 30
304,257 304,257 000000000000000008f7d9beb8552ba96630872d9c18587c368c09aae6173fa7 0.22 MB 327 25
304,256 304,256 0000000000000000636c5a8d720fcec953a748c729fec592a5ec075a4642048b 0.08 MB 112 11
304,255 304,255 00000000000000003eb68c85c6f8bfc86137531f86ce128707a033695f214250 0.55 MB 753 25
304,254 304,254 0000000000000000491fdff68a1c99de7798278a791e461b8d5bebdd9df9de46 0.25 MB 704 47
304,253 304,253 00000000000000002f8a5151277696276b39f1ed6328fb003faaba4e073e7fb7 0.27 MB 552 35
304,252 304,252 0000000000000000644e20c2b17df04ea088d680864c0d044c65e76f9882bf13 0.04 MB 68 29
304,251 304,251 00000000000000000032fa535b42d3be1e029efd7cd845f1d0fa131613d6608f 0.04 MB 85 33
Previous 10 blocks ↓
Total Size: 769.46 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,646.19 GB sent, 95.25 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.