Memory Pool Memory Pool Refreshing

1,730 transactions
0.52 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,822 00000000000000000002349e0000000000000000000000000000000000000000 0.48 vMB 1,710 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,821 (34,134 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
873,687 873,687 00000000000000000001b0c59f37c4a035041b1cbed293a845db6780db0452f6 1.61 MB 2,308 8
873,686 873,686 00000000000000000000bc06c9324385376fbbdfffe47988e073407df16a3478 1.79 MB 4,713 9
873,685 873,685 000000000000000000024f847fedca9fecee32854dfd48e2874926da3bd03e00 1.61 MB 3,747 10
873,684 873,684 000000000000000000023f6cffe230875e7fcdd262537839d70a57dfb1818f51 1.32 MB 2,277 7
873,683 873,683 0000000000000000000047e04e3842a6d669520636937abe0369a90570fd7429 1.49 MB 3,473 10
873,682 873,682 0000000000000000000174cab6811db22492bcd4247d0fbc1acbd804e6a9a8e6 1.52 MB 3,612 9
873,681 873,681 00000000000000000000ecfea288814c15489a780a8894a7c660cf84e7c60717 1.47 MB 2,556 7
873,680 873,680 000000000000000000010ea9406d8906b58579d1aa1ef824dcb0922d682ec94a 1.59 MB 3,713 9
873,679 873,679 000000000000000000016684712a1b1cb57ae0d75cc8484286b36f246fb49738 1.45 MB 3,172 10
873,678 873,678 00000000000000000000f561f857dfb273c32ad90cb770de025e386c18be5c74 1.29 MB 1,727 9
873,677 873,677 0000000000000000000292ee69e2e66463c0df12f09f2eb34f9adac491d72eea 1.62 MB 3,594 12
873,676 873,676 00000000000000000000e72932ec352205be3c314f5e4e9a06a0b8cf47fbd175 1.52 MB 3,707 15
873,675 873,675 0000000000000000000208d509e4e82b11f0b207f6f7d011b4ad1560dda0694f 1.43 MB 2,275 10
873,674 873,674 00000000000000000001f86d96a316e3bc941180848b3fe9913ba9c540dff4c9 1.54 MB 3,268 10
873,673 873,673 00000000000000000002537802a015998a767dc8321324df385fcfc96a117552 1.68 MB 4,003 11
873,672 873,672 00000000000000000001a95c2f0fd862310f29dfa7c682aeaba8a51521cb0367 1.65 MB 4,063 12
873,671 873,671 00000000000000000001e79fba3f1b85ea8fd5d9190a4afb8e29e70dd08183e4 1.56 MB 3,934 17
873,670 873,670 000000000000000000020e7b2820105cf63bbde6b260785fd44e1b052a666788 1.54 MB 3,322 18
873,669 873,669 00000000000000000001f417849a08e36bb3a620f030c1e97a91957465380f7f 1.48 MB 3,499 22
873,668 873,668 00000000000000000001b0251f80ba44e47217f661a06628f48eb71d659ce0eb 1.52 MB 5,352 7
873,667 873,667 00000000000000000001b411c272780347d245042e3fb36ae8ce9529408e8f56 1.81 MB 3,269 11
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,634.08 GB sent, 93.95 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.