Memory Pool Memory Pool Refreshing

222 transactions
0.06 vMB
Show Random Selection Loading Transactions
Max Size: 0/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,799 00000000000000000002349e0000000000000000000000000000000000000000 0.05 vMB 210 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,798 (696,006 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
211,792 211,792 000000000000039e8b04304388b96b8c9b58bb2d4a8726d0c6bad5c4d8203bc1 0.36 MB 707 123
211,791 211,791 0000000000000404188f8d0f63d4ee917c86abd2041911eef164da0cb7b33971 0.00 MB 11 38
211,790 211,790 00000000000002dbcd72dcc3a8fbba5feafdf7d7c60ceffa11590beb047211ca 0.05 MB 139 2,167
211,789 211,789 00000000000002c6fd762e3ca2eae93cb482376c502c3cf0b7191a120b24bff3 0.00 MB 11 3
211,788 211,788 0000000000000283bb006145cd285ff7a6c5fa3d9a080e8acaf1f1da0e0c9102 0.20 MB 541 248
211,787 211,787 0000000000000064a2a3c6419d4c93a57ce438f36305f1c82a7c2b49b7ffc712 0.18 MB 438 206
211,786 211,786 00000000000002403cc886acf0d59067180ec0a3df7580549269887ab8c5ed15 0.10 MB 106 111
211,785 211,785 000000000000007efdb4a4cd3ca441a75fc5a65b2eab1c81dbb30cad3d8e89a7 0.00 MB 12 155
211,784 211,784 00000000000002cdcf3c7f530824a039453e4e28dc9694abb012ed3f5b9f8bd5 0.05 MB 130 122
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
Previous 10 blocks ↓
Total Size: 769.16 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.76 GB sent, 93.70 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.