Memory Pool Memory Pool Refreshing

4,868 transactions
1.58 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,846 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,788 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,845 (245,154 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
662,691 662,691 0000000000000000000eee8c803be0399a70e8f6b025efc452fd08c6c8fe4281 1.37 MB 2,322 118
662,690 662,690 000000000000000000048a890969858feffb5799cd8b3d181abd1a4fc650828e 1.33 MB 3,042 142
662,689 662,689 0000000000000000000c1ba8d27fcfaf18003c6c421be786102845280c44b8bc 1.11 MB 1,884 78
662,688 662,688 0000000000000000000e258ec51aec8c861c0d9bb63d4ae7ae53aa4c73bb1020 1.26 MB 2,933 88
662,687 662,687 00000000000000000008cacf141a826c81e9ac3b3bf622e2575ed41b63cf8c9f 1.17 MB 1,537 101
662,686 662,686 0000000000000000000cdd35c00fc1ee95c0f3c606e28e249bdbbfc61df099e6 1.10 MB 2,718 102
662,685 662,685 0000000000000000000e1e87be767774fdc7507d198a97f08deab368279fdc0e 1.22 MB 3,149 109
662,684 662,684 0000000000000000000994781a464ed316839e08cbcb638f9550ea8b600b7c08 1.33 MB 2,862 130
662,683 662,683 0000000000000000000b86091d480ccae977b509fefaceddca5ea0587c559b31 1.31 MB 2,630 129
662,682 662,682 0000000000000000000d7eab0f84792d8c8118b3f566e915db3710bbb4fc7049 1.25 MB 2,507 109
662,681 662,681 0000000000000000000dc80ee18f5c84abe65962548038e3017152878093af75 1.34 MB 2,618 129
662,680 662,680 0000000000000000000bf1e100736e32647e7cb9163ced2b054827934a19eb9b 1.39 MB 2,686 121
662,679 662,679 0000000000000000000c54278584c310512be892f8a25e7c6215117f41bfdfbe 1.31 MB 3,212 140
662,678 662,678 0000000000000000000db38354eeb5a0f01502f2758897fe12171905f108658c 1.30 MB 2,924 134
662,677 662,677 00000000000000000008b9476aeb764b4a9c39a7298c374475f1c61f762b2ade 1.31 MB 3,023 147
662,676 662,676 00000000000000000003ac527390940f2a2d181f6f58701bf86830d43a2d0fb3 1.24 MB 2,201 71
662,675 662,675 00000000000000000009c384aa2e18bb31458c791c736e2b47a47becfb612684 1.30 MB 2,944 113
662,674 662,674 00000000000000000003c01cc826703b9d1b4af058e7ad1eb37d27b629e4dc44 1.27 MB 2,486 83
662,673 662,673 000000000000000000075001e9197d795e5685a979742ad5110db42b946d493f 1.08 MB 1,036 99
662,672 662,672 000000000000000000077aabde54f75271676fa34cc572ed1767dedcbd01dcd7 1.35 MB 2,717 133
662,671 662,671 00000000000000000000c6cc54cedee0bc2148c0cebbbe13de38a710ef360cf1 1.22 MB 2,522 149
Previous 10 blocks ↓
Total Size: 769.25 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,635.16 GB sent, 94.18 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.