Memory Pool Memory Pool Refreshing

63,700 transactions
26.18 vMB
Show Random Selection Loading Transactions
Max Size: 148/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,704 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 916 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,703 (228,618 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
621,085 621,085 00000000000000000008612c5e4e6d11f78d7dab498fb9aab44711902508ab74 1.13 MB 1,586 74
621,084 621,084 000000000000000000061cf144aa20904b035194c5dec4175dca428acc2e8157 1.36 MB 3,324 24
621,083 621,083 00000000000000000006e94dc58485a2cea23827bfddd62d079e0aa699922246 1.34 MB 2,927 32
621,082 621,082 0000000000000000000104beab8e8a982d1d6f64c47a370f3a9cd0323754ba32 1.15 MB 2,437 6
621,081 621,081 0000000000000000000eaec774d1ffacefb352b83ea93df81a39672dafd1e38b 1.21 MB 2,778 13
621,080 621,080 00000000000000000010326123bdbf90735dbe78be1758f948d1b6723886b2d6 1.21 MB 2,104 14
621,079 621,079 00000000000000000008c8351f262a81f8660d228ed2f5509733df8bf3f34212 1.34 MB 2,569 25
621,078 621,078 000000000000000000041d0b37cec3b6a5865d1c21f6fbd4369ca1f21e4156b5 1.38 MB 2,874 18
621,077 621,077 0000000000000000000ddcd6bff0c79006d1af6ad62963ff9107a4b2bdad0f93 1.54 MB 2,141 19
621,076 621,076 00000000000000000002411090530b1c25200056e45ae8572488eb6736d369be 1.40 MB 3,419 20
621,075 621,075 0000000000000000000b9cb6e7ee528c728d1b3aa0a9dd5de7333df52536ac24 1.24 MB 2,572 45
621,074 621,074 000000000000000000020f62ea032afcca69a64f1e012f63a1a1aa9a486d1e66 1.54 MB 2,176 25
621,073 621,073 0000000000000000000ea078100e319ed6efafcd6b324c1a3c74974e71ab53f2 1.29 MB 3,232 27
621,072 621,072 0000000000000000000590766ec3f22d66cc6970cd98731cd858c7cf54554a8a 1.32 MB 3,031 22
621,071 621,071 0000000000000000000f8a7692cbf514767b32a302b94d9526c532a329d5cd94 0.84 MB 2,100 9
621,070 621,070 0000000000000000000d3ceba688825a69d2603978d6fd8c06d6171572e8d247 1.18 MB 2,624 5
621,069 621,069 000000000000000000103733201a7c09eb48658485bd975e4c1e0785a66354d1 1.34 MB 2,764 15
621,068 621,068 0000000000000000000a69e33ffd9d701fcfd2b48aee9d94d48954e843d30065 1.36 MB 2,381 34
621,067 621,067 00000000000000000009552111922cf8ae2b9b253fdaa9eedead1deb2afdefba 1.31 MB 2,766 21
621,066 621,066 00000000000000000008cbf3de2cdb0a94d52e9391deae7a0f1c2086a0951071 0.65 MB 1,685 10
621,065 621,065 00000000000000000001783292054ef9dbd0cc2bf3253aff619806a1884317d4 1.38 MB 3,227 23
Previous 10 blocks ↓
Total Size: 660.95 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: 643.03 GB sent, 3.77 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.