Memory Pool Memory Pool Refreshing

17,848 transactions
5.76 vMB
Show Random Selection Loading Transactions
Max Size: 34/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
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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,526 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (422,294 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
485,425 485,425 0000000000000000002ef2e7e28c5029d74b0d970a6443c1efb20fa71018ea47 1.00 MB 1,996 147
485,424 485,424 000000000000000000cdfdb6ea25610a379b83a2d28e9089ca69ccc92a722031 1.04 MB 2,177 134
485,423 485,423 0000000000000000009425e981a8dcd40a874037a30e571cf9fbb54d52eb7bb0 1.00 MB 2,206 170
485,422 485,422 00000000000000000001b80528c8ebe1aa8424a9da4ca5e46beb97b9ace443af 1.00 MB 2,224 222
485,421 485,421 00000000000000000093297be91035ff5ae6d7f236f6947d6426d64d3f5a5a1e 1.01 MB 2,035 147
485,420 485,420 000000000000000000233bf76d7fb9f955f8923c0674f1fdd2f8ea30dc288eb4 1.01 MB 2,380 185
485,419 485,419 00000000000000000018036a4071dd04cadccc40bc725978ae7720729990f72b 1.01 MB 2,224 116
485,418 485,418 0000000000000000000d085d68c609cd8e6c57d97bfab9caa7d1eb8d9c810bf5 1.02 MB 2,098 156
485,417 485,417 00000000000000000028a3dcedebe296151c1e57b03d6cc8fa1aaf9dd20a5b4d 1.00 MB 1,693 122
485,416 485,416 000000000000000000b1dbead70d29b7c397ae57dca1e6ae6cc7d403de5a9c97 1.00 MB 1,757 157
485,415 485,415 0000000000000000001c01c864d47a9123706afd62810e0ddc676321ad5a0379 1.01 MB 2,648 146
485,414 485,414 0000000000000000003de760af5f6fa1d130ea4cb34e9f715f12409fe8fb422f 1.00 MB 1,293 190
485,413 485,413 00000000000000000130ebdbe231366f7f213e55d83c8e426610d2bcd65c442d 1.01 MB 1,864 208
485,412 485,412 000000000000000000d8896770d10badd107300ac87c9430b7eac5360d8f5b69 1.02 MB 2,196 106
485,411 485,411 0000000000000000012fc1f478612e20394bf676569de8bc6f93421367a68b93 1.00 MB 1,603 100
485,410 485,410 00000000000000000077b9f02c927d4e366c1c69b42d7322dd0ee20d79f333a1 1.01 MB 1,947 125
485,409 485,409 000000000000000000b7ccbe358b026dbd96ae65e383fe9ff9a1013147048b8a 1.00 MB 2,153 200
485,408 485,408 000000000000000000d3cb1ca806daaa88c722922d80f84d40813e8d5acddf36 1.00 MB 1,645 97
485,407 485,407 0000000000000000005d6d64763f80d4d0e7415c1b1916bc2284eb9aa78e28f0 1.02 MB 2,045 92
485,406 485,406 000000000000000000b7e6705b4d6bf2581c1af7f37a5fba1caa0afc5919492f 1.01 MB 2,384 146
485,405 485,405 0000000000000000002b02d1ac5bc7ee4068e47125c8b4db4fb1f1b778b8ec0b 1.06 MB 1,914 75
Previous 10 blocks ↓
Total Size: 769.02 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,624.25 GB sent, 92.99 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.