Memory Pool Memory Pool Refreshing

13,223 transactions
4.18 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (706,490 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
201,228 201,228 00000000000003e40bb0a1e5c836fb211cdb84b4f7458a4239dc671c95ce5a33 0.04 MB 89 111
201,227 201,227 000000000000054b705b476709d29e5ff8fae55973677fecee08cd5c6a5a582d 0.03 MB 61 181
201,226 201,226 000000000000028c2a31c0d0dfc8f955169f54c2f55286990afabe1d17577054 0.09 MB 200 127
201,225 201,225 00000000000001ef23b0913f902660d163a1b5191c45924267de1e11c014dd04 0.15 MB 128 27
201,224 201,224 00000000000004496cdb925d891b3b092a3b2e59b1db22f8a62d46f6666180fb 0.09 MB 190 98
201,223 201,223 00000000000002711427169b6e0bd770a25472e62ae91d186a27ac114ed7756a 0.13 MB 221 127
201,222 201,222 00000000000005b3f69a8ea921054843ff87e19c278147df729bab04c198c459 0.03 MB 132 16
201,221 201,221 00000000000004bedb34884cf13138353c674f33560101c6d97ced4470bdc4fb 0.15 MB 175 79
201,220 201,220 000000000000042b901028ffaffc93fc67706c3bf99379fddcf2ae8442281f01 0.05 MB 141 62
201,219 201,219 000000000000042474cb2801207b98afef1666e18867d1e15ec17a6bef29c895 0.04 MB 68 48
201,218 201,218 0000000000000576226017f40ecbb4e1137720d56bd39c210610df0745384131 0.08 MB 148 82
201,217 201,217 00000000000000cfa03a8312cfe742439cedf571af669e47e98cddf2fd6cab54 0.09 MB 251 127
201,216 201,216 000000000000049d19309b722ce48636c747425de4d2b30d185574d16e6a1d4e 0.08 MB 179 116
201,215 201,215 000000000000047be9ce911cf6b9f2d1cb86698d69d274bacf4d8724ecd5c1bd 0.07 MB 126 198
201,214 201,214 00000000000003e75698fcfa5dd902d8645684493a7f938b94aaaddd962baa16 0.03 MB 86 25
201,213 201,213 000000000000026dfdf3afb230f6a658ffa643c4bcc664bb1ca97726921f5637 0.19 MB 354 118
201,212 201,212 0000000000000105060e069517c6cfb3e5520f5832a115d02536cb9e597690cb 0.25 MB 574 128
201,211 201,211 00000000000001eefcd4e4c0b8f14a0051dfb7de94b2fc4e6a186aa7f92f5ab4 0.00 MB 4 0
201,210 201,210 000000000000024f42c909a70c8065d6eb6c5c44f1d02f2514953daecd5b1654 0.11 MB 254 140
201,209 201,209 00000000000001e11f3a53d38331057c0a4ed6c54e6122e0c9654e5a07feb5ad 0.00 MB 4 0
201,208 201,208 00000000000000e42d6cebc72fa55d15773fca89e94c74efb99b86c84f46707b 0.03 MB 90 75
Previous 10 blocks ↓
Total Size: 769.02 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,622.88 GB sent, 92.96 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.