Memory Pool Memory Pool Refreshing

9,290 transactions
3.06 vMB
Show Random Selection Loading Transactions
Max Size: 18/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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,849 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (732,504 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
175,193 175,193 000000000000032452ec84ca0ea9602bbd9965662739941e0cef6b0476077aa5 0.02 MB 46 26
175,192 175,192 000000000000006a611f6fb1c92d70fb93d9af040b672a8902983e64ef44f5d9 0.00 MB 8 16
175,191 175,191 00000000000006c8b6df2df21bea61ae4180b552cb700738ef73a262c1374e44 0.01 MB 42 141
175,190 175,190 0000000000000310321d3f7a3f1cb54e1ce50b1e5eaa168ef1aa291a2c083d59 0.03 MB 67 49
175,189 175,189 0000000000000073dd632d7ef0076008d324c8b496d116e266e597533551a2d3 0.11 MB 90 714
175,188 175,188 00000000000004994c5e12ea7ae0b44ca7049b163543f60ee879ee7cb7f4f060 0.05 MB 136 126
175,187 175,187 00000000000002c3bef1e0b7a0a43fef210738ca7305a758266a81b7cb0473ad 0.03 MB 57 40
175,186 175,186 0000000000000993f8656d24f6ab728a6aa48c390dde82c62e27668534cf7983 0.05 MB 160 232
175,185 175,185 000000000000034050c60b8fcdf6ccd331aa4993b24166b162a8b4353de550f5 0.04 MB 63 79
175,184 175,184 000000000000097c36e8aabf5fb94c2d4a32127174ebaa1de209d54c6eff344f 0.03 MB 73 31
175,183 175,183 00000000000004c9c29225b11b3ec75294d201613046fad170848d919c61f279 0.03 MB 45 43
175,182 175,182 000000000000034b184f123a60c02e5873dc722f17cc5b0b7cdfc3a0447bc1c2 0.00 MB 10 0
175,181 175,181 0000000000000482b50d70154d9860b142dc9ff0873b84a8409810ba008f6965 0.04 MB 66 93
175,180 175,180 00000000000006c9593be14027006b0b70c3c4da4f29d9fed9ab6b20ba08fcde 0.01 MB 27 42
175,179 175,179 00000000000005f6003b79ae42fb92e3c7cf0803ba78cb8c836505781c8c0714 0.02 MB 53 46
175,178 175,178 00000000000006f5ee73cc0e25c9999c2fa8cc9d2ef26ec1f01bc65bca3807c0 0.04 MB 115 102
175,177 175,177 0000000000000674dad4071625389a05e33f699dfa7673ae86f38e75bc3c6115 0.01 MB 27 39
175,176 175,176 00000000000001825e356382043919f76fc9ce219d2ef8b7d149d4cbf25ba972 0.01 MB 31 163
175,175 175,175 00000000000000232c7dd1280e884ef276bbadfab784efa10f3004475808308a 0.00 MB 6 0
175,174 175,174 00000000000004746c019bef4e44619faefeb734e5dab5dd5838477affdbe7ee 0.00 MB 12 51
175,173 175,173 0000000000000628e234444ba7bc27e8d53144c31cb5c454b5c58c1265d70a62 0.03 MB 95 127
Previous 10 blocks ↓
Total Size: 768.98 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,616.46 GB sent, 92.72 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.