Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,754 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,331 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (620,025 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
287,728 287,728 0000000000000000cee52ea4f0d1a381320d647edadd65959904e27efecea4a9 0.10 MB 167 29
287,727 287,727 0000000000000001058d82ff10304a1612b5bdace7cd1c5a0880778387ccfbc7 0.22 MB 222 26
287,726 287,726 00000000000000013a9392312d5f244b1ead3a5444225a68ba1413f200b65cfe 0.35 MB 638 29
287,725 287,725 00000000000000006c9cd7f7d95631fe6a72fa3ab7373e845efd848adcf2e667 0.39 MB 611 30
287,724 287,724 000000000000000123a3a1be25150116b1658f9d512c8cf985f5f1523ffcd935 0.58 MB 1,111 34
287,723 287,723 00000000000000006cc30d6596ea60f2e95a816762de70bff563bf698ab4698f 0.39 MB 612 31
287,722 287,722 000000000000000063c7523031b03a128d41e18fce3e3c630879396eba09b8bb 0.04 MB 79 40
287,721 287,721 00000000000000006458fb7e74a8fc8292174fb04ee0d94b3d3287db7e3c3e5c 0.08 MB 161 43
287,720 287,720 000000000000000053b54385aa747804901737ce3b13aa01e2f8d84478590ea7 0.14 MB 61 79
287,719 287,719 0000000000000001455deaeb48e3c8630689c1748129d23ddb6249e94de29690 0.25 MB 307 39
287,718 287,718 00000000000000002034193964bb3ce9c9e1ca4a3f3957d46464d3b3b8bb8cb2 0.05 MB 72 16
287,717 287,717 000000000000000007978c9bab31feb8ac5c2ffbf80ef09291c1283102dd80d5 0.35 MB 665 39
287,716 287,716 00000000000000011fee3d5f268bc199f12740c1ec8bcc73320979922e0847c3 0.50 MB 566 44
287,715 287,715 000000000000000103f95abb87e0f6bc9c214b9862ac5e3ec642886b0b81f5cf 0.35 MB 851 89
287,714 287,714 00000000000000000e991ade07a2113c79bd37383fe62f1f6a2071732d181065 0.10 MB 204 23
287,713 287,713 00000000000000002f9f4c34f03e3ae41204d3e18b635b9614ff0d803448bdfb 0.15 MB 157 18
287,712 287,712 000000000000000141c9f8ef7b6da1b643f277b8b6781c98126e85bd2af5847c 0.60 MB 689 29
287,711 287,711 00000000000000014bc20b5e9d5d1ac83689a78b037595587531397218a7ae9a 0.50 MB 883 37
287,710 287,710 00000000000000001cfc62495ebb8a874aa91d355d905ebad9326272bdd4e5a0 0.35 MB 442 33
287,709 287,709 0000000000000000f4e4bfcff797e0b2abab0cdba2def63577540bcfac2045ca 0.35 MB 541 24
287,708 287,708 0000000000000000b707ce9c6be438a7efb42fb4af7868c836d01d5101651ca1 0.39 MB 656 35
Previous 10 blocks ↓
Total Size: 769.08 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,628.27 GB sent, 93.32 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.