Memory Pool Memory Pool Refreshing

42,656 transactions
32.73 vMB
Show Random Selection Loading Transactions
Max Size: 196/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,227 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 6,066 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,226 (668,557 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
194,669 194,669 000000000000070f9b1bced934304dc1fdec2555c2c70710b6c367bf0728aa6b 0.00 MB 11 37
194,668 194,668 00000000000001ba0db5552303c237f3df05babade47e8b440e14c2e24fbdcd8 0.10 MB 143 86
194,667 194,667 00000000000006c71aa3dce8e14446321f6148719ff4075e3d28055c7bd6161e 0.11 MB 216 108
194,666 194,666 000000000000009275fd2517ddc4359cbab875e00e4270708c6a90c1fef6f448 0.05 MB 132 73
194,665 194,665 000000000000072775757f9062936c8994be6b61f2debc3cca197bf7ee45e4b7 0.02 MB 46 35
194,664 194,664 00000000000005adace967517261014bf5cd25f8cd5d1fddba99532cc84fffc3 0.13 MB 260 126
194,663 194,663 0000000000000277c8648d3e5a239430dfdfd4f1632fa959c1b14a28ddbebfea 0.04 MB 90 36
194,662 194,662 00000000000004daa17c58d599707d6cb74f577e7d249c994a49c5d7c8588b12 0.45 MB 512 74
194,661 194,661 00000000000004772cb7058c2bd20e247cc7340087b1edd4b349116e6c4dd86a 0.26 MB 135 123
194,660 194,660 000000000000027394b764bc02a51c8b163b3a5c85653578e17b026cc74e6622 0.00 MB 11 45
194,659 194,659 00000000000000cfa330a37564f863281c88f2159043b6ff47d82a99e466ce3f 0.25 MB 67 54
194,658 194,658 0000000000000572a154f81218541303bf841c9268d4e81a01f579157efb0d34 0.25 MB 290 80
194,657 194,657 00000000000000a13f6a1b564b6ef5bc06067da0374e181f4acf7f3c4d9caf37 0.25 MB 102 77
194,656 194,656 00000000000003b330c6b45bef2e8b9792af94857cf2308d579f9f8c1b38c741 0.00 MB 6 0
194,655 194,655 00000000000002fb470a1ef66fa90dbeae08dfbf7c87d2721c16dcccebd53384 0.25 MB 545 140
194,654 194,654 00000000000000320b39e8493902673fd82fed614992c74dbf9b417d15d2a2d9 0.10 MB 330 12
194,653 194,653 000000000000030a9cc0bfa554d28d204a07b2ba37cb132a63195e333278bdef 0.00 MB 1 0
194,652 194,652 0000000000000423bba51fdc9be8eba89d08b5d0faf2debe00c0257e90f1a2f7 0.04 MB 128 334
194,651 194,651 00000000000006bd02ad8192e0ce7006a8e1056dca3c24657045041528206a5a 0.00 MB 6 15
194,650 194,650 000000000000069e1eae3beac0b951b4c14972f1d54e9e68a697f7033a8fc606 0.25 MB 131 77
194,649 194,649 0000000000000728f5e5c02a4788f83c5ad24d3b7c7dd499737344174d7261ef 0.41 MB 128 89
Previous 10 blocks ↓
Total Size: 686.55 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,478.01 GB sent, 115.46 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.