Memory Pool Memory Pool Refreshing

3,324 transactions
6.15 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,354 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,759 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,353 (882,166 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
26,187 26,187 000000009442f307e3be22c92563c4690c9e1f50f8bda59b6db49aead08de598 0.00 MB 1 0
26,186 26,186 00000000d5c6829e67909da1029b98077a64c6ee06f927bc17986f5ce8a4ebb7 0.00 MB 1 0
26,185 26,185 0000000042010fd127eca32e7d757c70f5cb05cad4ec241b6de4d71cb1a5e415 0.00 MB 1 0
26,184 26,184 00000000f37ef49d241fb41799fa21f1ac8a0092335002b5c535e05898d928e2 0.00 MB 1 0
26,183 26,183 00000000131e16e7b7fdbbb1526e3709a597f736d2d9331ef093a1bc899a5928 0.00 MB 1 0
26,182 26,182 00000000a1949dec4be8f1f8d4d02555cd515550401d394bdbfa9e3ed71a40e6 0.00 MB 1 0
26,181 26,181 00000000a003a9be1480cc820508e3569cc491491f8731301127ca0922abb51b 0.00 MB 1 0
26,180 26,180 000000003753cb38eae53b2f220a749f64654bab34308e7ead4211ca7d31e92d 0.00 MB 1 0
26,179 26,179 00000000426d5695bad6fa8cc19642b0c5b4d03610dfcc3f9d25a6a4bf386ff6 0.00 MB 1 0
26,178 26,178 000000009bdfde9a8ea72641f1f30e0479bdd387d7b44fbfd7e35a5cbeb61b28 0.00 MB 1 0
26,177 26,177 000000000403019d2eccd1004dfc5cca8345dd823d1af16788e322c920866375 0.00 MB 1 0
26,176 26,176 0000000024c2c5df1d2579a9e220e5655802162baa11a97cbc6aac28f17f7d23 0.00 MB 1 0
26,175 26,175 000000009ef0e707304fbad34ff74bf6175aa10d8bb5a99aa786c39c9794bc6b 0.00 MB 1 0
26,174 26,174 00000000590bb504331c72d550b065dec40daba7f66385bd263be0e574e64c1a 0.00 MB 1 0
26,173 26,173 00000000dece1cc2477e325db31f3038d138f8aeee92f01c3bf212703df68a03 0.00 MB 1 0
26,172 26,172 00000000fd546a7574a1b041ca5dbc800e5c53f5e589e92b49e592af084b0a00 0.00 MB 1 0
26,171 26,171 0000000000640d8bad2d9525e3d8009aa09e9a00c48e9106a77be14a9acf7740 0.00 MB 1 0
26,170 26,170 000000002c1538d0929a773a45a65169f5ac8ba3188f94a8cce804b38781ef16 0.00 MB 1 0
26,169 26,169 00000000f7c4dd8e9814c6ef6cb48b5b86c48b676f8072212b2e1212b6ede1d4 0.00 MB 1 0
26,168 26,168 0000000043d0d59ae1a46b6aec71ea57f696bd243934b7eaedbf6340feba0713 0.00 MB 1 0
26,167 26,167 0000000036d0885861db3404a6a25b4dd0d3528218041c087b75d60f2cbdd2d4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.33 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,702.03 GB sent, 98.86 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.