Memory Pool Memory Pool Refreshing

7,665 transactions
3.73 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,688 (543,912 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
363,776 363,776 00000000000000001433bc64882ab5f8d37217156ce8cfeef9b69996ef101567 0.86 MB 948 15
363,775 363,775 0000000000000000024a1ce81225c8be1dd1ad81f304e9827ae093956add15a3 0.75 MB 1,586 41
363,774 363,774 000000000000000015b8a984732fa57b954ec32f295b271ac326951907fd5225 0.79 MB 1,221 26
363,773 363,773 0000000000000000143661a453a992434bfb5a784f143aba1ae7c122b1fbb3d3 0.02 MB 55 33
363,772 363,772 00000000000000000240aaa730bb30e5216f060b908c087adc41294c4f2dc609 0.05 MB 101 26
363,771 363,771 000000000000000005774df668ac86405ec8f81113683c4a7c54135b6bc9632c 0.12 MB 266 28
363,770 363,770 000000000000000005376414f10aa2f2a4e70d7dbcffd2c8848ab4c7f8b06e60 0.22 MB 362 19
363,769 363,769 000000000000000007aeb906df2977d1860c8438923f3d9e37e23f9afee29012 0.75 MB 1,524 26
363,768 363,768 00000000000000000545f1fdc8027554f48173b76edb96a5947f3c4b97a9283e 0.06 MB 218 55
363,767 363,767 0000000000000000111c0cf8c68c2871775d9869b9cc26a5b49e05c5832a43f2 0.75 MB 1,587 40
363,766 363,766 0000000000000000128336687ddd381bed0cf0567c21d8cc45d67d1c3ca30719 0.60 MB 645 15
363,765 363,765 00000000000000001248ed0dfca782e875f5b69b8cf3bbee6b531e37c0bc6517 0.93 MB 2,134 39
363,764 363,764 0000000000000000133dc537b6c82926fd259b7f0be7422b2fa54a4c0b8b5fc8 0.57 MB 908 26
363,763 363,763 00000000000000000d9424a5acf45bcf906fbb477960cc2a554b7acc7281a2ed 0.46 MB 751 23
363,762 363,762 000000000000000006e8a07125fa6481381b81857a1db3e1751504b92ca8b45a 0.56 MB 594 12
363,761 363,761 000000000000000015ed8e7fd29853d8ee9d7e3796475a859943645f4fa94449 0.75 MB 1,489 31
363,760 363,760 00000000000000000ff878e0b4f025b104e4f8635fb03f953ca79920ea0a6521 0.74 MB 1,158 29
363,759 363,759 0000000000000000142c584b2651fdda7b1e7ee64f8b828c0e17923a0214561e 0.00 MB 1 0
363,758 363,758 00000000000000001148174833f78854abae87b3b2b6aa61f371f37b3d1b9f15 0.70 MB 1,285 46
363,757 363,757 00000000000000000976aefdd01a216c2f2fad952685823af525f5991ae03577 0.34 MB 683 59
363,756 363,756 0000000000000000163ba0bddb0d43cac740b535a00490a885ee429d40630f06 0.13 MB 263 25
Previous 10 blocks ↓
Total Size: 768.96 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,615.44 GB sent, 92.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.