Memory Pool Memory Pool Refreshing

6,789 transactions
2.08 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,696 (739,254 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
168,442 168,442 000000000000087f1122bd0098ff219d5417cc3281b74a49d8e340385dc39d56 0.01 MB 25 206
168,441 168,441 000000000000018483076d7cbc51088d782a17c853b5c110409a9f318777d7ae 0.05 MB 135 43
168,440 168,440 00000000000005c12c6e4f62f709f380befa16e5967916e06b4c74c40130a83d 0.01 MB 18 202
168,439 168,439 0000000000000589a6e5346825fde174851881442541b291daf8fb0c11254d46 0.04 MB 90 59
168,438 168,438 00000000000009c920cdc93fb2ec05633ffc77b06abc8c8f6cdeb5766d631879 0.01 MB 27 158
168,437 168,437 00000000000005a558bbcb3970ebac99344afe1a5dba7076ff9d1c569c384442 0.02 MB 43 105
168,436 168,436 000000000000040545c9027e93b48ba0da0b37ff58dc586cd70e687c83a273a6 0.01 MB 6 0
168,435 168,435 000000000000084dffe185a4f98d7a1a488bcb7b4a019b20b4630ae809eca415 0.01 MB 13 25
168,434 168,434 0000000000000c0a321ee13096decdd5c3caaf110b44d10730fd1b48da6633ae 0.04 MB 109 105
168,433 168,433 00000000000008071ee59ee301fcc5b048f4ccc212079a2c1c07f939d19222e6 0.00 MB 5 0
168,432 168,432 00000000000009af7a43f531cf64962016539640ee7f24c3f4b452e60e643759 0.04 MB 111 64
168,431 168,431 0000000000000677572c05db7b4dde1d880e9c97bdbc4040998a9a2a769f4c85 0.00 MB 14 39
168,430 168,430 0000000000000add76ba33f176855b3e744996fcd3c352bd2eafa6f90521027e 0.03 MB 63 150
168,429 168,429 00000000000001276c7f7b9e7e1ac81d2033bf8b0ed07eaa012da308fe012a35 0.02 MB 42 41
168,428 168,428 00000000000004630808884c3b5352abd674eb0f520175febab31a00ab9c27d4 0.03 MB 84 89
168,427 168,427 000000000000052ee4f515c7c5cd310fc742bd6562392cad564a63b5276540d7 0.03 MB 29 96
168,426 168,426 00000000000002dcad812813662f660d17cdfbaf75661fb033433d9444adc1e3 0.05 MB 102 86
168,425 168,425 0000000000000765555944646925edf0449cb6d33c7d8ecf335b01aec1d94ace 0.01 MB 46 67
168,424 168,424 0000000000000127511f6b67e7dafbad9b2decaa1963ed119cd2091874b0c969 0.00 MB 11 93
168,423 168,423 000000000000006927b830f2dd3c1447cbdf3f38f70cebff91c9d45a0050544a 0.02 MB 31 90
168,422 168,422 0000000000000a0e7b8700c3758f7963667655c18b8f7efa58d8605a1349b512 0.03 MB 45 144
Previous 10 blocks ↓
Total Size: 768.98 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,615.98 GB sent, 92.70 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.