Memory Pool Memory Pool Refreshing

40,970 transactions
28.72 vMB
Show Random Selection Loading Transactions
Max Size: 170/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,204 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 5,961 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,203 (136,605 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
726,598 726,598 000000000000000000086eed3e98b387c49aef891213a28f6b38a79d2db7d08a 1.54 MB 2,970 8
726,597 726,597 00000000000000000007570c6dffaf31045da8ec44648af2d3eeb25b84493b68 1.83 MB 1,604 14
726,596 726,596 00000000000000000000223396fa1138bf73e51911e63f41fa0e0f053d9c6ba9 1.50 MB 2,539 9
726,595 726,595 000000000000000000012c553fb6fabe9c6cc195f9974ff01dad806cdb94c2da 1.50 MB 2,674 11
726,594 726,594 000000000000000000071f5f586a527d88420a61be3d0b0e45b1eaa6646137ea 1.71 MB 2,954 10
726,593 726,593 00000000000000000005e8909249a3a259a986b4cd2df2f86068fbfb51c04433 1.52 MB 3,048 18
726,592 726,592 0000000000000000000177a92761a5564160139a07f4840061e29d206505e059 1.62 MB 1,372 12
726,591 726,591 000000000000000000063d7baf1e88f6a97d3d1b28b7b8b4e2a1869a9f081e04 1.51 MB 2,589 24
726,590 726,590 0000000000000000000697179e4f79402522bd998321a3e3c9115bc646948c43 1.57 MB 3,267 10
726,589 726,589 0000000000000000000437089945c8b5eadf8db22046f34f08d8dc0cf79d3343 1.58 MB 2,356 16
726,588 726,588 000000000000000000059d66eab9780e14afb27e2099ef2ee55dbf034b6425fe 1.42 MB 3,125 30
726,587 726,587 000000000000000000079aa1ba2d5c0bf3824739fd777df6b3dd685e378f3fc4 1.48 MB 2,599 5
726,586 726,586 00000000000000000001ba2722acef93e1fe9576e0f3102f1a319321e1f0256c 1.48 MB 3,109 11
726,585 726,585 000000000000000000053902c9dd25e98cbc4ab86850c77491a063b669243939 1.48 MB 2,703 6
726,584 726,584 00000000000000000002f8006ebd46dbc4e43e7ce0c090ef76143249e846ac4c 1.58 MB 2,416 10
726,583 726,583 000000000000000000079fc6e8225d4c51fb195ba1b03348ea73668dad749273 1.53 MB 2,881 13
726,582 726,582 000000000000000000090a5c4f6f7210afafd7bafcb9f15744c058a8a37e9b6b 1.58 MB 2,985 12
726,581 726,581 000000000000000000002212f38aa6133b7f7119f8beebc046fd5bfa20b44168 1.44 MB 3,101 17
726,580 726,580 00000000000000000005cb3ff57fa42f262b0987019ccd0da0b1827e0eb4e13f 1.46 MB 2,231 8
726,579 726,579 000000000000000000060aeb151282447e29b735ad97b663bea745c5ce11eb41 1.45 MB 3,226 17
726,578 726,578 0000000000000000000068023e8a835742d480c593a76b0be3621d815f27a199 1.35 MB 1,890 6
Previous 10 blocks ↓
Total Size: 686.50 GB

Node Information

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