Memory Pool Memory Pool Refreshing

8,219 transactions
4.23 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,727 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,065 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,726 (586,093 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
321,633 321,633 000000000000000002aff2f73b16f2d0699354d6c56c210a962ac23695e28b9d 0.30 MB 552 32
321,632 321,632 0000000000000000177edeb6ddf1df59218a69e1cde83be91239de5e53206611 0.16 MB 81 13
321,631 321,631 0000000000000000048513bd0cbd7fb92c485b5f9f0da0a628d1536ae7734f3b 0.10 MB 256 34
321,630 321,630 00000000000000000754a3ce5e35490010663c176687692138897cfbc9806092 0.71 MB 483 16
321,629 321,629 00000000000000000f893e8e024ee28bdbcee6f67016450f0c856294b7110481 0.75 MB 817 21
321,628 321,628 00000000000000000542ba6c805fa126e2e57659a6c06d6e9757f05f812d2cc3 0.08 MB 256 46
321,627 321,627 0000000000000000108c9ba6a235d97ae62cb6cde5afe220fa69355ba366e394 0.71 MB 979 24
321,626 321,626 00000000000000000e04d3569c0907c08ba5b5ec060c783ed91371216e5e6057 0.00 MB 1 0
321,625 321,625 00000000000000000915d0794682bdb82a914b9cb2a138d9ca74e04ab2d7766d 0.27 MB 572 32
321,624 321,624 00000000000000002204fd69c213847d165e58965ddf3ee6e88c1ad3e6b00f89 0.47 MB 449 22
321,623 321,623 0000000000000000127f246a4a9a4badd2ff23f19b7c262be48c14f9b24c928f 0.10 MB 193 27
321,622 321,622 0000000000000000192a2e8474efa9333657f78065f94b94978b786a3a1a11d4 0.13 MB 142 21
321,621 321,621 00000000000000000efef8054c5af4c8f00520b5b63a7d27bb32c42f9f04b125 0.35 MB 524 26
321,620 321,620 00000000000000000deee90cab1948d632a4fd906d1f004938160cd9084cb5cb 0.14 MB 260 20
321,619 321,619 0000000000000000087bc87dc0a7b083b9f54c80b147b20f73cd42bf010b5513 0.20 MB 291 27
321,618 321,618 000000000000000016ad0ffb38a6eb91ad20190e2cc794118403a4fbca5c8cd3 0.35 MB 769 33
321,617 321,617 000000000000000015cb126b8fb0fdec7af94a03cb13ddb29f9dbfc281889bf8 0.00 MB 1 0
321,616 321,616 000000000000000023beb6ada26d723687c71c8a10625f4d0cfc0ae8d949a5e2 0.26 MB 393 26
321,615 321,615 0000000000000000032dc1f16449f78350be73d97851133001a29013a285fd3e 0.11 MB 222 30
321,614 321,614 000000000000000011ead3da16f662bb8543217f95b2b2e2388c11e2b8f4db47 0.04 MB 79 33
321,613 321,613 00000000000000001965d1101c1424294fdb9833b7d99c574426c70fd57d2235 0.37 MB 520 26
Previous 10 blocks ↓
Total Size: 769.03 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,625.81 GB sent, 93.04 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.