Memory Pool Memory Pool Refreshing

5,518 transactions
1.66 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,571 (868,890 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
39,681 39,681 00000000703a2f98955a66528e79725f2a4b789e6b7c7eca728e5737d02ebca6 0.00 MB 1 0
39,680 39,680 0000000019fe12b4416034ed896697c514ce11780eb3580f58e27fc79e21aabd 0.00 MB 1 0
39,679 39,679 000000002e8567be259f9c14781db836d2f444136cda8584e851a6c238d02860 0.00 MB 1 0
39,678 39,678 0000000006495b0fe41f296abe3c6c4b79796046a307e8ddb6af2f16bb8f9b95 0.00 MB 1 0
39,677 39,677 000000002f3fdf902884b1a9e362f862fa953bf9a407dc35a2eaa8e3ab6c4d34 0.00 MB 1 0
39,676 39,676 0000000010797d14a26db7174453c7697e97f6a86ca13dcaea921be5914d118a 0.00 MB 1 0
39,675 39,675 0000000042fe52b83bff59958f88ef39fa2e46a3472f59ee36ee702076c75ef0 0.00 MB 1 0
39,674 39,674 000000007bd84a0ec82f41691c8d591c38c436c7c2528b062758cc19e415d1d1 0.00 MB 1 0
39,673 39,673 000000006a45b762b7c6c42deca56cb10690f4ea6f04e9c9fa82bfdb8d3f4e80 0.00 MB 1 0
39,672 39,672 00000000273e52f69e9f544bf8d71d8a2f6fac97cd42a1867a19ffc26c17ace8 0.00 MB 1 0
39,671 39,671 00000000320d6564ccde0063fb139570a4b52b012232fac2230ac23937640c1f 0.00 MB 1 0
39,670 39,670 000000002c25d61c5336513a70a3f2c4197dacdc5533b792dd24940bf53c4686 0.00 MB 1 0
39,669 39,669 000000007aff9a9ce1b1cca37c4886a9cca9c2bd6686b22c86c9a9d3dbca4d6c 0.00 MB 1 0
39,668 39,668 00000000093c92d03e06b94ab3ea5517427719145d2e3df19dcc1a41d00ccfe4 0.00 MB 1 0
39,667 39,667 000000008cbe8cc3ffbff0d62ca2a552c3c993cf4028d0846c12cd09556c2744 0.00 MB 1 0
39,666 39,666 0000000014d77da06547f4751cd707e5ccae8eef81af00e17692d96e97074490 0.00 MB 1 0
39,665 39,665 0000000027c087380dd9ec95ecdb1ba2bd6702878241fd83a6acde586ce44553 0.00 MB 1 0
39,664 39,664 0000000078620e6f1f35159d0b67c8dcc2c6f10c691e29f4d582b354e58191bd 0.00 MB 1 0
39,663 39,663 0000000078ef551731d21da2b65b057367c38738261f5b5ffa5c8428d7d815e0 0.00 MB 1 0
39,662 39,662 000000004b2b4c1bb78cdbb8f4575dc85c880c08e86a83b0f0258abb660f1578 0.00 MB 1 0
39,661 39,661 000000000f6c91434069268950e17db00ea05bf9404d6bbc2509a0b25463002b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.76 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,848.07 GB sent, 100.75 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.