Memory Pool Memory Pool Refreshing

1,245 transactions
0.42 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,851 00000000000000000002349e0000000000000000000000000000000000000000 0.42 vMB 1,245 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (729,117 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
178,733 178,733 000000000000000e74e6fe6cd2820bcb06bb556fc22f1ce3e6f8e1c5f066d427 0.09 MB 235 124
178,732 178,732 00000000000003fd0ee83da58459ee26c20d65c7cff0543725fda2fb71616576 0.04 MB 54 178
178,731 178,731 00000000000001d20c09b46bf416d03a4b648a4285962907a5c5cb7c9447c2af 0.09 MB 240 179
178,730 178,730 0000000000000a49db7e530aba30fa10ed9fea7920b1ae72e06ffa6f0dec9d5f 0.03 MB 68 100
178,729 178,729 00000000000007394fd3142914a60cb4234ef753bdf5b4829fc9e1e3db179558 0.05 MB 138 138
178,728 178,728 00000000000007be986ccc3f35877303be23bc0050b431974509d836b3d45b03 0.01 MB 29 9
178,727 178,727 000000000000026c081e038a3707213dcde5edfd267b2cd7d2f8a810a526fc30 0.07 MB 165 104
178,726 178,726 00000000000007916e6f10861fa308dc83292c2e0de27faaf657ca3a499cdd02 0.01 MB 19 177
178,725 178,725 00000000000005f6dafc072482f4ba47840d04c8beea145731b7201951da9c32 0.01 MB 18 250
178,724 178,724 0000000000000301e34dbe238e67e9f8eda98dfb86a67dc2e8338aba7b86ab2c 0.01 MB 20 261
178,723 178,723 000000000000092cf745ee30301ae1c41c52a48e879dc8087dd3a687f63275a2 0.03 MB 34 75
178,722 178,722 0000000000000b11c5e3f21825e6345917cf6a235e7fd4b248def825df7e75ce 0.00 MB 9 91
178,721 178,721 00000000000004ea75d61708fa08a4746da70293c45111c117b08a3eccee1c5e 0.02 MB 60 113
178,720 178,720 000000000000052f2821f38417ae7c9d5ddaee75efb727d4332a40c0b550c66f 0.02 MB 72 24
178,719 178,719 00000000000006ae210ee24d279e682994c2eb0d4399c2399ca73f8d6be34194 0.07 MB 75 83
178,718 178,718 000000000000048cd1df0889baaaa0cb8326083fd9eb0d24aa13b20391cd7fda 0.03 MB 91 146
178,717 178,717 000000000000021cfbd2acd9b90e72d12668feb7ef3d4a228a5a359f576c0e73 0.03 MB 75 106
178,716 178,716 00000000000005e700edf69da1c321335b817a280955b8a89a42e94efc9cde13 0.02 MB 83 40
178,715 178,715 000000000000007559158a24144bbaab91bfd323220287416f968d895a1b5939 0.02 MB 35 122
178,714 178,714 0000000000000a0815586d89a04da43e93cc051f0f4f2623568609c3d9178cba 0.06 MB 144 96
178,713 178,713 00000000000001938c9645dadea77cf1bb59be82f8b25241a1c0c3ec89d0b0ee 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.26 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,635.24 GB sent, 94.22 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.