Memory Pool Memory Pool Refreshing

9,912 transactions
3.00 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,839 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,319 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,838 (592,071 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
315,767 315,767 00000000000000001946ea7a532f53485a2f8ab801dcd780face5824de603391 0.40 MB 691 28
315,766 315,766 00000000000000000fc71108e180e31b01a05249ae3382a3cc16087c103a49a4 0.11 MB 186 26
315,765 315,765 000000000000000017923614b1bfc94caccb183c63a9f49cd494a745bcbeb2a8 0.07 MB 127 29
315,764 315,764 00000000000000000eadc581df3e2ae5a44fab1a32b1c39fa526c511484d7a51 0.26 MB 531 28
315,763 315,763 00000000000000002aaa429baa617e87f37a1084c2d2bb298145fbb1eb8894ab 0.49 MB 963 29
315,762 315,762 00000000000000001bbb6ba2c8b110ec6b2fd91d2bdb8847e7808b1b11b358e2 0.15 MB 294 28
315,761 315,761 00000000000000001121ce41e7b69bbd04fe90d03bc2d55f1efd3e24a847de6c 0.61 MB 969 25
315,760 315,760 000000000000000022642fcae3e523bdea775e6609ed02e5fc9bc289c2a95cb8 0.21 MB 321 21
315,759 315,759 00000000000000002ef2b6768e207b3124f449951d00a826a1cf349f91014bf4 0.59 MB 1,048 28
315,758 315,758 00000000000000002a9ad43348fa4ddc49a5da54f346d55615ccac581abd93d9 0.00 MB 1 0
315,757 315,757 00000000000000003078c646566b742a88c7ec170936bfd9d1eb54fb8334195a 0.07 MB 117 32
315,756 315,756 000000000000000024d48ddd3789f7120e0b2a680f512531226500841296ecaf 0.14 MB 222 25
315,755 315,755 0000000000000000259e5c703395601be8b4811675ef31bbe4c95f8c04a49c7e 0.16 MB 255 22
315,754 315,754 0000000000000000376a6f8ce41968a9c6fa22e7d464a40c82b291cf4cdb2b08 0.19 MB 312 25
315,753 315,753 00000000000000000d202a68a78100fb81ed837bef1579d4cbdcebd32b49a0f9 0.54 MB 925 27
315,752 315,752 0000000000000000369c7a2f52d78d95087f538d9cc885ea51e5bedfbe309850 0.13 MB 291 30
315,751 315,751 00000000000000001562962c93eee042957ce47c1c1bd91c0a65485b1f93f0a7 0.41 MB 563 24
315,750 315,750 000000000000000009b7582871f4b61a54f89bdab97386db5ae0978d04fb7863 0.07 MB 80 12
315,749 315,749 0000000000000000214388f3657d97b1b998e6fa5aa4e50ddfbce74a4fda3cb2 0.02 MB 31 28
315,748 315,748 00000000000000001be57b39f5fdcde77bbb78c5e63b1f7d5191bedb6a144443 0.24 MB 373 25
315,747 315,747 000000000000000006138d5ac6ae015b4b0f9f95129c0cb737769af13b9fd5f5 0.01 MB 34 38
Previous 10 blocks ↓
Total Size: 769.24 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,635.04 GB sent, 94.13 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.