Memory Pool Memory Pool Refreshing

4,449 transactions
1.35 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,697 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,698 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,696 (54,022 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
853,674 853,674 00000000000000000000b64a3ebe90b3bd5ff7ad40f732e7965f00e040c7ecc0 1.54 MB 6,274 4
853,673 853,673 000000000000000000020513b272554645e0dc317067e19a3020fa0e208b094b 1.58 MB 5,444 5
853,672 853,672 000000000000000000023e6c71ef82621e253b57e94dbcd916f635222f552613 1.56 MB 5,999 4
853,671 853,671 0000000000000000000188268ed1e788efc63aeddd9bea38b2e5a783ee74990b 1.55 MB 6,720 4
853,670 853,670 000000000000000000021db94a660feccf86a9d2343a5db5fe492f5646bcbfdd 1.62 MB 7,780 3
853,669 853,669 00000000000000000000b200be127575617825848e95aa292faff9c08ec9dc5e 1.65 MB 6,467 4
853,668 853,668 000000000000000000002da194551af32b1ab5eb38bdcc3bf488f24d51f54dcc 1.57 MB 5,835 5
853,667 853,667 00000000000000000000e60548e209c2d120288ee39ded8b5bc3a94d252aeba9 1.53 MB 2,775 5
853,666 853,666 00000000000000000002e34fe682192ee198d281160beed29993383bdd9fd0f0 1.64 MB 4,960 5
853,665 853,665 000000000000000000013d0786e46b8351b6870688da6c76ef8f5df40306a89e 1.75 MB 3,776 5
853,664 853,664 00000000000000000002b64f43e8f6d50bdf717098306a37d37f0f9cc7bc6490 1.51 MB 5,631 6
853,663 853,663 00000000000000000001b322ac67a9a546d7f01c81492c529a2a7c368a679d9b 1.51 MB 5,403 7
853,662 853,662 00000000000000000002581487182114c45b3c632be9de87f29a1dda1b9eac13 1.63 MB 7,647 3
853,661 853,661 0000000000000000000348cd7dd09cd8aefbbda13d43323f3dc28e4f0f21fcc0 1.73 MB 5,149 4
853,660 853,660 00000000000000000000c23358ccb320b10fd2021a47dec58c917ce492b49f6a 1.66 MB 6,450 3
853,659 853,659 00000000000000000000ffa990f2b4b9e1f7c666aad86563b6cc526fd02588f0 1.60 MB 7,132 3
853,658 853,658 00000000000000000000cc91a2bd29dad85894415adc2fb9615486e1723fffe2 1.54 MB 6,630 4
853,657 853,657 00000000000000000002d24cef9cabd337ac073914129f9ac110d24f468227d2 1.52 MB 4,777 7
853,656 853,656 00000000000000000000838b24724133b6470df3af318224a70d4f94b842c0cb 1.61 MB 6,976 4
853,655 853,655 00000000000000000002364ae5e885c76783030333c1c40dd645669897ddad10 1.62 MB 7,398 3
853,654 853,654 000000000000000000029b9e3752b8fb0e95f4638caf5f07697f7234f5e130a1 1.74 MB 4,937 5
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,615.73 GB sent, 92.69 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.