Memory Pool Memory Pool Refreshing

8,016 transactions
5.69 vMB
Show Random Selection Loading Transactions
Max Size: 26/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
2 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
882,661 000000000000000000029a8a0000000000000000000000000000000000000000 1.00 vMB 603 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 882,660 (708,193 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
174,467 174,467 000000000000001b968bde88dd861d37218d8b51649cbcf0de12bde50537223c 0.01 MB 17 14
174,466 174,466 0000000000000089e08296736d8b6ec8d9f68e4f10d36ffc9d623eab9996a216 0.05 MB 43 46
174,465 174,465 00000000000007efeb90a22bd4d16e61a37c212bb2af8b3a2442b3000fd470f1 0.03 MB 76 63
174,464 174,464 000000000000014d1997c73968e8ef673917d4125d34e2f12a978d9993faf9c3 0.00 MB 4 0
174,463 174,463 0000000000000395c33c7ada74d949a72d0d91ef6325e6239c4d48659fe6114b 0.01 MB 19 131
174,462 174,462 00000000000006af5d8c0f010670ecb21b4c514df9af8b8f4db2f0a0759bb033 0.01 MB 29 6
174,461 174,461 00000000000000d1381293e0673f5f5de88d82e4ad7ed60a5a9ac69c047c7534 0.03 MB 42 24
174,460 174,460 000000000000065996b4e66d8d4622a6dd5d866b9b3a650464f7a979043ae634 0.07 MB 29 68
174,459 174,459 00000000000006761e79b464bbdf46284a3f457b2f1978ad98dbd3221f77a446 0.04 MB 127 25
174,458 174,458 0000000000000020f2192d858892d56e3ff6e1e179fce799208c8b860b0bcfee 0.05 MB 141 28
174,457 174,457 000000000000089ccabc5b8b243d47323426294e6e20da33decf119e5f4e0186 0.01 MB 25 288
174,456 174,456 000000000000077b63c2483b3b285b02489cff259ce044b527eb64a7e62fb691 0.00 MB 4 0
174,455 174,455 00000000000001123d25f27fdcd25ee0fbeeb53b415af710116d6a617f825b87 0.02 MB 36 35
174,454 174,454 0000000000000a453a72e5614953b5d41e96bd9aa2b5a8ac0a1b1521c277eecd 0.03 MB 52 74
174,453 174,453 00000000000003a78845337395159d2009d350e5590f91670d91b01f8e85e313 0.11 MB 22 56
174,452 174,452 0000000000000613656db1d99737320bb31234ddce828a33ab8cfcbfadfd6611 0.05 MB 131 102
174,451 174,451 0000000000000459fd65c72e89ba2d71aa7456a31bf429aa59504e6faedde4e8 0.02 MB 48 6
174,450 174,450 00000000000001796abb83c25fa588ae0fd80a2a2e9818fe5420332fa1a58ea8 0.06 MB 80 331
174,449 174,449 000000000000014cf912961c577ee2a630e39132be21efc3a9e4a7e21581f3fe 0.01 MB 33 80
174,448 174,448 00000000000007517854579a8b684541ab6192f87321f5fd9202e17500cbbf27 0.02 MB 57 176
174,447 174,447 0000000000000a4d694b9e9711053c8ca05ade199a1719a5a4b08a75f6b92fbe 0.03 MB 33 123
Previous 10 blocks ↓
Total Size: 723.78 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: 2,136.56 GB sent, 81.58 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.