Memory Pool Memory Pool Refreshing

8,610 transactions
4.34 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,807 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,099 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,806 (33,891 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
873,915 873,915 000000000000000000004164812a6ad4b8f5893175687de794e4c9a84292b07a 1.53 MB 2,614 12
873,914 873,914 000000000000000000016bcd475933bcb8752aab7aa68caaaaaa76c2d1de737a 1.54 MB 2,102 11
873,913 873,913 00000000000000000002b1efd4747347abba13c5875ef843726f30092f39bd94 1.31 MB 1,827 7
873,912 873,912 000000000000000000027d548fafc7bc5c90d78a1c9c9b2a5ef34336204c0fd7 1.45 MB 2,450 5
873,911 873,911 0000000000000000000072f373d2bc12c9deaa7fc3af418e3839f0be28e49419 1.48 MB 2,022 6
873,910 873,910 00000000000000000001773f3bc7fcc8636ae8c54f24ad4b290a05f58e8635c9 1.18 MB 709 6
873,909 873,909 0000000000000000000088ae874012e9c99426edfe91e2957c3c98b3687af349 1.30 MB 1,501 9
873,908 873,908 00000000000000000001f2a981b79fa69726bd084fa458f50aa60794a2e6f8a4 1.29 MB 806 8
873,907 873,907 00000000000000000000379fe9023269ca636719efe73b7b96242534e35e208b 1.24 MB 1,048 9
873,906 873,906 000000000000000000012094d20a406dc39f9a4be71cce4e83be2b6655520409 1.26 MB 1,519 8
873,905 873,905 0000000000000000000041bf977c1bd170a247b9b9c4e6dd9e1ff5378e5db88c 1.66 MB 3,600 14
873,904 873,904 00000000000000000001c8069fb41f7b261fb3c385525c9a05da9cf52a7af954 0.00 MB 1 0
873,903 873,903 000000000000000000016d33b4e9224d41153e6d49201a8da322a08faa3f92a6 1.44 MB 2,199 11
873,902 873,902 00000000000000000000b0825f1534d7cfd3a6941106399e5f7582d42dde206e 1.66 MB 1,795 7
873,901 873,901 00000000000000000000016ac9673f58fd6b4716226963737be151286d202ba2 1.31 MB 1,186 8
873,900 873,900 0000000000000000000285aeabad8cee1b641d4c1dc7087dc2aa0bf63bd4899d 1.42 MB 2,092 10
873,899 873,899 0000000000000000000199acf24aad49300383b19eab422a31340a40aacd1d61 1.49 MB 2,680 8
873,898 873,898 00000000000000000002335cc021a93f4908b045ccc91a1193b3657e6e6a02de 1.30 MB 1,622 9
873,897 873,897 000000000000000000001783073f6887ed843361c0f713c1cfd9d0eb169cbc6a 1.40 MB 1,851 9
873,896 873,896 0000000000000000000066a38b62d69401f4b893af48d890c4f58adc896909e4 1.15 MB 830 8
873,895 873,895 00000000000000000000647eb9b5d0f8d5ce3c5bd0cdbb2e0d4504202a9a21fd 1.48 MB 2,723 10
Previous 10 blocks ↓
Total Size: 769.18 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,633.47 GB sent, 93.83 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.