Memory Pool Memory Pool Refreshing

13,758 transactions
4.36 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (760,940 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
146,778 146,778 000000000000016ee68790bacf48af82b1640f27ed1317f1c5fc4da0cee22982 0.03 MB 28 122
146,777 146,777 00000000000005befb85efbca42fabd1e8350885556aa4754c2c85bc7824b631 0.01 MB 4 9
146,776 146,776 000000000000068ca2d5cb6db34cd60425951d7992b10e69805c5a8adc5e2318 0.04 MB 34 94
146,775 146,775 00000000000002eb7ab52ae8c32aca0bec46cee337a5bc75247d7e9fba4eadb6 0.02 MB 91 12
146,774 146,774 000000000000048260fd05eca6fb187789e46196f89aa12ecfa05e7cb7e54876 0.01 MB 32 124
146,773 146,773 00000000000001a4725eb90b17c4c5c0cef02342196db7406ea4053d7f828c17 0.01 MB 24 108
146,772 146,772 0000000000000510f58d05c1bd9f858b928d82b01a73ffca6559cd41997e7045 0.03 MB 80 185
146,771 146,771 00000000000005baf1df60fa604e17473496fb5af2a7e93cc8a39e4b53335254 0.01 MB 29 299
146,770 146,770 0000000000000619c60b930da7785e47a3c42a315b124bc4572e16611ac3d772 0.03 MB 79 101
146,769 146,769 0000000000000541a13a7550af0dcd9e84291bded4eed0a05231cd86487d9386 0.03 MB 80 42
146,768 146,768 0000000000000955bdbce998a0ca66f0d1457e41ceb81bf9133cc463530428ae 0.02 MB 56 316
146,767 146,767 00000000000005cc61e137b1bf82df4f779071c18353cfbfcd0937a31e8f0d60 0.00 MB 11 34
146,766 146,766 00000000000007966f9055c0a4a8d1f391346631ef557289d87f2201b2038233 0.03 MB 48 115
146,765 146,765 00000000000007672021fd5dfc22226f54e46fd7b0fca6739caae7031bcf1584 0.01 MB 8 777
146,764 146,764 00000000000000d7639fbaa30e489e5ae604a16ada6d549f052dffb81fe3420c 0.01 MB 16 172
146,763 146,763 0000000000000566571219b604926049fada16dabad54352c7ceea2827463698 0.03 MB 55 113
146,762 146,762 00000000000003dca9e370655a008577ce6a15ebce31d867847c81de8142e202 0.00 MB 9 30
146,761 146,761 0000000000000431d1c418de51e0271f6176608f7522b82ab22c00e9afaa26d8 0.02 MB 62 26
146,760 146,760 000000000000032fa3aa9365e8485c8fa17bc899a7c6c92cc846dda096a1eb37 0.01 MB 21 186
146,759 146,759 00000000000000e1346886ad84a6c7e9821cb4295d53aef6311989225dea944d 0.00 MB 7 26
146,758 146,758 00000000000004aca39c9cbdf869eb025b045c5e1ad55a17e231f4cc850dce6e 0.03 MB 36 74
Previous 10 blocks ↓
Total Size: 769.02 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,622.93 GB sent, 92.96 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.