Memory Pool Memory Pool Refreshing

12,289 transactions
4.18 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,730 (591,581 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
316,149 316,149 0000000000000000073e7ed03ae5e0e24a64a2777995783795364b48aeae47ba 0.59 MB 1,171 30
316,148 316,148 000000000000000025e65085b6cc6f5b1aad367f8c0ba48d0eda0b83b033c7fe 0.09 MB 158 25
316,147 316,147 00000000000000000e4a9c639fc16832aad84e2e50696bac0f887c63d62234e9 0.21 MB 349 24
316,146 316,146 00000000000000002b4af2edf1bfc534503930c3866b90e4ebe21723cf18c10d 0.23 MB 358 23
316,145 316,145 0000000000000000218815aee19444f572305a26295d603d770b96b526bb3680 0.20 MB 333 26
316,144 316,144 00000000000000002b197459048d4f92ff3f994292b1399fa8c8bc35f1390fee 0.29 MB 609 30
316,143 316,143 0000000000000000320d16a0de7e9f00cc4a030652bedfc8c89b5c600077feb8 0.35 MB 658 32
316,142 316,142 000000000000000018bd5713993444ab3f38eb8860810415b59ec6cfa0edb767 0.12 MB 278 30
316,141 316,141 000000000000000021c2d7f722898e065fcbb8e68dab5a7f70a29f210f84518c 0.33 MB 531 26
316,140 316,140 0000000000000000095556ba7edbd108bdd7a4758db9e48f6d1184e35bba41ea 0.03 MB 63 30
316,139 316,139 00000000000000000ad9b88abf8b2266b128186a4d1f1e151f3e58ef87740c03 0.26 MB 548 32
316,138 316,138 00000000000000002c4f6d4fa3736506a9c5cf13d1a362317a2b33c3ecd3d09f 0.25 MB 493 27
316,137 316,137 00000000000000002b9fb1dcebd067bdb941d2196b9c744973e3e0798a717408 0.27 MB 527 28
316,136 316,136 00000000000000001b66f72c064be457add4b8ca16d44328bfa05c7c2a10b9db 0.33 MB 673 27
316,135 316,135 0000000000000000185742db0e399ed74bd6639ebbe7fa728cb1485302e197a2 0.60 MB 1,236 30
316,134 316,134 0000000000000000098e27875637134b3c8d41d5356390bc2f9e9012b57fb29e 0.06 MB 115 26
316,133 316,133 0000000000000000103935b1851a321ef56f6e47f72794637a125ca65a0b8ab7 0.19 MB 360 28
316,132 316,132 0000000000000000159887bb8e07d84281bc935a95e088fa1c9d88bb4c7871ad 0.14 MB 230 21
316,131 316,131 00000000000000000be9317a61d62de661e67fad9cc7340c88d23e7b21fc865f 0.21 MB 484 30
316,130 316,130 000000000000000024af4ff1e96e3d8aa535d041ed39a6bd9bb3870d05032704 0.31 MB 636 30
316,129 316,129 000000000000000008db73afdc251e5e2c9b5953e0178593e4e19aea2404cf73 0.19 MB 318 25
Previous 10 blocks ↓
Total Size: 769.04 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,626.88 GB sent, 93.09 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.