Memory Pool Memory Pool Refreshing

5,582 transactions
2.05 vMB
Show Random Selection Loading Transactions
Max Size: 12/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
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
907,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,059 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (675,494 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
232,236 232,236 000000000000018ba8619cb6bce1d2a313fb182d9fe1135182c7b6b47829aa8c 0.09 MB 210 1,177
232,235 232,235 00000000000000aa426aa169fe4b0198115988ba77a722b6b308b6b74c21b80c 0.04 MB 57 84
232,234 232,234 0000000000000123295cc22509f47cd29f3a602c1638377a3a3067795c4b86d0 0.10 MB 95 73
232,233 232,233 000000000000008e59b0d11da6c82995f94c54224202c0258f5620720be35429 0.03 MB 47 3,719
232,232 232,232 000000000000013cf0cfdcee04147229d9c7edbced52bf70056322bece70275e 0.09 MB 202 144
232,231 232,231 00000000000001c79fef2f814c948577049e88956264ed85489ecd42fca806a3 0.12 MB 256 103
232,230 232,230 000000000000016dbf5f6ed0fa67d0b88706946fcc06b365bc69f381d2b41f40 0.11 MB 252 6,740
232,229 232,229 0000000000000106d626be73b3fe66468fcecc9283bbe32f8e56254cdc1230b0 0.25 MB 446 114
232,228 232,228 0000000000000181b60c5fc412f884d8fc9d7f45d9f685946776019ddda60ca7 0.16 MB 378 153
232,227 232,227 00000000000000e1ffc1b55f4b004ae738e67d8b35b8ef0d64bfcaaa0bf12e70 0.00 MB 3 94
232,226 232,226 0000000000000095e3edf3db41b684a6a86843ddd6bc3880ab943592c30e6205 0.04 MB 73 137
232,225 232,225 00000000000001445dc85cc854df786804d314bad398153034929bdde6b54880 0.04 MB 92 208
232,224 232,224 000000000000019c452a05659b5f932017d55737bc77119b6f01fd8ba82b7aab 0.11 MB 195 140
232,223 232,223 00000000000001826dea83425211523696a4ae2d8387c08d964a881ed8199993 0.04 MB 83 114
232,222 232,222 00000000000000b5a8c879daae7cab9ebd008d3f0518dd1471eba53089407efe 0.04 MB 93 148
232,221 232,221 000000000000005b4ae799fd38ed4203478a51d62ec6c491bc9fecf147593f1d 0.04 MB 86 152
232,220 232,220 000000000000007077e068af29caa88262247fbf2a6ca5f09f7032423ef84616 0.00 MB 3 94
232,219 232,219 000000000000016759a82315789f33134e87670cacabb13c7eb82a7950f7d391 0.07 MB 156 81
232,218 232,218 00000000000001a47a75761c487b44fb352f75322a8a9c8d5f698aa5db4af339 0.17 MB 254 140
232,217 232,217 000000000000016dd2d94754b859b5f119f12fe7a06cf7389065b80b54a4c346 0.46 MB 941 125
232,216 232,216 00000000000001595d6b0d0f3f2d2492a226ef874882729afdcf4e3bbd0499f5 0.10 MB 216 95
Previous 10 blocks ↓
Total Size: 769.04 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,626.28 GB sent, 93.06 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.