Memory Pool Memory Pool Refreshing

4,445 transactions
1.27 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,752 (707,456 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
200,296 200,296 000000000000006780703d45b9bc40b8b003f6016e648bb98c6f7db3a7959eab 0.17 MB 403 148
200,295 200,295 0000000000000002911f04af16eac8356f93a739fa537b9d698751d902c05050 0.04 MB 122 88
200,294 200,294 00000000000005b4650fec700523578af72b670913ff49b7057ee0e351902979 0.05 MB 142 118
200,293 200,293 0000000000000571e5eb37aaa182b06b14cfcc43fae555ca30bcf6fd5b1a1ace 0.05 MB 153 23
200,292 200,292 00000000000001d9d65d68ef1f74394b2a964cc0976ca5aca7a6b417ad3a0999 0.18 MB 412 146
200,291 200,291 000000000000055e0f6bfbc9674e01e0245c628d2ae48ab787700b63462eb052 0.18 MB 409 146
200,290 200,290 00000000000002033ae25f35650572af450ef7b8a13500f638783de7c03be8b6 0.03 MB 66 113
200,289 200,289 00000000000001c93783f45f6f767d4a55ee457224bbeb1b4d1c38010db05113 0.02 MB 41 117
200,288 200,288 0000000000000267cb3d54fef2aa14a2b9ffc8b9d127f1c7f40f42c6ecfab189 0.06 MB 223 101
200,287 200,287 000000000000038ef3987be12df9d8e9da6ff547c92e14dcde800b8a19a88319 0.01 MB 35 122
200,286 200,286 00000000000003033f8f178f9b5fe2916d3939eda65afaf603de02cb313139d9 0.04 MB 93 123
200,285 200,285 00000000000001aaab9a7d6012e3ba6cc973dacb06a733ecf214fbfa6a4543a1 0.08 MB 86 25
200,284 200,284 00000000000002813e7fb640919b86d4348fcb971529d2dd67cb6ab0ac109c58 0.05 MB 118 151
200,283 200,283 00000000000001e652f8cfacb7da64b6ce00da8ab21eb32a6451c22de934ef29 0.10 MB 88 57
200,282 200,282 00000000000002eb7696403871b53930c07029a748a3b57a8c927e37e0857ae5 0.00 MB 8 38
200,281 200,281 000000000000044f365f781a5734ef95b7733f3a68dabccbd08a2070e55c2f1d 0.08 MB 205 189
200,280 200,280 0000000000000221e9251608fa14b3d6ec7e00f595c0e65139a5313c4ad6c29a 0.01 MB 17 104
200,279 200,279 00000000000003737b2c0c0c3431dad784e4f11258e799e8de5ac565a3614784 0.15 MB 250 91
200,278 200,278 00000000000000e838d79a13e0eaf6e5cd2ab67c3d3a2ec76f565492798e881d 0.06 MB 174 180
200,277 200,277 00000000000004574cab2aa5b6d61efa695b190e2849c97a08a7690dfa6e36a1 0.17 MB 491 135
200,276 200,276 000000000000049bebc57a813b64450e09fc8edc59c042fafaec9ce92c4f109d 0.25 MB 318 2,772
Previous 10 blocks ↓
Total Size: 769.08 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,628.24 GB sent, 93.30 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.