Memory Pool Memory Pool Refreshing

9,295 transactions
4.11 vMB
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (695,940 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
211,783 211,783 00000000000002a4cd4278cc96273d3b767c92fa80b6205eb666e1690b57aeab 0.13 MB 289 197
211,782 211,782 0000000000000238f35c96120fc8d6556a4bd6fd57371d178862fa4c85533a26 0.00 MB 7 152
211,781 211,781 000000000000049131f5aeaf385d61901d0981a2ebd330e012b6891592286eb0 0.09 MB 257 244
211,780 211,780 00000000000000499fa7a44d1c134befe26f5ebef7acc5c9e6ea639fdeaabfa6 0.12 MB 203 183
211,779 211,779 00000000000001d6ad1db65a557f34b80abf387360971773104dd440684cf737 0.24 MB 498 395
211,778 211,778 000000000000003e53e3732d8c874a33f2942e3ac67d2a737733b17881714dd7 0.02 MB 45 190
211,777 211,777 000000000000005b82ff3e71a3bd5b53a86b87be46586e96cefb11ccc51dbc87 0.20 MB 371 110
211,776 211,776 00000000000002b8a7eb0d2ed868a8579886e2739f9a657d8cda52013e70e67e 0.25 MB 746 276
211,775 211,775 00000000000003b6af7f9525f6d555d1108a61c30fbd2a77d584ce06ef232396 0.07 MB 164 193
211,774 211,774 0000000000000267aa9ebe6d3ffdcc60c2d18f9acef375ca7190f2c020a6efb6 0.04 MB 116 242
211,773 211,773 00000000000002fd1264cea657c2c025375a8bcf0da2703ae522122679677cb8 0.02 MB 50 171
211,772 211,772 00000000000004a51296429a1597ec1f3f1333dafd6eae587b50ccf786e3507e 0.01 MB 26 26
211,771 211,771 000000000000030a36429ba6d91f9a3ea5ae9a068939c4e93777ffc172affedb 0.01 MB 37 149
211,770 211,770 000000000000039a3ccb603507fae6223da12945a85d61be373f939aed42969c 0.03 MB 80 349
211,769 211,769 0000000000000276c0819ccef2984671034ee43e28e09a9d84f6f4639c6a52d1 0.15 MB 381 190
211,768 211,768 00000000000004eea3ac0c3ab838ada0a26855deabade8413c46acbf068d0a4e 0.01 MB 15 406
211,767 211,767 00000000000002099f2f6c07e1b4280811e1bd4b02b6ddbd6f9b77bc2164e586 0.15 MB 375 221
211,766 211,766 000000000000025542e48f83ad4508eedafc8094cced6a3b62a4be4ee9e253d9 0.01 MB 19 108
211,765 211,765 00000000000001f9f258264a604f8ac57851736247fabb612c67bd072a228c1e 0.20 MB 271 26
211,764 211,764 000000000000027510102616c5ae0e32505944552a2bcf538cb0fa90829773b6 0.19 MB 481 191
211,763 211,763 000000000000020af2087c258daa165faf68c952c77f018014a98ead688e1efe 0.00 MB 8 168
Previous 10 blocks ↓
Total Size: 769.03 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,624.98 GB sent, 93.01 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.