Memory Pool Memory Pool Refreshing

14,112 transactions
4.49 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (604,956 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
302,762 302,762 00000000000000000863af0c031c83971ae37de68b7dbc471e3d4991ac8dca81 0.26 MB 301 21
302,761 302,761 00000000000000002ef8d84012f00ced84676d95657ef3de131bc939c9c5fa3d 0.35 MB 934 49
302,760 302,760 000000000000000046ef14fba678ad7d038ea9668d789ef6f17089ae849805cf 0.85 MB 961 22
302,759 302,759 00000000000000001f89f2dcb4509a7d03401626f628a3fef1d76c0d0eb027ea 0.50 MB 437 17
302,758 302,758 00000000000000006073405e0543424d58272c56106148dbe1d5a643be28847b 0.35 MB 821 39
302,757 302,757 00000000000000002023d01555179ef3761338515366c0e259c094af46fda13b 0.50 MB 1,103 34
302,756 302,756 0000000000000000425a491183428a499922ec09d896af69f156bf7f298a5364 0.00 MB 1 0
302,755 302,755 00000000000000005c33b37d297b2b83686ca95fe64e0a33fd91a4eaf2d6bd7a 0.50 MB 1,544 49
302,754 302,754 00000000000000002e50669097c5487b54c3a669140a3b3b7664ff47e1d4ff21 0.04 MB 34 10
302,753 302,753 0000000000000000445e26c592c4890fef76d15e48fdf1844b90ed0a1870b429 0.04 MB 76 28
302,752 302,752 0000000000000000199da16d1cfde83785e9027e52339fda420e3e867cc41dfc 0.27 MB 388 28
302,751 302,751 00000000000000004f6d5a63266805cfc7aaf6d9764af7d11c0023e6ce3fb380 0.35 MB 618 30
302,750 302,750 000000000000000036633926026febf99ba60c050580326c178bb67c2369a926 0.17 MB 305 30
302,749 302,749 00000000000000001a6cea07eb211a5803cb76a3519e7a9d191c27b7f062a658 0.15 MB 190 24
302,748 302,748 00000000000000000fcde74d4171c9eda04faae4b0350d2edee44b3b618c4de9 0.35 MB 742 34
302,747 302,747 00000000000000005457eaecbcf94f654524efdab0a385c3e79fb2cb2d5447d8 0.10 MB 125 14
302,746 302,746 00000000000000006152b88ce97ea2df70930754c0c362384814313d798e3dc6 0.27 MB 299 22
302,745 302,745 0000000000000000422a4d7d2e71a428b62f9b620f205c2a486eca03e14b56c4 0.35 MB 864 43
302,744 302,744 0000000000000000237e79755f3f75fc667f19077b748b16968fd0b28f64d213 0.40 MB 555 26
302,743 302,743 00000000000000001224f285fec59f7749efa3baef3b0e8a6c868c6582b61413 0.35 MB 572 32
302,742 302,742 00000000000000005e32b48ed3f42ff8f3273471ab0e2f9bf36b5ac2244d54eb 0.05 MB 100 34
Previous 10 blocks ↓
Total Size: 769.02 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,622.95 GB sent, 92.96 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.