Memory Pool Memory Pool Refreshing

5,977 transactions
1.98 vMB
Show Random Selection Loading Transactions
Max Size: 11/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 3,068 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (334,000 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
573,697 573,697 00000000000000000015dd9f8a57f1ff0aec91395f0fb044e446c04029c88cc0 0.07 MB 143 45
573,696 573,696 000000000000000000028311b8f4ec06bf6afd9ad263bc347b2b4c49088a9b4e 0.03 MB 53 39
573,695 573,695 0000000000000000000cd18941b26f928eaeb6ca4ee918e9e923709b60eb4a9e 0.22 MB 447 35
573,694 573,694 000000000000000000239f1476fa4f8770f9ea7cfd0891f83c1e2fac46377340 0.74 MB 841 37
573,693 573,693 00000000000000000021c1a4790ad4fbfa6161fd0e47b3ef1200dffcf93373c9 0.20 MB 460 39
573,692 573,692 00000000000000000009afb7334918b21e2e8de7f056cce0e8bce082095c78b5 0.75 MB 1,748 43
573,691 573,691 00000000000000000016cd2709c551d63445ecbb7b23705aeb08b9e1468af84f 0.05 MB 137 40
573,690 573,690 00000000000000000023f058823fc00703ca52842ea8fda53fa6d4163ba01d86 0.30 MB 891 40
573,689 573,689 00000000000000000006d6fa171bf70e102c472798fb90d3cce3794de5eecbcc 0.06 MB 125 51
573,688 573,688 0000000000000000001a0e58242eb4ef65d6ea69f4e325b44de2222ade7a97bf 0.24 MB 655 44
573,687 573,687 000000000000000000122924c9f6b61d7576808467c4db4b83dce1289ec9550d 0.79 MB 1,218 34
573,686 573,686 000000000000000000203ff4745e06df761e722d6d1e6a7c6d57a42e211c0d9e 0.11 MB 289 46
573,685 573,685 00000000000000000003bc1ca9135624ab38f345a2e95e8eea3f358aa7b15ff3 0.28 MB 578 27
573,684 573,684 00000000000000000002f3a6fbffac995294e07338f784dd2bea1ca229c58a0e 1.30 MB 2,889 45
573,683 573,683 000000000000000000012fc7bf3cc5a51684bb97f348e57e5aecfe756d553655 0.02 MB 72 46
573,682 573,682 00000000000000000013400aad84923f8e6503391c4fb66034e82aaaf4747d24 0.13 MB 341 48
573,681 573,681 00000000000000000012514c0153843809c99292ef3abe4918d83cf1bbfe87b5 0.58 MB 1,281 38
573,680 573,680 0000000000000000002382d01c6df79677e8274e42c1dc85b2fa304a1f371fa4 0.59 MB 1,520 39
573,679 573,679 00000000000000000028249b6f9988fd44694f7f8d9f0f6a1a7928be310409d4 0.02 MB 73 49
573,678 573,678 000000000000000000174bf3f5cbf4f12e805574482cb1a2d5b9e1a909242a68 0.71 MB 1,556 15
573,677 573,677 0000000000000000000a83dd6b3b007558e9bf4c31e8ed800f9321faada57f25 1.26 MB 2,969 55
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.36 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.