Memory Pool Memory Pool Refreshing

4,125 transactions
1.32 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,832 (33,112 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
874,720 874,720 0000000000000000000039434e1dd2e6a7cc97f5f0e606c3f84933ea1851aabd 1.55 MB 3,500 8
874,719 874,719 00000000000000000001bb8bd444d2ead389543160a069a6c97218dba95dae09 1.57 MB 3,612 7
874,718 874,718 000000000000000000011867c5838a23d4c24c0333f22060228b1d29af8e157f 1.69 MB 3,594 4
874,717 874,717 0000000000000000000010f970679d2087a3a457e36289465868080b275589c6 1.38 MB 2,527 4
874,716 874,716 0000000000000000000024432ba0e56300fa530b653be9c52d24b3bafc5e5aa2 1.42 MB 2,164 4
874,715 874,715 0000000000000000000116aeba046a595c125eace32b84aeb015da494a7aee1f 1.52 MB 3,539 8
874,714 874,714 00000000000000000000a17974354617665918315218d5e9d787926ee15c9930 1.59 MB 3,745 4
874,713 874,713 00000000000000000000bd5e13877c2551abaded2fcf1af343ef99aeaf535635 1.57 MB 3,203 5
874,712 874,712 00000000000000000000165ff875d86987607c2133b47068cff23db45f176dec 1.54 MB 2,915 5
874,711 874,711 000000000000000000009cbd72ff3a90b83d76a78fdb0a8b52e58878089e96c4 1.56 MB 3,266 5
874,710 874,710 000000000000000000006a60f9ccaf27bcc252d673f3f4723f9bfbb8afe8c028 1.59 MB 2,684 5
874,709 874,709 00000000000000000001b980ad41b3e5fb080667f1354a9e89ad84b441443a1e 1.71 MB 2,985 4
874,708 874,708 000000000000000000013faea4c460103b223f42b36c14fc215f47bc6e897579 1.33 MB 1,824 4
874,707 874,707 00000000000000000000bf3d8e30f323fabda637c4d4e19d7bdf3b0f730ae567 1.21 MB 1,131 5
874,706 874,706 0000000000000000000233d844e3deed1040c97afbc22af8bb77161ebc74b1b9 1.65 MB 3,618 7
874,705 874,705 000000000000000000012f31842536d97a01981f981b978e019998c16902c81c 1.58 MB 3,820 7
874,704 874,704 000000000000000000008e1d87399798891c5a81967ee5d66edd55745014ff2c 1.30 MB 1,970 4
874,703 874,703 0000000000000000000098aae551e05d61348d6991cd2edb3c55a27f6765ae64 1.37 MB 2,329 4
874,702 874,702 00000000000000000000d11561bf633df7290d6595b2408d3455bac3eb292c32 1.68 MB 3,030 5
874,701 874,701 000000000000000000025c12009ef9987eefbbb384ff94668cfa59da2559b05d 1.49 MB 2,371 5
874,700 874,700 0000000000000000000116cacca6c2699411dc2ba83ce45961e104edce0ab310 1.62 MB 3,403 5
Previous 10 blocks ↓
Total Size: 769.23 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,634.73 GB sent, 94.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.