Memory Pool Memory Pool Refreshing

6,017 transactions
2.55 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,761 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (35,229 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
872,594 872,594 000000000000000000004c7f5889b97855efd4b21b5518226a92735437f2b318 1.63 MB 5,844 4
872,593 872,593 0000000000000000000103fd0667443a17c8ead56951644c21c2b2da88fb3ed8 1.35 MB 3,051 3
872,592 872,592 00000000000000000001de495443a97f4b627b2a423dadd6fddd8cfe39d7c1bf 1.58 MB 5,729 5
872,591 872,591 000000000000000000024e4db6bb55bf459162cd4a26938d5bf93f76112c507b 1.58 MB 5,154 6
872,590 872,590 000000000000000000017e8b8823a5513f08c68b15f26c8af1edfa06171186c7 1.45 MB 4,248 4
872,589 872,589 00000000000000000000cd85dda3c9eb8e9d07cc7df8c5ee6e2590a909975f49 1.65 MB 4,746 8
872,588 872,588 000000000000000000025b0ceccf58cac1c8518cdf513e2813afe04d5ac122f5 1.65 MB 4,284 8
872,587 872,587 000000000000000000001913b1b4bfa5c4dd9938af30994095d627eddb216f37 1.57 MB 5,741 3
872,586 872,586 000000000000000000023eaf112274a4eddd44c14937c57d4606bbad763526db 1.65 MB 3,975 4
872,585 872,585 00000000000000000000760e658afa1972b6f1a86274252be6e2e89c600ef472 1.68 MB 4,234 5
872,584 872,584 00000000000000000000c13b08e85b6a5b10e38302b72199ae3e4128fe187672 1.67 MB 4,087 7
872,583 872,583 0000000000000000000209dede7da580ebeda453ee8a4341d8a29013d18cd8f1 1.59 MB 4,127 4
872,582 872,582 00000000000000000000f7ee3bf5dc32e0a923924e59b90320ec1047778f8c2c 1.78 MB 4,097 4
872,581 872,581 00000000000000000001c717d8a7ebe26fed55a148048e32290acfe3da646301 1.65 MB 5,173 4
872,580 872,580 0000000000000000000298e7b506c70dc0a2c17effefd698cf88dc9b1e4cc981 1.90 MB 4,237 5
872,579 872,579 00000000000000000000b77edc03eacc6552f959bc3acbcac8eba34cf0f80113 1.52 MB 2,948 5
872,578 872,578 000000000000000000013a8cbac41efdbadc544c2ae4124e062ebb37ce1a7877 1.61 MB 3,612 9
872,577 872,577 00000000000000000001e537698a9b0129196c9173077eb49c4d7b45ab76700b 1.75 MB 4,238 4
872,576 872,576 0000000000000000000212d73f02916a6a659ee7a0965896ee590c1b2fbac2f4 1.57 MB 3,669 6
872,575 872,575 00000000000000000001f0b629b37e65900c004e0998703b6d2399a2e885abdd 1.52 MB 2,856 6
872,574 872,574 00000000000000000001a963fcf5b4871a578ec9802105787e05673550d3206a 1.64 MB 4,004 4
Previous 10 blocks ↓
Total Size: 769.21 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,634.36 GB sent, 93.98 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.