Memory Pool Memory Pool Refreshing

564 transactions
0.27 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,915 00000000000000000002349e0000000000000000000000000000000000000000 0.25 vMB 547 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,914 (720,498 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
187,416 187,416 00000000000003d5bcbd4ba655eb6a86b06739d74a5a22acd6435f12d0168b6b 0.02 MB 64 204
187,415 187,415 000000000000072bd59987c32284d5609158aebd0e340d4f6c7d78c8bda5985b 0.02 MB 32 66
187,414 187,414 0000000000000175af7e50417a61dc5829e0aa029c2756a4e20ae744bc764535 0.01 MB 18 48
187,413 187,413 00000000000002d6a2d25234e757e2d1fc2f53ebb897b362c1de5d716039c6df 0.04 MB 57 42
187,412 187,412 00000000000003c54f4188e33614d2584ab3988c3037eb220ca0692c623da22e 0.10 MB 52 47
187,411 187,411 000000000000081723a5c8d251f8fe5a2ac486a92f6b507450fe68a6308a950b 0.02 MB 64 154
187,410 187,410 00000000000004330682f0a10a61d4949beb88c8a640d321d47eaa64a67f274e 0.03 MB 79 88
187,409 187,409 00000000000006c4dc3c8e1b4daa45b56f4385d03baa96bf841fb59a8780afb4 0.07 MB 230 61
187,408 187,408 000000000000025e048cfb10efe4dd5daafbf2f09081015f3f39395d147a9052 0.05 MB 62 81
187,407 187,407 00000000000002009996dd2fbe6d6ab86479befa25c410678b72e3677ec5858e 0.05 MB 144 2
187,406 187,406 000000000000071bedf206bcfcd5d047f58d90fc6237b52d7e9b6c0bde33a1fd 0.05 MB 78 67
187,405 187,405 0000000000000214afca993a1d5469ec6c76c92e12229c6f5d31214834a0866c 0.14 MB 344 138
187,404 187,404 00000000000007b96aa0b839332074ae489ce08354bfff467905fbafb25a2a20 0.00 MB 10 30
187,403 187,403 000000000000015df048224115010a32920bfbf8f513d9a6a2b0c1810938ba15 0.00 MB 10 14
187,402 187,402 000000000000019e87f02b837c06d17bd65a62160ff9b93cdb0c950043018a4e 0.04 MB 128 230
187,401 187,401 000000000000045e04b3319d47ee3aa7e77ba282835f4eec8354835a812ec30b 0.03 MB 65 153
187,400 187,400 00000000000007525b8c2a4e04d9bd98ae8b2f385572fc1e276c8d10711b6494 0.06 MB 155 142
187,399 187,399 000000000000086b4f062d5ffb6a3a5e12e617358bc97a2227847db55f9e1d31 0.00 MB 12 59
187,398 187,398 00000000000002d0aa60db146d30d65674c82e84599ac5ae8fdbf54f57e1793b 0.05 MB 101 120
187,397 187,397 00000000000002d60321f43a46a26535159d02504be9ea754a147b611ca877d0 0.05 MB 151 103
187,396 187,396 000000000000054a819bcc36b9d9289f3f0e96dae1cfd4152dc01609d201fc7d 0.00 MB 8 15
Previous 10 blocks ↓
Total Size: 769.38 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,644.12 GB sent, 94.85 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.