Memory Pool Memory Pool Refreshing

4,037 transactions
1.19 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,819 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,362 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,818 (569,213 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
338,605 338,605 0000000000000000074dc1780309e7c5277a46ae3a9d4830d8404bad6e22dafc 0.63 MB 1,152 22
338,604 338,604 000000000000000014fca1ad6f5f10508a8f8720b0d8225311b8e73b639c3d5c 0.40 MB 741 17
338,603 338,603 000000000000000006c2539a4b2f00438ee719abed409add8f597dd2270c20e2 0.08 MB 134 20
338,602 338,602 000000000000000008a4293da7c6c8db59ee3b5f38e2bb00e532f8912f8ab29c 0.35 MB 456 20
338,601 338,601 0000000000000000178cce4402bfeb7dc6e54ee09790bcd68a5330549e48a41b 0.19 MB 512 35
338,600 338,600 00000000000000000f8c3b656930144c00278f4a3067857335f971b2de5279b0 0.34 MB 587 21
338,599 338,599 00000000000000000d181332e0ed48dc5cb539bfd780eb2d3e8086bc2448cf56 0.38 MB 825 24
338,598 338,598 00000000000000000cf7eeed57ae3653da5ca01781d7a4376dce8301a5cfd82f 0.44 MB 840 16
338,597 338,597 000000000000000000040a4cf3f1239834c78f7187e430871f22e705382799a1 1.00 MB 1,560 23
338,596 338,596 0000000000000000090fbd0ff492f800bc832d2a44731b6afe3633bd02a82bcd 0.24 MB 488 22
338,595 338,595 000000000000000013afadfed06730b58adc5a32f164bf9ab1f2d23212d526a3 0.37 MB 797 20
338,594 338,594 00000000000000000a14b55104344c128fd1eab6714c7f28db2f58c059582f55 0.76 MB 1,520 22
338,593 338,593 0000000000000000153f79008da3a497e05d1a22abc91361d1428a8d0b37e186 0.35 MB 370 11
338,592 338,592 000000000000000014c3421d7c13d9a4ced5e3ca658cc121fd6dff8e98b039d0 0.75 MB 1,109 22
338,591 338,591 000000000000000016725f525773c9540d1a51fd08e7584bf81ee248f5ed15dd 0.61 MB 1,082 25
338,590 338,590 000000000000000014e69648a436a511af4f8f9698ef341a92ae924281292af6 0.22 MB 318 21
338,589 338,589 000000000000000004e72b9ebea1a29358c94110ae01a7fbd52192980d5bba41 0.12 MB 241 15,474
338,588 338,588 00000000000000000c234674bda5c762300141ff7682ebdb2fea7f69eeba669b 0.04 MB 85 11
338,587 338,587 0000000000000000186adb5b3eca9392be5b363c996fa3963cf13855e3f26d2c 0.30 MB 434 19
338,586 338,586 00000000000000001a7d080a5694a6b9f4c5a9e5971fa631f60798a746f4aba7 0.99 MB 1,607 24
338,585 338,585 0000000000000000086f5bb735397dd46c765eb01a7d029b7c6c59f31a93a598 0.15 MB 276 20
Previous 10 blocks ↓
Total Size: 769.20 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,633.87 GB sent, 93.93 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.