Memory Pool Memory Pool Refreshing

6,740 transactions
2.42 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,840 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,515 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,839 (596,147 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
311,692 311,692 0000000000000000026075be3763c8acbfde045b6ded2632a212ffda3a4e00fc 0.04 MB 80 32
311,691 311,691 00000000000000001f7970671c18c752b4e6230ac941d9cd0688a26130ae9390 0.36 MB 567 26
311,690 311,690 00000000000000003627dc287047d54870842ecfb29f3c9ea61f30187edd032a 0.29 MB 525 26
311,689 311,689 000000000000000036cef4468f222d514d738fe536d3a258fa83f6c8b4d4edb7 0.15 MB 241 30
311,688 311,688 000000000000000029bfbe04e075f24c066808b78da14b6f909588c3e74d116d 0.35 MB 562 28
311,687 311,687 0000000000000000264223c9af12a36aa61126096644ed1283a9c832a573f48d 0.06 MB 99 26
311,686 311,686 0000000000000000249ae23d24814dd0aac3fe6a1c5fa1b6692434f6b9d5a696 0.09 MB 177 28
311,685 311,685 00000000000000000d71715af93cdf42749e54f3f3c1ab6a3f37847569e5a195 0.16 MB 295 26
311,684 311,684 00000000000000001eaf4c71ec704d6fe5ae85cdc8b788e4f651d41a198b1508 0.02 MB 30 20
311,683 311,683 000000000000000003573ffac39c290f9d0fe9c7aac4de59cd6b5b23af08aff8 0.05 MB 63 32
311,682 311,682 00000000000000000f51ddbc105d10ecee7897ab5786fed729d496f912323a52 0.22 MB 361 25
311,681 311,681 000000000000000037880a52582d324bea9aff1fb0c07404561ce2abbdb8d88d 0.34 MB 606 31
311,680 311,680 000000000000000030cd6f29e5659aa7e0daf5862fe84b68c8234d60f0143041 0.13 MB 197 18
311,679 311,679 000000000000000010e90031cce0bea1ded4ab0becbd7c23e1afad458b824a98 0.59 MB 956 26
311,678 311,678 000000000000000006b81285af94c954ff8a4541dc6438ce5c68b3570b8b579d 0.04 MB 31 8
311,677 311,677 0000000000000000233db3f455cb03b52117a102793e388051c11869f9f5985b 0.25 MB 402 28
311,676 311,676 00000000000000001fc2567746eca259d0ec1183f65dc5a9f9a6dd71b20799a8 0.11 MB 161 27
311,675 311,675 0000000000000000234afb249a3a5cfd133e5d31dca626d84574c424ca1ee629 0.63 MB 1,012 28
311,674 311,674 00000000000000000abd1795585a551eee971e5b95527b9be98e177b61bc68f9 0.26 MB 377 23
311,673 311,673 00000000000000003df0843aec2da3ba5f49629e830a4f1b8900969359696768 0.04 MB 66 21
311,672 311,672 0000000000000000320ff49e6fc580ec8bb7e09f91e343ab030cb47b732af7b2 0.21 MB 314 22
Previous 10 blocks ↓
Total Size: 769.24 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.05 GB sent, 94.13 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.