Memory Pool Memory Pool Refreshing

9,361 transactions
2.79 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,714 (574 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
907,140 907,140 000000000000000000022f385ae4adaa8f03aaa879e640b7ff32c07e3e6160d4 2.12 MB 2,349 2
907,139 907,139 0000000000000000000075a3f6e5fdb1993c1ad03b3cd8e033eeacfd63316e11 1.73 MB 3,056 3
907,138 907,138 00000000000000000000ff553456e465e6a1841ba712bd7838071242bba592f9 1.55 MB 3,405 3
907,137 907,137 000000000000000000001584977e6ffc18ddca5aebe28113f817cf10d9175c30 1.61 MB 3,839 5
907,136 907,136 0000000000000000000213f257164084582e133c42741e736d8c22ecf0c2b1f1 2.96 MB 1,454 1
907,135 907,135 000000000000000000003f74ccd8a007d6dbc6e53734a51d491387a5268fa1f8 1.61 MB 3,241 4
907,134 907,134 000000000000000000014ca518f41d6769acb77e38d88f91f5fc1bdf63c4675e 2.32 MB 1,985 2
907,133 907,133 000000000000000000010e16b5773f1fe85ebab4509a68e611d2ed1af967de4a 1.67 MB 2,866 3
907,132 907,132 000000000000000000002591806596dcbebe67854f12fdb8040cc405fc77f8d4 1.56 MB 2,848 4
907,131 907,131 00000000000000000000f722d17938785a64b5d96b3078635d5900f42a0678ce 2.95 MB 1,236 1
907,130 907,130 00000000000000000000af1b6dfbac14c6b24846d53982ae4700d4351461f11e 2.74 MB 1,181 2
907,129 907,129 00000000000000000001248c4ed22fe94d477a26d1d0339d278fd204a6630268 2.49 MB 1,406 1
907,128 907,128 0000000000000000000017a6c0e64cc5526517a58befa6c119b84c09e9dc6e92 1.61 MB 3,819 4
907,127 907,127 0000000000000000000216f622345d683e9b0d811893181afccce13aa57301d7 2.04 MB 3,380 2
907,126 907,126 0000000000000000000098def2685983537e56590b16a0295f1cc92d424d6ecd 3.12 MB 637 1
907,125 907,125 00000000000000000000b76f3402be25cbb015ccb43dabd7f4970102e1f0e1cb 2.78 MB 1,384 1
907,124 907,124 0000000000000000000198ea671ce443eff2fc808419d939eb2521650db235cb 1.69 MB 3,021 4
907,123 907,123 000000000000000000018964b936cc718c0c1c82b7f0e7e4098a435c7066b64b 2.94 MB 1,438 1
907,122 907,122 00000000000000000000c1131bf4235a25969ddc6beda239e8f316644edfe67e 1.80 MB 2,161 3
907,121 907,121 0000000000000000000164fdd91b52404bc9a739677532c262673c568d5f6bc9 1.68 MB 2,516 3
907,120 907,120 00000000000000000000cfe38a9ecc63e1b217785af07046a3bd9e33d93c3e27 2.45 MB 2,175 4
Previous 10 blocks ↓
Total Size: 769.01 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,621.08 GB sent, 92.89 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.