Memory Pool Memory Pool Refreshing

8,448 transactions
4.04 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,725 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,501 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,724 (611,447 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
296,277 296,277 0000000000000000067656c055d4fbf09e7ca68f864b0c343748db975b0d69e3 0.17 MB 264 39
296,276 296,276 000000000000000073285105196da8b57420bc27e790baf49dc1d153a207702f 0.10 MB 155 28
296,275 296,275 0000000000000000b1897fdfff08e836bfef275e8af5e493cfa58f74ee6ace65 0.72 MB 512 19
296,274 296,274 0000000000000000a187cce7e67459db0d450a4ebfcd338b573e86a698d8f550 0.07 MB 143 29
296,273 296,273 00000000000000009195b0a4f9e46ce7052e89b09ca984a9d91addce9ece8518 0.31 MB 429 29
296,272 296,272 000000000000000028ee824510e3b4c2325348b9dae6fae6faebdb793a68c43d 0.02 MB 32 26
296,271 296,271 000000000000000006e84a5d44b5270c3cfc1dfcee8b98b27fc81180765baad4 0.02 MB 45 28
296,270 296,270 000000000000000068ebe25cb2dc53f93842d741b1c5787f98a585d5493e591a 0.18 MB 357 33
296,269 296,269 00000000000000001f8cd1eb5202c8d33b222a4d9059644208db757afc44e8be 0.06 MB 68 42
296,268 296,268 00000000000000007c792ab7cbb81f20168c3ff444ef146e8a7efdcbdc89efca 0.22 MB 302 32
296,267 296,267 00000000000000009af9ce52e898b52c269a6ad2e462e2ecb6c6f15399f1a833 0.09 MB 143 52
296,266 296,266 000000000000000045db1294b0889ac76c010c37b5adb4ae92e0278ac0b6f534 0.56 MB 767 27
296,265 296,265 00000000000000008a161ac3c52b506159419e996c1d991c3483249dac39665b 0.06 MB 40 3
296,264 296,264 00000000000000009ee6832c914e7a87c183f8ac647f00b415e28040648d4aa6 0.03 MB 30 25
296,263 296,263 0000000000000000a36457e29f3c94a6fb61467920dede62ae7fa45a3ae20f3d 0.03 MB 82 32
296,262 296,262 00000000000000009502da7b6ef9c43d5738ec702696304ee4b2be0f60a7dad6 0.37 MB 651 38
296,261 296,261 000000000000000032d02397df9d6d93fd14687ca15a03cfaa7d52ccf527ed29 0.09 MB 36 4
296,260 296,260 00000000000000006aa27885d6af4ddfaf37df222bc0e0143a3df61ca4a7859d 0.16 MB 140 17
296,259 296,259 0000000000000000aa59777ae6639ce9dd8f9bfd06a49c66893e5d4d1cf8cba5 0.09 MB 195 31
296,258 296,258 000000000000000021bdf705bc0e4c58288b4081b062e512f7a44d084bed6d60 0.10 MB 171 30
296,257 296,257 000000000000000056f0127fe796a1fc89ee10e5d9a4b20a025dc35064a08d2e 0.73 MB 1,002 27
Previous 10 blocks ↓
Total Size: 769.03 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,625.16 GB sent, 93.02 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.