Memory Pool Memory Pool Refreshing

430 transactions (0.19 vMB)
  • 1 sats/vbyte = (18 blocks)
  • 2 sats/vbyte = (7 blocks)
  • 5 sats/vbyte = (5 blocks)
  • 7 sats/vbyte = (3 blocks)
  • 8 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,953 00000000000000000002349e0000000000000000000000000000000000000000 0.18 vMB 405 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,952 (858,772 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
50,180 50,180 000000000ff604cf5ab4e00a2e70b2d26d1a98bef2e1e707b65aab32bb015ece 0.00 MB 1 0
50,179 50,179 00000000010a57eb4d8c7ac70140d96bb0dd7ffd1740d75cd4a4e82a25995706 0.00 MB 1 0
50,178 50,178 0000000027fbf59c0de5c7cdfaf39374c7fcfb7edf2f7fd8021761ba5ca840b3 0.00 MB 1 0
50,177 50,177 000000000539416459d031c57a1fcf8b269cdd94c406f589525faa2b75f31c53 0.00 MB 1 0
50,176 50,176 0000000023a5e56303690f5c0743e47bacf5f61cb39b414b8a3e637bd2009935 0.00 MB 2 0
50,175 50,175 000000000a96a6bb3bfef7c5967e0ec9eb5b00682f4b3e69d195d4727cd6d1da 0.00 MB 1 0
50,174 50,174 00000000124ad32eea1bc57478053e24213703cb9db4d77410176a5298a12dba 0.00 MB 1 0
50,173 50,173 00000000041d3c7f3c2c4abb153f1466bf767e84041b75fac995a1eb059245f7 0.00 MB 1 0
50,172 50,172 000000001023d59fcc1b48d8adcd0b28733dd5e9a5e9a2b1d69ac708ba614142 0.00 MB 1 0
50,171 50,171 00000000124020a1b45b487dd8967bd1cd22458a1ab060625109bb748821dc1b 0.00 MB 1 0
50,170 50,170 000000000e2deaa14f8905459aae03ad3b006877281c58a08552243195d29d90 0.00 MB 1 0
50,169 50,169 0000000023dd146acea4ef81c7171f8a3906eb0ac3886762fd3ee8183d018d3a 0.00 MB 1 0
50,168 50,168 000000001cc29a284cb79f2a772b1f4fb5fdb92bb9f8485ee4cbe6e3fd33672f 0.00 MB 1 0
50,167 50,167 0000000019bf4f3c72fe8b349f8f3d1b399f857c479a3076eac9cd3413f916a1 0.00 MB 1 0
50,166 50,166 000000001bc97c4bf068d9b95bd35bbbf35ffab8c2910f3dc9d1fd5fcd37323b 0.00 MB 1 0
50,165 50,165 000000001d2685ab96ee0db4e510b3009af7d69a3c5d9f57db1e3081b42dc146 0.00 MB 1 0
50,164 50,164 000000001f65a34796d37174a980684b7240181a5ba01c2cbf76349a6aefd5ca 0.00 MB 1 0
50,163 50,163 00000000097b39f25e0f7bc3a6bb68218d9ce5aac2ed72124f3cbd87c4295d85 0.00 MB 1 0
50,162 50,162 0000000013c3158c99976b96cb28fa6122b77d90dd2a3580b6451d5003888fc0 0.00 MB 1 0
50,161 50,161 000000000d22aaea06f1f9487964a15f6599ffc12056fec74542169956f2e33e 0.00 MB 3 0
50,160 50,160 00000000299641925732beb01e3846e5e95942a2feb6d2e8161222cfeb568279 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.46 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,866.14 GB sent, 104.66 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.