Memory Pool Memory Pool Refreshing

803 transactions
0.29 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,860 00000000000000000002349e0000000000000000000000000000000000000000 0.29 vMB 788 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,859 (6,669 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
901,190 901,190 000000000000000000010b9ad91863b9dbe61836d83c106076374fb55843b979 0.06 MB 164 3
901,189 901,189 000000000000000000016516c06ca2e3045a21733dced11f7db278d2d2a0d6ad 0.59 MB 915 2
901,188 901,188 0000000000000000000217e103562ae1240edda1e368f5d7df04dadc3c3bbd4f 0.64 MB 851 2
901,187 901,187 0000000000000000000166cc6d856cfc1ec0f2203d489fcac2c6cc1679a18d37 1.56 MB 2,935 3
901,186 901,186 00000000000000000001ec2507c5e572c1c07c08c3c8ff3267129c00fd9efb45 0.42 MB 829 2
901,185 901,185 0000000000000000000118199ff33ec182c206d09728a338ecf6aaf5948df0ee 0.08 MB 97 2
901,184 901,184 000000000000000000009a3720054d6d0b309f0f985eb63dd0e27495516c59fd 0.63 MB 996 2
901,183 901,183 00000000000000000001c6d2c3c1bd9b9520c10cddc9385cc63c463989a91c5d 0.13 MB 292 2
901,182 901,182 0000000000000000000199b84c44ad63d514e1610c71fdb8c42cdc1ff07cd679 0.15 MB 336 3
901,181 901,181 00000000000000000001aba033b8f62b7d4c8b40967c6fc133f340bcf223bc43 1.00 MB 1,590 1
901,180 901,180 00000000000000000001288849d5359d6281a247728e9d0cda4d9ceef16b3541 1.61 MB 2,301 3
901,179 901,179 000000000000000000019f68258e4d1aa3595f5edd8522399d4622ff1e891815 0.48 MB 480 2
901,178 901,178 000000000000000000017e49d5473e4f26ebf05a21ec2501892f47d60f2cb79e 1.24 MB 626 1
901,177 901,177 00000000000000000002162ba0d9d7d92d4e7ab417816dbe7a02b9110d317f3b 2.12 MB 525 1
901,176 901,176 00000000000000000000be10d7b17cd580982fcb04a491dcec5ec4c8b93704f1 1.78 MB 1,373 2
901,175 901,175 000000000000000000005aaeb0111af6333208b1eb7e783e1b1fe6679862fb53 1.55 MB 2,211 2
901,174 901,174 00000000000000000001663174df6c31a7e7b836b2488a95f990622d6e037895 1.42 MB 2,542 2
901,173 901,173 00000000000000000000483063cdfbf1c835b52006259d38923dbbc4bc3c462a 0.36 MB 934 2
901,172 901,172 00000000000000000001e02309b095324f8772779003b444502c77e2a21c57b5 0.91 MB 1,380 2
901,171 901,171 0000000000000000000209210334a68e5a8fa3fcbbee4d6efe6cf51438412505 0.54 MB 976 2
901,170 901,170 000000000000000000013c42f3d24674556d958f50adc71119e14483e54f4a08 1.46 MB 2,334 2
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, 113 incoming
  • Data Transfer: 1,635.48 GB sent, 94.30 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.