Memory Pool Memory Pool Refreshing

4,937 transactions
1.66 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,698 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,179 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (634,828 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
272,869 272,869 0000000000000005b856236f90f7d93a891fe58879638451ce23a1dea9915ce1 0.25 MB 828 41
272,868 272,868 0000000000000000c9dc9e60c943b075b3fe3a87b51c5e76227df5571ec9bb93 0.25 MB 572 127
272,867 272,867 000000000000000424fc58d0f7d22aa482c4d00337822e988aacfcb73de928d0 0.25 MB 681 43
272,866 272,866 0000000000000002cdee32322cadde608b41e59b152e2ff93559e977e8d8fd74 0.25 MB 811 63
272,865 272,865 0000000000000003b23c20d067c424c06ec2e78c555d35192f85b390bf1d4971 0.02 MB 29 14
272,864 272,864 00000000000000042360cd14179c4b0be356949af96f1eac084e783671746e12 0.25 MB 634 153
272,863 272,863 000000000000000446e66022cd92ab8167835f2e86c6a91432f59f18824b6503 0.25 MB 587 104
272,862 272,862 0000000000000000707ed51f1beed8225016fb690f1eba1421a099005efcaffb 0.10 MB 177 40
272,861 272,861 0000000000000001e738c6927ba989593319d073a93808de30efffa2bd063d8c 0.34 MB 856 86
272,860 272,860 00000000000000006ab2c02e3732ba8442f00f24f4052c46989986fb6373d847 0.14 MB 310 46
272,859 272,859 00000000000000053f69bc159a92ea96f6deca1c3392a9b7e55fba9de1d0794f 0.17 MB 419 66
272,858 272,858 000000000000000346865f6922924cfd73dd7eabed2ec89b391214bbea060662 0.06 MB 140 47
272,857 272,857 00000000000000048a7b11f71c6ee2926bb2b91e5e20fd953446f7f2be18fb2d 0.13 MB 194 22
272,856 272,856 0000000000000005bbb94f7614ed0d33c74d6af98d7105f58b2da6774c2f75c8 0.11 MB 128 19
272,855 272,855 0000000000000000c4b076e29d1c3d090513a0aa2a451cb3218b90091b3a2cdb 0.25 MB 520 48
272,854 272,854 000000000000000292a87e43463f0b843c07ddfa603622f739296a917aebc3da 0.25 MB 761 74
272,853 272,853 000000000000000223377e3c7348ed160a7bb35781e7aa5c76fd44b48bec2ba9 0.16 MB 384 49
272,852 272,852 00000000000000025c8f577f7a1aebecb5ff1b9325fab7cc4541915f5eebda31 0.04 MB 91 60
272,851 272,851 00000000000000002cde2965a2a6c0dafca8d3b032a99d3b5b636cd4f91ebd52 0.14 MB 354 57
272,850 272,850 000000000000000292ac6dfc9614cbc279d2c8c464932b8bd986b286504df091 0.11 MB 223 32
272,849 272,849 00000000000000012d9480ee6e72d0d69fedc8f9c1e01b520fd4bcdff35b9602 0.16 MB 329 50
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: 10 outgoing, 114 incoming
  • Data Transfer: 1,616.00 GB sent, 92.71 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.