Memory Pool Memory Pool Refreshing

2,283 transactions
0.61 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
908,634 00000000000000000002349e0000000000000000000000000000000000000000 0.60 vMB 2,283 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,633 (848,237 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
60,396 60,396 0000000009508549fcc026ada88638ef66f935f038c8448a2decf1f6a1bbe799 0.00 MB 1 0
60,395 60,395 0000000006cd100093663c62f7ae07e9a4480cfbd8dbb847998c30f85e539f53 0.00 MB 1 0
60,394 60,394 000000000a64b8abc5175d1192d96766fafcaf3b347c9a5bc5ed1d49dcfdadaa 0.00 MB 1 0
60,393 60,393 00000000018a432aa74503ee64c4f2d107996a5ccaaacb4569ebd30683566c33 0.00 MB 2 0
60,392 60,392 0000000007605ac07fedbf034a4e1df8b949a287efedee72afe72b37e3c4ef43 0.00 MB 1 0
60,391 60,391 000000000289c34a0c87b9bc6f5451c44ebefa11918f53884e7a836217fb70b8 0.00 MB 1 0
60,390 60,390 000000000978bd0012ea9544321608336b5b9593e91acaf3f405c2443bc83277 0.00 MB 1 0
60,389 60,389 000000000aaafc759018ec51e3a027cbaf84d1a058c01b1ff88083aae684acda 0.00 MB 5 0
60,388 60,388 00000000098213548eb97e665b35601ee8cbb60362196c950cdf8bb592d069c9 0.00 MB 3 0
60,387 60,387 0000000001a34fb230e71fc30011b23112792eebf92a7acadf3a98a6fb6810f9 0.00 MB 1 0
60,386 60,386 000000000b617c39357a6c449e999e36c1a45f85a82dc6de637e06a9b77e96d9 0.00 MB 1 0
60,385 60,385 000000000e20bdf74ed5c2538144c4d92a8b5135ea49cd65061415ca8c4b3bea 0.00 MB 1 0
60,384 60,384 00000000082c615b88ee0b0d188707702ba5a2da12ae9f9fc1c6adbe619d7d4c 0.00 MB 1 0
60,383 60,383 000000000d24e0bb97481d81ef48b6ccdc21a0b12a7fb5e3949c4fc09eaf7568 0.00 MB 1 0
60,382 60,382 00000000044abc9b0e9ea17d00569c18fefccb82ced3667652342e4eb2f55c48 0.00 MB 1 0
60,381 60,381 0000000009952e141feb0c35af0f8c5b9eed0fbaa5d6e0188e25c0c797128264 0.00 MB 1 0
60,380 60,380 0000000005286aed77c8aaac9479f1f57859c7c3a98fb74f9cced629cd6b78a2 0.00 MB 1 0
60,379 60,379 00000000021a74d1cbede4254dc1914ca4d619ddd510c66ced0e32ce1fb9cdae 0.00 MB 1 0
60,378 60,378 0000000006c00f388d43fca7e8016b33a19fa1003bb9dae94a4d379ffd442b54 0.00 MB 1 0
60,377 60,377 000000000caefb525419c19ebca4cb419f868f4dd5b0466d65a705514b01bbfe 0.00 MB 1 0
60,376 60,376 0000000005375b4325d81f4aa0994269724922aaac7690179cba2019ab9ea897 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.88 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,850.81 GB sent, 101.29 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.