Memory Pool Memory Pool Refreshing

1,591 transactions
0.77 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
908,609 00000000000000000002349e0000000000000000000000000000000000000000 0.76 vMB 1,572 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,608 (888,980 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
19,628 19,628 00000000fa1a4964ef6b673104a7595293f1b9b5a3bb1950cfc41bf881959e75 0.00 MB 1 0
19,627 19,627 0000000063b01ce64910c93ee1f826c118c889f05f290455b69c73f9ef16fceb 0.00 MB 1 0
19,626 19,626 00000000df824c3c32c82e34fc808c013f9581ea359c4e901c4ae6301b14f67f 0.00 MB 1 0
19,625 19,625 000000001733dbf59c3e3cab2014fcdd8e4f27c4da191133f158e67c7350f838 0.00 MB 1 0
19,624 19,624 00000000ff97bec8b30fe37dfe4bb126855ee6e05e406ab1574c4f01e766867b 0.00 MB 1 0
19,623 19,623 00000000743232c1d97092c90db08f1da3adfd5a58d4e688684cb385e0995be0 0.00 MB 1 0
19,622 19,622 000000004b548b2d1b49510ce63522254a66f09667864ca856fca7ab7ed88b21 0.00 MB 1 0
19,621 19,621 0000000003c923c5bf5e18c7b679639be58defcdab5794b462ca62ad09eda972 0.00 MB 1 0
19,620 19,620 000000000b1ffe9ce3865306e5434164cad233e2c4d8d2ca5fcddf0af8a76e9c 0.00 MB 1 0
19,619 19,619 000000006cf3c45297eebd091bcf6f92e5f9fbbce6560578e5e871da0a2e6e16 0.00 MB 1 0
19,618 19,618 00000000acb73e24a6315a2677ee444a4275102a0544675d7fe54f518e1d93af 0.00 MB 1 0
19,617 19,617 00000000b60920a03c520b29397624ce468c10a36558a53f75ea4d534022a532 0.00 MB 1 0
19,616 19,616 000000002ce9181a831dcd6f9a1c2e20ed196ffbec52e4ce083e24f63ac764a8 0.00 MB 1 0
19,615 19,615 000000005049a4eb906bb7090b2cb02e72d9dbf0cbc7065871cd1b2b7e9297e8 0.00 MB 1 0
19,614 19,614 000000002903bacef0497403c7355eaf5637145ab444b1bfd08d44ec6c0824d0 0.00 MB 1 0
19,613 19,613 00000000d55083cd5d9ded24705acbcc38872211469fa6d1605df5b1ace0ab9a 0.00 MB 1 0
19,612 19,612 00000000326d8bbadc4d7243ccf31f32d5256f1769a47b2cf70ec8fce19e92e7 0.00 MB 1 0
19,611 19,611 0000000094a0f39368a23ed48bd9c9b4a82d7c79cb3db7adc40abdc5ba6fe831 0.00 MB 1 0
19,610 19,610 000000003a0feaa354cb9ad579651abd8b07a1c11850ea4434b98410bfdb4cea 0.00 MB 1 0
19,609 19,609 00000000dedf7869ec2722254e5578be8e6e9f0b4fe6fb2259e99ab944628f1a 0.00 MB 1 0
19,608 19,608 000000005660d30d9b24712ac0cb24f504ebbb50f0141f5ad6deb5beefd90f05 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.83 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,849.73 GB sent, 101.09 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.