Memory Pool Memory Pool Refreshing

541 transactions
0.18 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,470 00000000000000000002349e0000000000000000000000000000000000000000 0.18 vMB 541 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,469 (807,689 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
100,780 100,780 000000000002f5667143d584d5641eb9d1b529cdf4b24cb06902867f31963439 0.00 MB 1 0
100,779 100,779 000000000003ddaa25833c8653bd23fc14cd9a1b453c08865e95d8eb6fb4a50b 0.00 MB 2 0
100,778 100,778 0000000000004f2ec3644ce50dcf731fb443526a31ac4d012f859afe16af644b 0.00 MB 1 0
100,777 100,777 000000000000cfd5b931bbe214c34fd121818bb126e7008c50d6d0f2b8a3a842 0.00 MB 2 0
100,776 100,776 00000000000062e7bce5354ada80395d2d1fe678573e2bf0b14d92e8a0b56357 0.00 MB 6 0
100,775 100,775 00000000000098a5b5f79cd636c86f3d801a6078159606b785a17cff296706c9 0.00 MB 2 0
100,774 100,774 000000000000a4597385693426b0c3ad988ef45dba33b1593f004b6fe4d9675b 0.00 MB 1 0
100,773 100,773 000000000000d5b7c38c265cf29ca3e70f4fb00bea03daa3faf3fe0fc90289f1 0.00 MB 1 0
100,772 100,772 0000000000027f25025fa1edf180cd9e2a487c973aecd7c5163708595f39d9b8 0.00 MB 1 0
100,771 100,771 00000000000421bd8518f5d5a7ea73bd475cea13077cd5a0968391bb32218770 0.00 MB 7 0
100,770 100,770 000000000003b48419695a087a25704bc24399fb624475c70c28434e5d5b6e72 0.00 MB 11 0
100,769 100,769 0000000000002df9515d531102babb0f40f1e7073b12d747accc8ce155ecfdfb 0.00 MB 2 0
100,768 100,768 00000000000406980ff451bc39f0d85cfe98488e836c83682911d3b9d4305c50 0.00 MB 1 0
100,767 100,767 00000000000369fe5c05bb5ceea744ba6879717896b1c581d9a559fdccd354bc 0.00 MB 1 0
100,766 100,766 0000000000019af9111c1baf7e505e5a9ad1a96aa7c6d0e388250e1fc6a421b6 0.00 MB 14 0
100,765 100,765 000000000001b2ac91d506e4560f9301cdd9097bf279950f289171800a358e36 0.00 MB 1 0
100,764 100,764 000000000002b77ea0ebdb1f2ae36fc9a2e8a8f4e9b9e984f49bc126edf49db5 0.00 MB 3 0
100,763 100,763 000000000002ebe8562bf62eba06c742fd4f5b1e2b6eb19d817128f97e3fb9d7 0.00 MB 4 0
100,762 100,762 0000000000021c9b6bc151eb46b384e94899e22f7ff840ab544392c1d461bdfd 0.00 MB 1 0
100,761 100,761 00000000000430daebaece591328d9d350028632b616bcef1f68a84dfccf0e93 0.00 MB 7 452
100,760 100,760 000000000003451fd1f2f0f863e803aee21a2e98b5a4efbdccdca4a139d10d90 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 770.58 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,784.26 GB sent, 99.89 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.