Memory Pool Memory Pool Refreshing

708 transactions
0.23 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,610 00000000000000000002349e0000000000000000000000000000000000000000 0.22 vMB 695 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,609 (828,986 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
79,623 79,623 00000000003375c945f28a9769e7cdfa10f4c4389f6d337a2ec79a9c6e71a6ff 0.00 MB 1 0
79,622 79,622 00000000000c29da63e4d0a27db6f7ca2c764ad4f96f0512e6c10557ac4c8c56 0.00 MB 1 0
79,621 79,621 0000000000197057a6efed667daa8f814ff7253e613018683093850bcac3fc64 0.00 MB 4 0
79,620 79,620 0000000000476d8c8e364b8ff063d8b8268bf62bb1dac2593d39cbef8460a6d7 0.00 MB 2 0
79,619 79,619 00000000001a1e6aeb4b17253332994b5a0007fdffb6576b217769fad3f4ccad 0.00 MB 2 0
79,618 79,618 000000000029bf65c63ac6662bbbe9d1b1b149218702547665c26785e296003d 0.00 MB 1 0
79,617 79,617 00000000000efbdf6190a31083080528c85fa1a10850201320c6c8437d7f2eee 0.00 MB 2 0
79,616 79,616 00000000003ddef514c0fbdcf7d7cfe4843294b5809eea2c581b0449af424e17 0.00 MB 1 0
79,615 79,615 000000000023b2d6706e9a8da25ff0c0a3c85c71d1fa8a129ee38e56fa81341a 0.00 MB 1 0
79,614 79,614 00000000003e3dd448361b54f5da3e4ad7c99abbe7ce6bdbfe8d2872607100d9 0.00 MB 1 0
79,613 79,613 00000000003d486df1e3ccc1543d4c607c5e7a93170802d7da84faae321ff1c1 0.00 MB 1 0
79,612 79,612 00000000001b45ef28fff3cfa8e4ba98c0074f50a11571895e0ed0869cda6fbe 0.00 MB 1 0
79,611 79,611 000000000006870a4276b25e80c37ae27236c416b9270f7539ba194fd376ce41 0.00 MB 1 0
79,610 79,610 000000000021aa3ee4e6a3f3b534c118804e885bbc57a89275c1ec829b4d8ee6 0.00 MB 3 0
79,609 79,609 000000000041af1f2cbb3ef894df9f116faa8911ec510c68568c24612bc6357a 0.00 MB 3 0
79,608 79,608 00000000002ac5d92818b1128b935296904e08d6cc97264d00064aaf4eaf602f 0.00 MB 2 0
79,607 79,607 00000000005bdaf83b38542060b6d5a92eb783e75197a417ca0c3132d255a2d0 0.00 MB 1 0
79,606 79,606 000000000045dd92c714626b62b8aa1effa74c8be235fca009510ee2656cc910 0.00 MB 1 0
79,605 79,605 00000000001a2af1a94c7c5362f1bdb30422973cdf2f2ce2e2adf955b3dd72de 0.00 MB 1 0
79,604 79,604 0000000000155a137ce5151f312263a26fa5157566d71310032057c19cf01c1f 0.00 MB 1 0
79,603 79,603 0000000000054779c623ac5bebadde1e04cfd4fb304c521ddfeaade6e864eb2d 0.00 MB 2 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.74 GB sent, 101.10 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.