Memory Pool Memory Pool Refreshing

6,995 transactions
3.29 vMB
Show Random Selection Loading Transactions
Max Size: 17/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
2 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,656 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,572 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,655 (706,058 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
201,597 201,597 0000000000000468b21ddcda74388a6f3a52687a494e88d244529fb2545b98b9 0.01 MB 20 45
201,596 201,596 00000000000002e74a1d20af3afc49a386912f78cfe69bd04da1432d1d6e9bb9 0.03 MB 84 133
201,595 201,595 000000000000027a64ff27f555c419280d7a32d580d31406c61f10d8465019a6 0.02 MB 20 44
201,594 201,594 00000000000004132f6b66ed0d8b1c1e3d7aa0d8271af778666ba2dcec86301a 0.09 MB 223 213
201,593 201,593 00000000000005ba9af64afe1e33cfcb6e089b4844e3b94749fbe73a11dec061 0.04 MB 75 71
201,592 201,592 00000000000003d0133cc5cbd64c3e541aeab4130e612da197c6db245535b663 0.05 MB 103 121
201,591 201,591 000000000000021d33a39374c7333402f48bb54410b9b7624a055aea9e78d674 0.04 MB 100 75
201,590 201,590 00000000000003eaf1682566ed54bd1d96fc11da62d9ee8eae7064250372f602 0.17 MB 343 123
201,589 201,589 000000000000034a9ea2bd9fd8767be8cd8a9f52aefa3f3bf8c9012f3f29986d 0.01 MB 16 80
201,588 201,588 00000000000003dcf784bc05c562656c959c616a1db859e9e3bf552675061e4b 0.31 MB 660 96
201,587 201,587 0000000000000187bca7d2eaa120d6b5e93fa16aceb29751ba868b7a28fc7558 0.28 MB 610 119
201,586 201,586 000000000000058aed3833db588950429a46fd43e691f9121e2dbf5d3e131717 0.14 MB 234 123
201,585 201,585 000000000000050a8c91a22828b283434f6662d10382cc35e004e0df45e87220 0.00 MB 11 355
201,584 201,584 00000000000004c2ada10dcfa250f8c6ba8cdbe94acc79cde8355a85a14fb598 0.10 MB 175 121
201,583 201,583 00000000000000a202109a8ac566ea47568c2ea00dcf73003507723176e1f016 0.05 MB 176 93
201,582 201,582 0000000000000001e62894a6a31005013c518b81afad79f0842df66b768dab60 0.43 MB 731 43
201,581 201,581 0000000000000234dc7d273e84977cd42902b759c0671ebce5830cb5aef5261a 0.34 MB 779 153
201,580 201,580 00000000000001c0da79fbfbca15fb9afb922345892e26c4579780fe5c5a89d9 0.13 MB 245 113
201,579 201,579 00000000000004a78d8338fd6baab5b77aac74c74f1745ef54ce3a1b987c3748 0.05 MB 108 157
201,578 201,578 0000000000000520bc77bc7a3ad3e7f3ebf5e26b6b4a89986038f6ee6de08ffb 0.08 MB 270 165
201,577 201,577 000000000000033b3769b8f27de1f34e5c4ee18ce708a6da5af80c7eb05d84c9 0.09 MB 176 161
Previous 10 blocks ↓
Total Size: 768.90 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,599.26 GB sent, 92.27 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.