Memory Pool Memory Pool Refreshing

3,164 transactions
0.95 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.94 vMB 3,149 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (429,307 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
478,567 478,567 000000000000000000a69398ef9b180fdcbe77006635b11132686b7404c9360c 0.55 MB 1,143 70
478,566 478,566 000000000000000000caa69c7c3b8979e10d848a59aee830f8e75fa1edc8dac2 0.13 MB 326 82
478,565 478,565 000000000000000000b142f0d368c978c58215968e3db4ec65cfce81e898b222 0.11 MB 152 27
478,564 478,564 0000000000000000006e4a5bfe485f651796fe0f87e0166adec524f8b26202aa 0.52 MB 1,052 85
478,563 478,563 00000000000000000136d80f48a68ef641b3074416cd4b34f23cfbf8c48f6f49 0.29 MB 620 76
478,562 478,562 0000000000000000012b513d6c36f80d29f61e8cd3c0014ae4cef2f6d1001470 0.15 MB 302 60
478,561 478,561 0000000000000000008876768068eea31f8f34e2f029765cd2ac998bdc3a2b2d 0.17 MB 405 96
478,560 478,560 000000000000000000e512213f7303f72c5f7446e6e295f73c28cb024dd79e34 0.38 MB 482 40
478,559 478,559 00000000000000000019f112ec0a9982926f1258cdcc558dd7c3b7e5dc7fa148 0.27 MB 472 57
478,558 478,558 0000000000000000011865af4122fe3b144e2cbeea86142e8ff2fb4107352d43 0.14 MB 331 87
478,557 478,557 000000000000000000eb9bc1f9557dc9e2cfe576f57a52f6be94720b338029e4 0.06 MB 119 95
478,556 478,556 0000000000000000004801aaa0db00c30a6c8d89d16fd30a2115dda5a9fc3469 0.48 MB 151 176
478,555 478,555 000000000000000000e7a4355bdbeaef528d50693107d0140be0bf644c268210 1.00 MB 1,249 20
478,554 478,554 000000000000000000e52ff99bfb54f78f82954a560147ec35da8b7251ceaca0 1.00 MB 1,276 115
478,553 478,553 0000000000000000012bddc76a85a634d2a72d67520c60a1a30eb4a09c6160bf 1.00 MB 2,063 70
478,552 478,552 00000000000000000018b9fcd7833e3bdadd6f0ea790a507457f47abac051da6 1.00 MB 2,092 108
478,551 478,551 00000000000000000046897c2cbd77ef701eb0e1a3e612dc730ea4d0a60ad740 0.22 MB 254 75
478,550 478,550 0000000000000000010019a6930efa3dc3f0ae71990a39b4701a54448c042354 0.57 MB 1,000 82
478,549 478,549 000000000000000000b8741ceea1d56d63e2b3fb1fb851487351b4652c15762c 0.48 MB 750 83
478,548 478,548 0000000000000000011060bd4c68f129dba129a1087de9852e21cebabc7aad82 0.74 MB 764 50
478,547 478,547 0000000000000000002024d40f00c0cd6b192a69f00308ddb73d80f75998a5c6 1.00 MB 1,347 71
Previous 10 blocks ↓
Total Size: 769.31 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,642.75 GB sent, 94.48 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.