Memory Pool Memory Pool Refreshing

3,494 transactions
1.39 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,873 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,693 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,872 (632,961 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
274,911 274,911 00000000000000038848734c4263766badd7ca0bcf89253df46bd20aee69b33e 0.25 MB 649 70
274,910 274,910 000000000000000065eb7f87863356dc312f63616f0b75f8fd653d7a79143a8f 0.03 MB 20 15
274,909 274,909 0000000000000004025e08a69ea9e85206f65a798423d9b322ed2e24449cae92 0.20 MB 386 40
274,908 274,908 00000000000000040e4c97bace0df699cabdf5ef68dce31ed62a07fdcb576e6b 0.23 MB 463 39
274,907 274,907 00000000000000038bb99ebc31d5a752d72b30bef3931d65aec1d1124a95b96b 0.05 MB 28 7
274,906 274,906 00000000000000047ccfe20458382ff79f0c7e2aa3506c31aae3c63a4be6cb4e 0.15 MB 78 11
274,905 274,905 000000000000000069955e00c4f1c28709f04a6efd16c1f135edc357b5074c94 0.25 MB 801 43
274,904 274,904 000000000000000382f354cc992803f83065900390289fd0ec70f8439215c2c5 0.14 MB 460 40
274,903 274,903 0000000000000003555a852baffd299ff44a5298168766322c6fe13f7d0456c3 0.19 MB 563 59
274,902 274,902 000000000000000421dcf787cad94b8040ce1c9b37e1093213bba7f98a73ae6f 0.25 MB 499 39
274,901 274,901 00000000000000043a26ebefe352aca51bd4223ee08cd12c1b04cad9fffd15b7 0.05 MB 15 3
274,900 274,900 0000000000000001541cf9dae3511acbad1164e98f15131f2131748e76b59b8c 0.13 MB 111 11
274,899 274,899 00000000000000007f8937f9f599efd74230b432b42d33925011b1d6aa7a1b57 0.46 MB 1,114 47
274,898 274,898 0000000000000002d27555e08c50c521c577574e9b2bb34332f28cf7c5a52354 0.35 MB 101 1
274,897 274,897 0000000000000000dca39bdb3350c798f9f215a6a03ec546fe48dc080ce61b30 0.23 MB 448 42
274,896 274,896 000000000000000109425eb1542911b8c5a151d06eeb8f9d8e0d4a8d5256d2f2 0.03 MB 26 71
274,895 274,895 0000000000000001ee02c3ef23c668dbcf9bf4d7bdbc7a5091843d32eaebbb19 0.00 MB 4 14
274,894 274,894 000000000000000065709a9a4aaeea6108f0c288af277b0cc1826c7e8ea908cc 0.02 MB 48 46
274,893 274,893 000000000000000367335c8d08efc6de92a5328ab4a900bc28530f2b3429c75d 0.06 MB 27 16
274,892 274,892 00000000000000016915aa87c8bb8d6d4fc8045da45ec08ac04869bbd48da5f0 0.17 MB 263 34
274,891 274,891 000000000000000294cc9d0ea2b2f6f7491a4eaeb37512b4186562420b11bcfe 0.24 MB 459 47
Previous 10 blocks ↓
Total Size: 769.30 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,642.72 GB sent, 94.45 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.