Memory Pool Memory Pool Refreshing

1,665 transactions
0.62 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,853 00000000000000000002349e0000000000000000000000000000000000000000 0.60 vMB 1,643 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,852 (78,291 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
829,561 829,561 000000000000000000021f1ad270d62c521070a1c146775056b643bf84b23476 2.02 MB 691 64
829,560 829,560 0000000000000000000321e0b14c92c7d61a765d60e1399192ce5908dec2dbba 1.85 MB 1,552 29
829,559 829,559 00000000000000000000482f0746d62141694b9210a813b97eb8445780a32003 1.95 MB 1,544 28
829,558 829,558 00000000000000000000865fc03e7dbdac31d787db7cc749b4ea8253664ddcfa 1.64 MB 2,874 48
829,557 829,557 000000000000000000018fdfc536292639b91b1bb45de2c9cf149db41350dd30 1.76 MB 1,838 25
829,556 829,556 0000000000000000000040c7603bf2a6659c999ea4912429cdbf089e75044449 1.57 MB 2,773 52
829,555 829,555 00000000000000000000ae304ea500373e6f2b8992affb7cf898327adee5acf5 1.62 MB 3,130 40
829,554 829,554 000000000000000000032937617f368ea98e3ea44b62f916f5418997b4371765 1.66 MB 2,531 59
829,553 829,553 000000000000000000005d96ebde77cbd9e241285c7b51ecf8ae76818513b6db 1.58 MB 2,421 36
829,552 829,552 00000000000000000003a15157d409ef04838499478dedbbde4de5458d36b63f 1.55 MB 3,004 56
829,551 829,551 000000000000000000013ecf4739fdf6cd0a2ee80c8cf99139d2038490df0d63 1.58 MB 2,816 107
829,550 829,550 000000000000000000024c0c937ea5c2fc517664b512f48af3c91494506ddb8f 1.61 MB 2,647 53
829,549 829,549 0000000000000000000066977159f021b9ce858cc72c59a1cfdfe65a889fc13b 1.57 MB 2,472 44
829,548 829,548 00000000000000000000e3cdb5fe7c8691391aa934cda59caa902fbdb0bd50a5 1.64 MB 2,670 50
829,547 829,547 000000000000000000006710a5fa7e0b48a691274a369eee9878c332be27b496 1.55 MB 2,934 82
829,546 829,546 000000000000000000038dfaf852b4780d95e0a69b224d060f84e542593fed3d 1.74 MB 1,819 30
829,545 829,545 000000000000000000020a350a19eb1c5dc247ae995d940b98dc65fd43888d37 1.56 MB 2,605 53
829,544 829,544 0000000000000000000211e0b5025993c103d7af00ef396634e38f23caffb713 1.31 MB 1,168 28
829,543 829,543 00000000000000000001a4f90f5b401112c898a9bd1189408ee4d950e8f86ce6 1.57 MB 1,846 32
829,542 829,542 000000000000000000030e08e0f51ec99f456f81763cac5673eff1642a63351b 1.56 MB 2,286 39
829,541 829,541 0000000000000000000209b663229524cc424027639e7663a72473177ea7bef9 1.49 MB 1,873 27
Previous 10 blocks ↓
Total Size: 769.27 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.29 GB sent, 94.24 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.