Memory Pool Memory Pool Refreshing

69,946 transactions
28.35 vMB
Show Random Selection Loading Transactions
Max Size: 159/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,714 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 5,458 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,713 (386,030 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
463,683 463,683 000000000000000000b857bb289e15c1a5344784d61140e9ecc876c891f1b927 1.00 MB 1,024 255
463,682 463,682 0000000000000000013506db229ecb031654b4bb695248d54ae2ab41b30d3924 1.00 MB 1,957 205
463,681 463,681 000000000000000000dd83e596e2c88b2b602b107d8c5c51b33d867f78025931 1.00 MB 1,959 153
463,680 463,680 000000000000000000431a2f4619afe62357cd16589b638bb638f2992058d88e 1.00 MB 1,897 162
463,679 463,679 00000000000000000201d7429db233c7055e9699c5bfb57b167ca8d0c710dc71 1.00 MB 2,113 183
463,678 463,678 0000000000000000009dc82ca1ac7f358f0633d6fb7158d7a23d155961b7cb03 1.00 MB 2,464 195
463,677 463,677 0000000000000000018d7e8ae8fa8cbd1c8d1e175fdf14b59abea7f3baa315d6 1.00 MB 2,804 185
463,676 463,676 00000000000000000123f2893146a37808575dcf439fbc6a292326ebbbdb7ab6 1.00 MB 1,487 153
463,675 463,675 000000000000000000206bccb8682a323912ca7ba1ce634c7fe1e5b42c4ce8ad 1.00 MB 1,159 96
463,674 463,674 00000000000000000081d50f5f266aa3ea9004ab1263e10d6891eec6e8d50f3f 1.00 MB 1,914 158
463,673 463,673 0000000000000000009bca42f2fd4cff2cb44b4a395985b94f99d2eb5833af4f 1.00 MB 1,552 113
463,672 463,672 00000000000000000000291d6c7d4f6f170f7b98cb87e7d8d90e4498fd4407ca 1.00 MB 1,418 146
463,671 463,671 000000000000000001bab4f877eb5d0afed803b3c941f5c3b6959136dcd1709c 1.00 MB 1,078 102
463,670 463,670 000000000000000001c14c4a7f1df1b1c7ee690d791f24cbe0b0317f9fe10c0e 1.00 MB 1,741 148
463,669 463,669 000000000000000001c549f2f8ba505e667db2e47921f73ca8430861f9047d9a 1.00 MB 981 102
463,668 463,668 0000000000000000010700e72ee819b5120cc3d182437b50e9fb3c22aa162581 1.00 MB 1,518 125
463,667 463,667 00000000000000000032609839d3682d0364e5df638983f41e123ecbf0d7de00 1.00 MB 1,833 129
463,666 463,666 00000000000000000162e0a328c28177f6de6cbcddffc55dc91e36c4d30ff779 1.00 MB 2,189 221
463,665 463,665 000000000000000000e01385d7587f7128c0277a329449ae194fe2b83a68d5b4 1.00 MB 1,885 112
463,664 463,664 000000000000000000f1801b4053d08d09b43efa867b66193e5aaacca6312e5b 1.00 MB 1,620 124
463,663 463,663 000000000000000001964728e984edf99cad214c9f3f8cfb4f877a7a9197fa01 1.00 MB 2,325 140
Previous 10 blocks ↓
Total Size: 660.97 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: 653.77 GB sent, 3.87 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.