Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,110 00000000000000000002349e0000000000000000000000000000000000000000 0.58 vMB 1,895 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,109 (801,824 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
106,285 106,285 000000000000a780a25126f02992f4153dc261b45cfd4a72a972f9502a8b85a1 0.00 MB 2 0
106,284 106,284 00000000000049245e6921979e8772c7236078c038647c98413b5039f2da96c6 0.00 MB 2 0
106,283 106,283 000000000000b95cee31597e12b38d8e425ee16fd18e42a26c6891021b1670f4 0.00 MB 1 0
106,282 106,282 0000000000023a6a2cd7b580c790d737c4cd23349d331187dfd650e360d752ec 0.00 MB 5 0
106,281 106,281 00000000000137779b97bcb7145c41c05b9929caae3ba018e5c60ae7c545b67d 0.00 MB 2 0
106,280 106,280 00000000000019ede42a9a66bbda257ef4576f74bfd43ecc465c827a0b48f0c5 0.00 MB 2 0
106,279 106,279 0000000000025a98522ca8fce591595eaf2d5e736c207022a485437ac96a0102 0.00 MB 3 808
106,278 106,278 000000000001615da7cbf4c74e63eaaad58465e43f09915130077c6ba20910e2 0.00 MB 1 0
106,277 106,277 0000000000027d4c86e4f3fdd07301134928a01547c6be65d16b266d472eb102 0.00 MB 5 876
106,276 106,276 0000000000000d2622c302b175c883063e6633a0cc76cf6c69fdfc744a5dfdba 0.00 MB 2 0
106,275 106,275 000000000002b03866789bac7830540e8dd2c75773173a302c0babf04abe91b4 0.00 MB 19 215
106,274 106,274 00000000000178c1f5099077d5530ce822d5fe0369422a03129f6a12140a0a8d 0.00 MB 3 0
106,273 106,273 000000000001b7cb6d8f872d6f173970678da37578efa502b48c2f22b73ff608 0.00 MB 2 0
106,272 106,272 000000000001648d379acff45e5a1ac9a512bdf8ff21ac7124ce94528c5a8345 0.00 MB 4 665
106,271 106,271 000000000001c9caba83cb689d418849648b47944e73172b45cc04f91bfe2b68 0.00 MB 2 0
106,270 106,270 000000000002457adabada7e632dc376254aff89fde522ac23ad6342b8baffbd 0.00 MB 7 0
106,269 106,269 0000000000019ec2b9638b7f6a7bd234718301d3d7400267c261fb4813bf14cf 0.00 MB 3 0
106,268 106,268 000000000002213bdab60afab9c232fc23953e8ad5188035a0650e72a8b25e08 0.00 MB 1 0
106,267 106,267 0000000000014b8a418ec5de2b79af6eaf068805bfaed00117ce00a45a90c34c 0.00 MB 1 0
106,266 106,266 0000000000018980fd43003502881de59ff5a8179a5171ef75c5dd1ff4648c45 0.00 MB 3 1,550
106,265 106,265 0000000000025222467ec1f5168749e28a02fe4507597d249b68e685ba2e0609 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.75 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,679.43 GB sent, 96.63 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.