Memory Pool Memory Pool Refreshing

4,309 transactions
2.68 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,296 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (732,602 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
175,199 175,199 00000000000005934e36a71469a4ec6f8e818d630103281fd5af75d9fa8d4d70 0.05 MB 90 252
175,198 175,198 00000000000004a66c7119858667253a87c980e6b95163346c1b632a44114b56 0.05 MB 158 50
175,197 175,197 0000000000000524d4c6ac1a4bf57b5867e94a75300cbf778cb80814927c5f6e 0.01 MB 27 1
175,196 175,196 000000000000023a13349c37d366bd21e4e68047d3f55bcf28a21a02bedf7d70 0.03 MB 83 14
175,195 175,195 000000000000015139b71ccc86da95efcb66dfaf67e207e17505e073d09f4dff 0.05 MB 126 72
175,194 175,194 00000000000004d6bf418f4caa452f0ea91984b6a7c03da8f5d08d1954d77179 0.00 MB 13 54
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
Previous 10 blocks ↓
Total Size: 769.17 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,632.86 GB sent, 93.74 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.