Memory Pool Memory Pool Refreshing

7,368 transactions
3.64 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,802 (647,117 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
260,685 260,685 000000000000001cafebf08b390a25d010758e563700e344f9ab3c8f343e0bab 0.02 MB 50 77
260,684 260,684 00000000000000058bf27f4863adaef3be1810cc5757c6b1deb00bc4654c38dd 0.03 MB 56 72
260,683 260,683 0000000000000003fd03d93833fbc734fb96d9982b1abdba0ae3c0ab882339d1 0.09 MB 143 59
260,682 260,682 000000000000000b6e4239f5f17eb5463a3c926e791c7b2bdc0471e54393b1a9 0.15 MB 259 79
260,681 260,681 00000000000000037d94a99698021d77a89080d0390fb3b5d66e7ae55c721a76 0.01 MB 7 13
260,680 260,680 000000000000000508c42ea961309e834594883e2df9fa1b32a5795cf2dd677e 0.14 MB 311 91
260,679 260,679 0000000000000013324ca8f75258deec25df5c3260960d0bb7d42501f89ff71b 0.01 MB 12 35
260,678 260,678 000000000000001c4c7ae1cde2c89e3907aeb859e670145c5d4c650c713e6bf1 0.01 MB 32 123
260,677 260,677 00000000000000104e4bfb0a9b6163d03f678163594ee21c434b592fdc6f94d4 0.08 MB 185 92
260,676 260,676 0000000000000002ca3cf092bf5a14939ca6f171dae78060e7c580da38060fdf 0.15 MB 304 87
260,675 260,675 000000000000001023b52e4c338164b8186db5e58b03ebe57389ca843c9c842c 0.13 MB 313 122
260,674 260,674 0000000000000019615c49a6051208d49f2ea0b568607ea7d3e09a5db6b3efe7 0.19 MB 418 125
260,673 260,673 000000000000000d7ba9a7569abe70ab20571c72ce7ff7da8bfe54da58f012c0 0.12 MB 187 70
260,672 260,672 0000000000000014af47d51617a3eeeaea78820fe71f0954b7b3b988ce22ba94 0.05 MB 121 60
260,671 260,671 0000000000000014dbf93c26f095bb25ad67f03e8943a48aef1a2e4ed2306b09 0.40 MB 597 72
260,670 260,670 0000000000000003bf6200d19cbc0a1b2ef7c85d2435b91f87255ff1541faedb 0.04 MB 109 84
260,669 260,669 00000000000000165c9ae3ee19cc889fbbe965ba4a3a83b469d0aad77d9fdeca 0.16 MB 323 197
260,668 260,668 000000000000001a0b6edf2f5ef241f31254f0746cac733377f8e53f9e73c7a3 0.15 MB 359 138
260,667 260,667 000000000000000e70291a5de5e4bb68320aeb80b70ba761d806d68d31cba966 0.12 MB 190 49
260,666 260,666 000000000000001177496302a9cc1bcb35fb148bfc10c46299873e0cfebc0c96 0.14 MB 329 130
260,665 260,665 000000000000001c9f6c20b494aa078917c8bd320800d7f593bdf6e841632e11 0.11 MB 234 113
Previous 10 blocks ↓
Total Size: 769.17 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,633.25 GB sent, 93.77 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.