Memory Pool Memory Pool Refreshing

3,076 transactions
1.32 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,568 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (320,139 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
587,730 587,730 00000000000000000012383c631ee4915e3185e4c3fcca68188865d352af74c8 1.24 MB 2,946 46
587,729 587,729 00000000000000000012b99d662c25a4e6bc99b16d9b9651cd4cce135397e30c 1.25 MB 3,154 42
587,728 587,728 000000000000000000058cad56652122fb7ea12ad8b9f6005f25c8cf324a2410 1.29 MB 3,017 52
587,727 587,727 0000000000000000000cdb26018c917d5073b00e69bd3be9dab1b351e840cdb5 0.13 MB 365 44
587,726 587,726 0000000000000000000fedf6835832606d167a3b8cef013c1fd6e6ada1378c65 0.63 MB 1,592 27
587,725 587,725 00000000000000000002b165564e4754bb1850d987e960fba29de1ab8b3f2900 1.15 MB 3,406 25
587,724 587,724 0000000000000000000c7e8b00aea592e6c1bee3334f7ca2069eb606b3efa085 1.16 MB 3,356 20
587,723 587,723 000000000000000000089b18d8c211912a78d2590134940bbd3f0ac1a51a21b7 1.14 MB 2,759 23
587,722 587,722 0000000000000000000659f3982fac1c83a843acaa1ec618711023b9ec8882c3 1.26 MB 3,357 54
587,721 587,721 00000000000000000007b8dd6cb282a810580b8e8bf33d3086adf1ff954310f0 0.90 MB 2,227 4
587,720 587,720 000000000000000000176442081240a64ec3dba973c9cafd410138a2a406e61e 1.18 MB 2,992 34
587,719 587,719 000000000000000000082988a0bcabd099b593346768e19786aa3714e3607fc4 1.09 MB 2,752 19
587,718 587,718 0000000000000000001ddae593c9587a219953857ce268947f4ec2f3a3a24aa8 1.14 MB 2,850 27
587,717 587,717 000000000000000000197b99e5b5c5f11427c0fe88996a78c3cafdad663b969d 1.14 MB 2,209 30
587,716 587,716 0000000000000000000f9ff222343d6a56924de70a679e7e94c6bae18fb9987b 1.19 MB 2,506 24
587,715 587,715 0000000000000000000e4a7b0750f069e35c096449d5967e4a7aaaa17b497bd3 1.24 MB 3,090 46
587,714 587,714 0000000000000000000f87f67f81ab8039c9a095bbfdb8ef175b1ec2cd89f6e1 1.45 MB 1,704 29
587,713 587,713 000000000000000000122209110b0797b4b369319748c1df39710417d0abe6b4 1.36 MB 3,092 31
587,712 587,712 00000000000000000019c2b980632bf5269a0e7b5c92a36057419a8b05946ea3 1.31 MB 2,896 59
587,711 587,711 00000000000000000012d2039f4747cfaae44f108ddcaec052ec6c00e31f91be 1.59 MB 3,076 77
587,710 587,710 000000000000000000058a0f04a765f364807d466b28697ac833dbbde7f1d4d5 0.74 MB 1,894 25
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.59 GB sent, 94.42 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.