Memory Pool Memory Pool Refreshing

5,563 transactions
1.87 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,698 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,732 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (728,185 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
179,512 179,512 00000000000008848b86fa00f65959f8c7dae657e4ca1626a24283614c1eb0c9 0.03 MB 80 179
179,511 179,511 00000000000007f1ea5059c91c28e670abc5d5c5b0b1d6937b2e6935e3dc26df 0.08 MB 172 150
179,510 179,510 0000000000000350424a9b6e4ac2616a03d91570461e79235b2721c2f9d440c1 0.04 MB 123 222
179,509 179,509 00000000000007157b2c94be5f5e27a75f0a0b176dacdb88974bce0d47e17fce 0.03 MB 49 83
179,508 179,508 00000000000003ceefe2b6bbb0c85290fc44df9f80d39be2f7cabded7af43ed6 0.02 MB 86 77
179,507 179,507 0000000000000297cfb6f64a9a7d9e7a9d114f8806a72d0573395fce473fb7b4 0.01 MB 20 49
179,506 179,506 00000000000003919271bf1c531a1cd0c42c76bddfc50cad841af2362a92d4e8 0.06 MB 143 159
179,505 179,505 0000000000000590c9a8e7e027223aa552293b0cf85cb8b889f9fcfa19e26054 0.04 MB 92 116
179,504 179,504 00000000000000a1ff6899750e6183cec5d83d85dd62d13751b5fdfe091b845e 0.04 MB 70 111
179,503 179,503 0000000000000416c3b337ff23170d7f7b960e87cb6df0f57b2b10da3ed96627 0.03 MB 69 98
179,502 179,502 000000000000009c6460f30297ed2b01b000c8a74bbc5a38139a9742d9a65739 0.05 MB 158 61
179,501 179,501 000000000000075ea59d2124c431bd74f4a2541617f0d4d5ea42175e23928926 0.05 MB 110 96
179,500 179,500 00000000000009496f9c2216c050a8e204a81218820838b0f9291b9b0866a99d 0.09 MB 197 136
179,499 179,499 00000000000003d82275f0973466206deef9e1a49b18e4b58dc9d3805974fda8 0.02 MB 52 145
179,498 179,498 00000000000001ba652e5678b8d4026918c902f6303b4baa93ecc1c7eb7089d3 0.01 MB 29 42
179,497 179,497 00000000000002268ca3e2060fe547f9ddd85beb57d949d0137af43cb9fffcfb 0.10 MB 237 157
179,496 179,496 000000000000076bf3c3034c02b62488fe69328538bab2945732632756e489d9 0.07 MB 157 88
179,495 179,495 00000000000002401d20fd82602ca776b7eacee86f86182221b1db896cc93dae 0.06 MB 126 133
179,494 179,494 00000000000000eee7c248fa3e55528f4413c4eba27aa23a616e9fee1c305da5 0.02 MB 37 102
179,493 179,493 000000000000038ada6b78158fb736a6c131ead6a3ccfcdd3822875a18fd8cb3 0.00 MB 12 112
179,492 179,492 0000000000000611288e8ee423fe5451f06120751dd6b92b1106a3e11a8f561a 0.03 MB 88 104
Previous 10 blocks ↓
Total Size: 768.98 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,616.00 GB sent, 92.71 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.