Memory Pool Memory Pool Refreshing

9,012 transactions
2.99 vMB
Show Random Selection Loading Transactions
Max Size: 17/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 ago 1.00 vMB 3,846 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (713,905 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
193,792 193,792 00000000000003a6d51f27d4300910661edd0c03604d59477c6ea8809181d52c 0.12 MB 290 148
193,791 193,791 0000000000000732e578ba047fa045b67c71b236079be7bee93fd868d4c0bb51 0.17 MB 446 140
193,790 193,790 000000000000030b7ee9bb3ac55a814d2ebb75cc5e91a8571d93530e39b86c46 0.09 MB 177 183
193,789 193,789 00000000000002e3abefd4ea35d6343fc7a7e086769334d54a19a8ab4f4f272c 0.00 MB 7 3
193,788 193,788 000000000000001d93780ee6363e3aedd8873a2cd10a9c44e8271253843f8323 0.00 MB 10 72
193,787 193,787 0000000000000741281b2ed5212efe1600b74e2a9f1ec7790835ee14bc2debc6 0.16 MB 368 158
193,786 193,786 000000000000000d3f2a8bdb6effacb33c38352f15a5b6f7f6a1a3a507948e56 0.05 MB 145 33
193,785 193,785 000000000000023b115c861715204667f4fbe63bf67e02629ca85efe8cdb0639 0.19 MB 510 250
193,784 193,784 00000000000002bf32c50089b10a2d88523a3049f9e9b8c3f21d7ccb46a899ff 0.20 MB 526 175
193,783 193,783 000000000000013c4c711b63e29dbf3aabf69ae28d9078febce3687044a824cb 0.05 MB 85 118
193,782 193,782 000000000000039848ebb5676fa610e2b23cd0d34589d7d3a2499df7eeb1bf79 0.03 MB 118 3
193,781 193,781 0000000000000091bfa3e48bd1f410543c0838b0d0a992b590bb35dd495e2108 0.25 MB 660 177
193,780 193,780 00000000000006be7eaa485f19bf2c89178f53c33d56c6969565f389dcb792b4 0.02 MB 40 109
193,779 193,779 00000000000003e2d64f4a2f8b2f49863300617cecb5e6dc16768cadab4584e9 0.05 MB 112 153
193,778 193,778 00000000000005b46ca82c36d2bad1bf0a376da4e7cc5604adc64c437b2665ce 0.28 MB 618 111
193,777 193,777 000000000000076f05fac2ef6e933f70900be4f7909443cb0da1c256afca53a9 0.26 MB 642 160
193,776 193,776 00000000000006c78348552223bdea7596a2d3c1b560a390f473c4ca47fad15b 0.00 MB 6 177
193,775 193,775 00000000000005ece762538702e82f999a8aad58565e0f586eb2220778f8d6bf 0.10 MB 256 80
193,774 193,774 00000000000003c4f80024e468373367eff0c9596158a007dfc15a3188215288 0.05 MB 95 44
193,773 193,773 00000000000000499113b17d78ac10e1d73affeb3334cb60eeb917550c1e4764 0.24 MB 640 164
193,772 193,772 000000000000010ec584410557b3660152a50404a92d50383ec5aeac709b3024 0.22 MB 512 110
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.38 GB sent, 92.72 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.