Memory Pool Memory Pool Refreshing

4,624 transactions
2.94 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,127 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (591,662 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
316,128 316,128 000000000000000015a7037571fac89bae5dd37c22bc06523ef41f588a2e6d49 0.28 MB 273 19
316,127 316,127 0000000000000000111a4e99f8b2308764e2fa91018eae2e67ac975985e80c4d 0.19 MB 512 41
316,126 316,126 00000000000000000ba76f2b8c1d38434cb673446088eea2211f360c96f00763 0.15 MB 274 19
316,125 316,125 00000000000000001c03d03270e4b5ff58f6c78f645720fa374d7e402e602c7a 0.01 MB 35 49
316,124 316,124 00000000000000002eb1ba4e4c4d4ad9ba051d32bab9a67e940a7d86686f3a9b 0.19 MB 345 28
316,123 316,123 00000000000000002013736cb8f5fa1eae9c9c4e003a821e46c1e1a96e7c5655 0.17 MB 267 18
Previous 10 blocks ↓
Total Size: 769.17 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,633.41 GB sent, 93.80 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.