Memory Pool Memory Pool Refreshing

82,636 transactions
37.47 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,660 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 2,519 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,659 (133,861 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
715,798 715,798 00000000000000000004a5a6503f9dedd5546a35ce9eaab2ec585bf029a2bc38 1.32 MB 1,333 6
715,797 715,797 000000000000000000023b072b6de09465e256d4308ea1cd22f5a3e6f02b6aa8 1.34 MB 2,076 15
715,796 715,796 00000000000000000005e57224abc12bc65b07cf2fda4dd26be94240407ab895 0.48 MB 848 8
715,795 715,795 00000000000000000003c06d5c80f8404a166ccb8e2708974d3d30320257705c 0.97 MB 1,225 6
715,794 715,794 000000000000000000022c5c47639d89a515ac2fff1803cfba7b264e44715bef 0.95 MB 1,303 8
715,793 715,793 00000000000000000001f7095ebcdd4a7ddfc046e00f22325bba9e81f9b57407 0.09 MB 176 7
715,792 715,792 00000000000000000009b7540ec713a3a31486ddcfcd18318d0fd6841013735f 0.62 MB 880 8
715,791 715,791 0000000000000000000b4d9831f4a555eb5fa7371b723a84c47b8a904505597b 0.90 MB 1,306 8
715,790 715,790 00000000000000000004a33dcc15c15ea8f854712283c5d96ccd8c4d7672a8c3 0.57 MB 904 8
715,789 715,789 000000000000000000076eb3bfc5666eb2f015798a126d89bd46f7ae33551ae7 0.33 MB 617 7
715,788 715,788 0000000000000000000670c4dc231197bb0b54cb7780b3475f51db86ac0ea5a9 0.53 MB 397 2
715,787 715,787 000000000000000000081cf1bb148435288f1c2b19519d6e3b9d66686264295a 1.24 MB 974 8
715,786 715,786 00000000000000000008fe1934b8389f2d56e71d62235df540ce95039a70bdee 0.17 MB 282 10
715,785 715,785 00000000000000000004457a7b0748a4e9842033f84549c29c4ec67e46b251e0 1.12 MB 1,755 13
715,784 715,784 00000000000000000007df9086af7df44426ee35750ce988bd4dfdb0c6a18de3 0.91 MB 1,329 11
715,783 715,783 0000000000000000000b2924c2b933771fe1b604b97dc2cd963122283cd90c7a 0.07 MB 137 14
715,782 715,782 000000000000000000014797e19b3e22c740245138afe85cff61aa7e557a1320 0.20 MB 389 15
715,781 715,781 0000000000000000000a47e47e55fe7d3dffce19f268185de0f967cedc6051f1 0.68 MB 1,274 12
715,780 715,780 00000000000000000009161b49337e9f5bf5829faa1f59a3f41e3fe0b2ad5cda 0.27 MB 248 6
715,779 715,779 0000000000000000000a85705dc0f706e2d062a86694cd34edd93b1d0a555725 0.14 MB 202 7
715,778 715,778 00000000000000000009d921b40f6d117c4f43c59c60edda548c54e66d48a192 0.77 MB 1,359 8
Previous 10 blocks ↓
Total Size: 660.86 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: 596.69 GB sent, 3.48 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.