Memory Pool Memory Pool Refreshing

1,947 transactions
0.65 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,861 00000000000000000002349e0000000000000000000000000000000000000000 0.64 vMB 1,924 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,860 (732,172 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
175,688 175,688 0000000000000488a474407dc46bcc4ea77ec33f4e416e65e397ec642b56ac42 0.04 MB 105 190
175,687 175,687 0000000000000725e57b9e819cff558ca099be7499abe27d91f69b5805d995e3 0.05 MB 98 88
175,686 175,686 0000000000000398716da4aecc8626e0c0ebce1ddb4028057b3e95ecba9f0a1f 0.02 MB 53 78
175,685 175,685 00000000000009b6cced9d0137d0b56685a73e8313f95804743ca8c4213ac1ae 0.04 MB 101 131
175,684 175,684 0000000000000a65b9bd3fcbcaa6f5ba1e1615c8e9dfcdb13007bfc5e20f2dec 0.05 MB 129 67
175,683 175,683 0000000000000a5aea9dd62aa9072cb3b1ec903b2be699a242dbc18ba4d4206e 0.01 MB 12 1,289
175,682 175,682 00000000000008f52c1be053947fc0f0bbf2a6439ddce8e549e9d614d6abfaaa 0.02 MB 72 7
175,681 175,681 00000000000003b156edc63d54958eb663faa5f141e926656bb792b840839cf9 0.01 MB 37 54
175,680 175,680 00000000000000bee92a6f1690e3ab53c48054540d8181852eb5cb34e1f3c5a0 0.02 MB 31 632
175,679 175,679 000000000000030b2fde55a509d9fdb8e310863eb54da99f56782900065acd92 0.02 MB 46 683
175,678 175,678 000000000000088d51c9d534b437c4b50422ef256c0aba87366d61ea9926a2e4 0.02 MB 57 664
175,677 175,677 00000000000006843a8b9fbe8168daf50d39d223ed4e68e167a29c11c0b1bb19 0.03 MB 25 44
175,676 175,676 0000000000000276b32a5ed2b60567232543d8e56c846d7808192638acb99ab0 0.00 MB 10 73
175,675 175,675 00000000000002faaab92ffe9dce005e7e3ce2dd0a533a36d9f7f22d17b1e178 0.00 MB 10 77
175,674 175,674 000000000000090ce22a93642fb2ad5a7ca1222a7e017019bdff514fbf7dc46d 0.01 MB 29 26
175,673 175,673 000000000000091bbb38cd21ff778d636516cd40f218f8cec014801630252d50 0.04 MB 97 102
175,672 175,672 000000000000047ee7e3e49518cfe43dcc52643eb402e2a3750118fc31b659d2 0.05 MB 90 115
175,671 175,671 0000000000000913b61884700caf9e21090994cb6790e8eaca1e5643aefbabe0 0.01 MB 28 329
175,670 175,670 000000000000080a0b22bc75f314e7ee07be9c10b61606a85e39ffe5564cb2c3 0.02 MB 58 710
175,669 175,669 000000000000012f30536b6410e6a2301f8e929ec91a7762f4b74a850ebf610e 0.02 MB 42 18
175,668 175,668 00000000000008fc1fb4d545f79fc0afce57f99aa4fe1d4c4e77d5e49c73c919 0.02 MB 61 73
Previous 10 blocks ↓
Total Size: 769.28 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.51 GB sent, 94.31 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.