Memory Pool Memory Pool Refreshing

65,409 transactions
28.72 vMB
Show Random Selection Loading Transactions
Max Size: 155/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,734 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 1,632 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,733 (821,112 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
28,621 28,621 000000008033f86dddb61d5993cea89a30f1913e543914d8017db6091d46cab3 0.00 MB 1 0
28,620 28,620 000000008f2ab9aa0d9f569f8c8787fdfde6273d5f425b3238f055200aa4f42d 0.00 MB 1 0
28,619 28,619 00000000482b69e86149375c30d691b0eab6f2eb80af3cd62b19e0f59c49f4f1 0.00 MB 1 0
28,618 28,618 000000006b402b6b3352ff6588d4912c710f0538717460597b5d745f3718b64d 0.00 MB 1 0
28,617 28,617 00000000c834be64a518aa86f7fe43d31ea0d2b4fa73d0d009ccd91d1fec293f 0.00 MB 1 0
28,616 28,616 0000000012890fd192214a055c48d3abd84c8e21efcab77d80c2578fef2d4dd8 0.00 MB 1 0
28,615 28,615 000000004c308775b9d95143fb98513f85bc2af99156558aa9dc4484b53a6253 0.00 MB 1 0
28,614 28,614 00000000ffe5255e229781dd72b1626c4df90e77390d38f6337ce949bc3ff300 0.00 MB 1 0
28,613 28,613 000000009261447235484212354b9306532389819b7d26538eaa3f922cf8535c 0.00 MB 1 0
28,612 28,612 000000005e1304fb8b82f243ee7c05cfe3a5515fa740c546fc4406cba6e8bc7f 0.00 MB 1 0
28,611 28,611 00000000d825d6c9909f24c34efe0d73d766a597877cd3dbf51aa7af6cf8b6f3 0.00 MB 1 0
28,610 28,610 0000000099e42d2610bde471f80267d6e3393f8b653a45c3cb409ae870d4cdb1 0.00 MB 1 0
28,609 28,609 000000004b163c55c375213d53647f16d89fc6918b60afeaedc5bef848f813b5 0.00 MB 1 0
28,608 28,608 00000000bdd194f5a0eac29b594e4084eadd336815af8220e0980c93bd7f5c8c 0.00 MB 1 0
28,607 28,607 00000000fec58827f02407d1838d0bed9c1ac66a2d7bd1b4fdc813b3e1f0411d 0.00 MB 1 0
28,606 28,606 00000000b74097bf5421717351f2ffe6400bc20ed5c789e64bd21668bf438b46 0.00 MB 1 0
28,605 28,605 000000007daaa13e1d5d85f42c9b96444669598b7f58b15cea1845d0a63c9f45 0.00 MB 1 0
28,604 28,604 0000000093ec6886d41630bd1364c63529455e9d0525326627eea555dd4b7bf8 0.00 MB 1 0
28,603 28,603 00000000e8812547acf8553a3b5a6dbe7c7d7a499e162de72280820f37284606 0.00 MB 1 0
28,602 28,602 00000000124e12eab47f8d89691d15d25e5e74c348dccb456c4991dab625e4c4 0.00 MB 1 0
28,601 28,601 00000000fd95f395a9ec12452be05c280f913d01226f81179e7bd62179290fd5 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 661.01 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: 683.99 GB sent, 4.05 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. Electrum Server. This is used to get information about address balances. Bitcoin Core doesn't keep track of addresses, so you need a separate database running alongside it to store address balances and activity. This information is retrieved using the Electrum protocol.

    Electrum Server is what wallets like Electrum and Sparrow Wallet use.

Limitations

There are a couple of limitations to this explorer:

So if you're looking for a more advanced explorer that offers these features, try mempool.space instead.

But if you hate beautiful websites and only want to dig around raw data quickly, this explorer should do the job.

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.