Memory Pool Memory Pool Refreshing

24 transactions
0.00 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,766 00000000000000000002349e0000000000000000000000000000000000000000 0.00 vMB 21 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,765 (672,975 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
234,790 234,790 00000000000000e6284355a9c1415d3bfab9b8b50e33b8c605d2ecf6b616b307 0.20 MB 574 135
234,789 234,789 000000000000007bec771e467fb15a807845a869ed64295e4345d907f6452965 0.21 MB 396 145
234,788 234,788 000000000000004ebd5b4e09535a651f5ea80fdd96ac848426c959d66b637e68 0.27 MB 497 130
234,787 234,787 000000000000003f7d4c37025ecc16d2352436a0287365f71785b31e5d0ef02b 0.27 MB 598 144
234,786 234,786 000000000000016ed6f1b35cedd4b8defded58ae138b5687b80a96097ac7c550 0.04 MB 57 130
234,785 234,785 0000000000000171607a6319fd383f19df709a8358fc6f5daa7820ba7fb7fdeb 0.27 MB 374 124
234,784 234,784 00000000000001991d458f77f5d3fe3678a9aedd4b91559152753bea23474c61 0.23 MB 310 112
234,783 234,783 00000000000001424c0f179560b3cf1c07b4803bc5dd500cd370eb937e376fc9 0.06 MB 126 123
234,782 234,782 00000000000000b84543e1214a87c8081dc6aa318d86adb95d258aa5b60ad455 0.12 MB 260 147
234,781 234,781 0000000000000188553ecbba9114ebfc513abba33dfccbfc6291f8fa2edf5abc 0.00 MB 5 87
234,780 234,780 0000000000000153f5ca63ade3db69ea3d79595d0ad077265f8310ce222e0ff3 0.08 MB 170 203
234,779 234,779 000000000000019927846c3f60a9923afd185652e1892bce9a5b629a7d22d7d1 0.04 MB 78 69
234,778 234,778 0000000000000191512108bf51d6c93fc3c9cc8f0000570db72622adabf06670 0.16 MB 436 147
234,777 234,777 0000000000000026a7af1749f0867197e303aa29e68afa6bd9704f28e51e3174 0.10 MB 186 169
234,776 234,776 00000000000000dcb6568d839b7c669e8c8db566e8da08bf8a03bec59c9309a3 0.07 MB 151 107
234,775 234,775 0000000000000160c9e65d6d3af0475712bd757c140060576b42d640112d7fa2 0.16 MB 363 150
234,774 234,774 0000000000000156ba84504bfdc0b8dda5ae682593e8a600b5fef438f4fcc0ea 0.23 MB 512 163
234,773 234,773 00000000000000f214da737db6fd942a6164c9b7cc2bac082ed80748e02e0be6 0.23 MB 448 95
234,772 234,772 00000000000001782b3d1c57bbdc42aff4bf3a1ead7ed23a2038988238373c1f 0.07 MB 132 146
234,771 234,771 000000000000019d9b58aa6cf52883b0b09f9a08486f0012ddc5a4e68592e4a6 0.02 MB 37 123
234,770 234,770 000000000000012600b4786587447ef44f8d9fe47ea8ba6a3e1b41081c92c7ff 0.06 MB 123 96
Previous 10 blocks ↓
Total Size: 769.10 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,628.92 GB sent, 93.40 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.