Memory Pool Memory Pool Refreshing

9,823 transactions
3.01 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,864 (674,736 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
233,128 233,128 00000000000001de82c6a2550a3d937cfb6bb05d071d889db3f616ff807ea408 0.13 MB 333 186
233,127 233,127 00000000000000f066823e492a6aa71f8c63211a9a1e1e6c8dd030f3ab9b9513 0.15 MB 306 159
233,126 233,126 000000000000008b042b8507e163f1f7c21f6b9671209d7ef8c984d1696babd0 0.06 MB 101 157
233,125 233,125 00000000000000472c6dec794e6db8181c896a0a932e5754921e21c68b5d5135 0.12 MB 265 187
233,124 233,124 0000000000000021598ca5162c427b5af8deec1d4c2983b5366aa408b0326a36 0.23 MB 453 110
233,123 233,123 0000000000000084cb6f4c62e172fe88b7f9e8864de80e01a66edb5ec25ead43 0.11 MB 235 164
233,122 233,122 0000000000000132b6a5019e6c4bebaf0ce6d7108e42d2e937bf34da879d6808 0.15 MB 234 106
233,121 233,121 00000000000000ff94285ccae606efa75907e2e86a59b62ab7b9afa486ee8d9a 0.20 MB 422 141
233,120 233,120 00000000000000160f5f999b56f26425b029b2e1dcee0504916333604088c9bf 0.29 MB 722 184
233,119 233,119 0000000000000151ab85c6dbb6cb3cbc95935b126a5b980fcf6d9de77d139804 0.11 MB 73 61
233,118 233,118 00000000000000a147f0a52c7cff2d80f9dffff446dad3127f05938ace83ab3e 0.25 MB 623 203
233,117 233,117 00000000000000b38490f9fdae1dbcc6cf4ea36fa37efaabf216dc46a52ca0c9 0.25 MB 341 87
233,116 233,116 00000000000000ce93ead4e56f14fb295a8b589ea5edae48eca04e3a2e60cb16 0.20 MB 400 164
233,115 233,115 00000000000001542d5c5abe3c5bf8d49f4c7018fe4e1fdb99a5e7543a28b7df 0.28 MB 611 169
233,114 233,114 00000000000000131c704f7e0e43035657698a83f7916316453799b02e9dc7c4 0.21 MB 413 209
233,113 233,113 00000000000000611792ddeb368c4694160bf30ad56296a0b66cdd85545d1fee 0.25 MB 504 160
233,112 233,112 000000000000002e35a02f66953def9556585e058af2b18b169bc932629c2ef0 0.25 MB 759 218
233,111 233,111 000000000000008336763a22de12771675581ea0c44c7562f7527cf9c86bed6a 0.01 MB 32 164
233,110 233,110 0000000000000163d5841269aded76fcafda1637e348d8e4da1bf0791ebf61eb 0.25 MB 276 60
233,109 233,109 000000000000005d8dbb59680bb0367a1401fd91a0f2d6a382924fb6bffdfb3a 0.25 MB 681 181
233,108 233,108 000000000000013d7db6a944b82d5061d9cc10517407610e6a357f05528a1735 0.00 MB 10 974
Previous 10 blocks ↓
Total Size: 769.29 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,642.49 GB sent, 94.38 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.