Memory Pool Memory Pool Refreshing

17,405 transactions
5.61 vMB
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (706,427 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
201,292 201,292 00000000000001547d0bd0cdca72bcc388263e604ce777f634e6ba44c26dcc2e 0.20 MB 300 99
201,291 201,291 00000000000003ec6e306adcd6f7d4266b88262cbc8f38258bd1d5b11425cfc2 0.01 MB 12 58
201,290 201,290 0000000000000577ac3489c296475d3b4ebcea8ca03cc7802547523921cbcf14 0.02 MB 53 100
201,289 201,289 000000000000045c61eddd19dcb2f43ec7c75cba6a20c1f166f4aa5c366c27ad 0.13 MB 220 174
201,288 201,288 000000000000012dc5ec4a2e4b4fca3f72946de30d73db241cc8bcb5d45cda79 0.10 MB 103 73
201,287 201,287 0000000000000341a9c8a4f050fe3273edd0a602ecb9b94377c5c1c54185358a 0.11 MB 229 94
201,286 201,286 00000000000005cbac4729863520767efc50c505fe2743d5d8abb016683388e3 0.09 MB 147 167
201,285 201,285 000000000000014125fedb75009ba81c07ac3e4c1481ffb9a4f9ee02d4178a7a 0.00 MB 11 21
201,284 201,284 000000000000002b19e8910061b7d5f329a55ae4e8da9cdf92430e40299d6c1c 0.01 MB 19 83
201,283 201,283 000000000000048dd28b2f9410fbaba2c320b2b3829361cf0df55ace2af8a6a0 0.09 MB 154 114
201,282 201,282 000000000000041295f9ff30489f39400135f6e50807c199b9421d6af3dc0f9b 0.03 MB 35 62
201,281 201,281 000000000000031394f3e3c6859f1c5a6b622a82b3e7a7bb2e452d234db027cf 0.05 MB 137 168
201,280 201,280 00000000000003accf21e892ec9ef13a982ccc683984e50725974b74e48bfe53 0.06 MB 113 268
201,279 201,279 000000000000017382ed5d1569acd4dcb1d2acb9de573ac016f4b8b855e72f67 0.06 MB 69 58
201,278 201,278 0000000000000201e6cefa500b477d2bc589761fa96f0936c436d7766ecf1986 0.05 MB 141 246
201,277 201,277 000000000000057ba2d9408edf2860b451cebeb88d83af997d65c36dc65a399b 0.09 MB 164 90
201,276 201,276 00000000000004b2a5b107c830dc24becd68b93cac6dad9d38fe940a12f5e33f 0.12 MB 222 111
201,275 201,275 00000000000003cbee538cd690a08d7d5fc336f40047bde59bac438e129ce12f 0.01 MB 32 0
201,274 201,274 000000000000054cb5bd2ed69dc7d59091d4de42468d6afbb5d2a5ee6a56cb9e 0.05 MB 111 134
201,273 201,273 00000000000005965002a306c9d3ab058b09d6d93c94d9da694d74a15a80d3dc 0.01 MB 10 24
201,272 201,272 000000000000053dfe2ea7630f6e09ff24983ba5beb18b958b61263f1e176b55 0.08 MB 190 117
Previous 10 blocks ↓
Total Size: 769.02 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,624.19 GB sent, 92.99 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.