Memory Pool Memory Pool Refreshing

9,263 transactions
2.76 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,715 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,399 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,714 (708,349 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
199,365 199,365 000000000000049ba49611a24a89fa4cc35a9fc597a8efe03a382e166d388b47 0.10 MB 233 199
199,364 199,364 00000000000002f35da69e94b9122a1aa0c5e36f7d5f00e8f6a957b8fad71ab5 0.01 MB 30 126
199,363 199,363 00000000000001b9026ba1840cbdfcd5a4d72939e57e87a8b429210cc7743c23 0.01 MB 35 155
199,362 199,362 00000000000002264b09083b7153f3bf3732fd2c9ec16bdeddc5dcc3ade233ef 0.02 MB 68 233
199,361 199,361 00000000000005663eaaf578d59bf26ad1da592bbf1554314c08c424ee689b13 0.14 MB 361 186
199,360 199,360 00000000000004dd22a9f8da663c6965081e2596209f1a0c49187aa5fc66a70f 0.01 MB 21 457
199,359 199,359 000000000000037b8945cfd1ff7a9c151d582aefcd191481721c119b1fb6ffb4 0.00 MB 2 90
199,358 199,358 00000000000005c0939b263e45c62b57c4edc97ff088a4509fd2100edba37883 0.08 MB 175 71
199,357 199,357 000000000000028b8e6a63f106fc0868b5c62020b34e060c350ef6d182ac802d 0.00 MB 8 20
199,356 199,356 00000000000005ddf89aa3b8527d2c82a15d156935a93a242462f3a40953f3db 0.14 MB 238 101
199,355 199,355 000000000000026681830f3b8906c2dc261fa9bad1a3651006eb0d8553e5456b 0.03 MB 116 43
199,354 199,354 00000000000001a2711128ed330ff0504a66bd45477c941424cd4a7b921c4c2a 0.01 MB 18 56
199,353 199,353 00000000000003a9466492ba7b42907b07d27e229161b66b9385fe7a60dd7e82 0.10 MB 188 110
199,352 199,352 000000000000025a29397d1f49c86ab07665e620c31093fce35a7258ec69fce6 0.05 MB 145 17
199,351 199,351 00000000000001ee99d04605eee75a15fec8d55892368da0491b857a16c5105f 0.22 MB 586 259
199,350 199,350 0000000000000040412b763328116fea4b69a1f30e5cf18ababbd3ac59ab2159 0.00 MB 12 294
199,349 199,349 00000000000001660af806fb361dcec71fcdf8a55a1208e94517d895070bab8a 0.18 MB 376 255
199,348 199,348 00000000000003cdcf55c9d2a73f1874107d80890d5ec1967275a7c634128698 0.10 MB 252 374
199,347 199,347 00000000000001088cd623e161fee5ad5569ec759037b52cbbe41208e8eb8d30 0.05 MB 118 388
199,346 199,346 0000000000000060258ba8f5f5e381f97669aabea228da8d5abe2ce0d0f15459 0.02 MB 37 60
199,345 199,345 000000000000026096085c3c298173d202e9a16c489288a16fbc82b0c0576732 0.14 MB 159 66
Previous 10 blocks ↓
Total Size: 769.01 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,621.08 GB sent, 92.89 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.