Memory Pool Memory Pool Refreshing

1,091 transactions
0.29 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,766 00000000000000000002349e0000000000000000000000000000000000000000 0.29 vMB 1,089 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,765 (11,038 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
896,727 896,727 00000000000000000001b121672a1fb75b6f820748cdc4a01899116c161d2b05 2.22 MB 1,205 1
896,726 896,726 00000000000000000000adfd9757306d29139fa56959c2a02d771e80715f306f 1.89 MB 1,747 3
896,725 896,725 000000000000000000004c9114b190bc9077953d20f7ad2d526bf137b45c7bd2 2.21 MB 289 1
896,724 896,724 000000000000000000025871c5a5504961b2a1eeb017c1509a605f9b6b478dd5 2.05 MB 1,098 1
896,723 896,723 00000000000000000002127582f02b8174d05c19fb732ff7ac15cf4c386ac699 1.57 MB 2,562 4
896,722 896,722 00000000000000000001475040e4cc63a0b580a81ccab1fe19e9f98b8bdb678a 1.00 MB 2 6
896,721 896,721 00000000000000000000574cad0ffb1d562d4aaf6efdc119a7d7e855ff06fa9a 1.75 MB 2,954 2
896,720 896,720 00000000000000000000375b3076b31d67dfb93c667d7a58741a30c71f686ed0 1.41 MB 2,499 3
896,719 896,719 000000000000000000022ec9de687da1efad3a50a09cf0f7ae0d588198eb25f8 1.91 MB 2,831 2
896,718 896,718 00000000000000000000f830502ef8c35acff73069f1379333f6be10cc755c69 1.58 MB 2,966 3
896,717 896,717 000000000000000000010d76f877d3cf3ce120cd85ebbd25d9b32b69487bbb75 1.90 MB 1,549 1
896,716 896,716 0000000000000000000160df07c34e8b507a83453a4ae8e82be01eb4644d1a71 1.87 MB 1,827 2
896,715 896,715 000000000000000000020136a999db9d91d619644519e746bcc435050bbf1772 1.26 MB 1,475 2
896,714 896,714 00000000000000000001abb4871459abfc2d6f8f0bb089e5e009454be64a6f2b 1.64 MB 3,252 4
896,713 896,713 00000000000000000001f09da0d10728c8de17c37cfff8e1a6d54049772b7f21 1.61 MB 3,656 6
896,712 896,712 00000000000000000001dc71656d6ad216a215dd3bc03d1d1ca39c083443ef2e 1.31 MB 1,914 3
896,711 896,711 00000000000000000000c971ad2498bb1a7fce018f46c5a166affdbf882a0b44 1.67 MB 3,570 5
896,710 896,710 000000000000000000010dc0bcc4311d436bfc36e844255c4d4d2ded6c89d03d 1.65 MB 3,658 5
896,709 896,709 00000000000000000001089b54af65e33e6752978bec18c4132998fc62fb9779 1.62 MB 3,186 3
896,708 896,708 00000000000000000000a5139b58c835b00690d8b8807479563cdab11ef1f112 1.62 MB 3,540 2
896,707 896,707 00000000000000000000de5249e0582272680dd1d9321e300f798af12e67353c 1.36 MB 2,279 2
Previous 10 blocks ↓
Total Size: 769.10 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,629.01 GB sent, 93.40 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.