Memory Pool Memory Pool Refreshing

3,786 transactions
1.65 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,781 (667,203 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
240,578 240,578 00000000000000f4d826fdfcc302241e84bc7d6efa524905f692fab31087f1be 0.25 MB 438 143
240,577 240,577 000000000000005d685a376977b66a0983901d5f56cd12443270e50c8340326f 0.25 MB 661 241
240,576 240,576 00000000000000cb71918168ab856110ba286585c94c740c45750847fc638b27 0.04 MB 88 159
240,575 240,575 000000000000010a56e4a56d7a9c2943415d6157cc67c80dc2aa7b5ff120d492 0.18 MB 384 171
240,574 240,574 00000000000001010afd49f0dd8a451413a5ea2abb10ceb73df40baa6e06c5ee 0.00 MB 11 187
240,573 240,573 00000000000000d2237cdd14c3a8e84f501dd42c0016cd7b56f23eae56a20fd0 0.07 MB 163 186
240,572 240,572 00000000000000928253ca3af0c27bb62f7b4272dd4df71b47a737f7783e12d9 0.17 MB 327 200
240,571 240,571 00000000000000556669068dd7bdbc6d455b34c8beedace7685b1b32e8836758 0.07 MB 139 154
240,570 240,570 00000000000000b0f78be83978603a4df7684f748d2e10f9fe9ddbaea5e9d189 0.20 MB 453 182
240,569 240,569 00000000000000615ecac96d51990cc3fc1a16230500b2ba77779c4095986d29 0.03 MB 43 76
240,568 240,568 0000000000000069de1730851825a74f9b5180f11fa9a1f34cdc7689a1718828 0.15 MB 241 115
240,567 240,567 00000000000000bff3bfc6d6122493002d6ad9fe44cbcc219c768f44db2f7f61 0.25 MB 586 189
240,566 240,566 0000000000000045f49777cfb11f629a07d8030b47377b3c1f5476a7961514ff 0.10 MB 316 19
240,565 240,565 00000000000000d6c9bee6db13db32f7bfa7cde26259d41bb021eb49eb278500 0.19 MB 450 185
240,564 240,564 000000000000006f4a3df80b8322c74b7c1f2cf42d4f141ecdeb55a28d0a3988 0.13 MB 236 166
240,563 240,563 000000000000000e7bc53fc2de25ee58d783b2b5203f3136558bc678f9fe5953 0.25 MB 466 163
240,562 240,562 00000000000000671d63117d6db2fac849f70f83068a3b9d613893b4edd9709e 0.08 MB 149 107
240,561 240,561 00000000000000b5eaa06d2e85f09a23208f8b85e60c24644b4087be2babf95d 0.25 MB 623 215
240,560 240,560 00000000000000b61459f3c7224adb621e0cb157416c8a8a010aa2bd50039de3 0.58 MB 1,207 137
240,559 240,559 00000000000000f1f56eea5ca5cf87d1e6e7e62c7a3a20cbcf3e3dc697c0ab90 0.25 MB 831 278
240,558 240,558 00000000000000c2338a377af924660ac9f2b2b906d00b4ac01151fad41439e9 0.10 MB 296 128
Previous 10 blocks ↓
Total Size: 769.13 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,631.15 GB sent, 93.54 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.