Memory Pool Memory Pool Refreshing

7,025 transactions
2.33 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,844 (659,960 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
247,884 247,884 00000000000000380c13c7613a5c17027f25558d8755b9ec45451d58c1f59058 0.05 MB 105 240
247,883 247,883 0000000000000083c877590d8380552e6af9c066ea998f87d7de257cd1943c36 0.16 MB 199 112
247,882 247,882 000000000000009442def6ea5b4b64acd472a907d8d281435c083dcdd2be1baf 0.10 MB 218 130
247,881 247,881 0000000000000010ab1afe0baf7359e4a998ceeecce867fb583c91693397db8b 0.06 MB 143 156
247,880 247,880 00000000000000627a9bd9b24dc245deb7fb3dc727fd8c8d4ddb9f7711ec2b95 0.09 MB 227 87
247,879 247,879 000000000000006a02f43203d5524645e6e65121f7ce073e17e289e729730e02 0.04 MB 100 175
247,878 247,878 000000000000001d9bae1fd83b99187a0d6f80726ea5350e689ca949e9926b84 0.08 MB 128 23
247,877 247,877 00000000000000185c4f292dbd8da085b19cf1082689a917cd0f620cc999893f 0.04 MB 64 74
247,876 247,876 0000000000000060033844f97e21f3ac0b59af82e131707479377698f2f5d3cc 0.11 MB 257 126
247,875 247,875 00000000000000512a5346808b53715206e5f4d53324a142ae454e8476693f19 0.03 MB 64 25
247,874 247,874 000000000000004e5d9af2811a7343f61dc47e536af47ad4183778fc5058e909 0.18 MB 451 110
247,873 247,873 000000000000001266efa83be177c3f197807d6f77608ef06c730e99a1a07c26 0.08 MB 165 118
247,872 247,872 000000000000004e31ddc5fc6b30e3991084ab247c6268afbf4876db933af34f 0.04 MB 96 155
247,871 247,871 000000000000005f249b429c2e69ee66d6e2f8f4ba48d98688de426b39b81c08 0.02 MB 34 50
247,870 247,870 00000000000000012927e646a370e8a6515fa597ce9fd70ce8cb04cde6e5def6 0.14 MB 312 149
247,869 247,869 00000000000000a080743ba12f783dc4da00ca3a1023ae176307874333d8a339 0.16 MB 367 118
247,868 247,868 0000000000000064ffd81979115d4fd05c75f7ac3d9a55c83372f7570ae8f0c0 0.13 MB 283 121
247,867 247,867 0000000000000078f9651d6fad61c695aceb59638a3ecfd3e8c798e0289a2c20 0.03 MB 37 52
247,866 247,866 000000000000009c5d6ea6544b098603b31c7f59f2c2abfe8c31c94bcb280755 0.09 MB 153 124
247,865 247,865 000000000000006a70bcee189b0357d4114ef885f3c943218d1772f4cf759093 0.14 MB 316 163
247,864 247,864 00000000000000532f826a7067415f93c47c529614ec66ee51288d4e0c3b7f2d 0.16 MB 398 182
Previous 10 blocks ↓
Total Size: 769.25 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,635.16 GB sent, 94.18 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.