Memory Pool Memory Pool Refreshing

62,958 transactions
31.54 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
849,687 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 1,180 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,686 (366,831 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
482,855 482,855 00000000000000000043afc859166aedf07e66955a4da8b6a985e50ef5880e66 1.00 MB 2,351 393
482,854 482,854 0000000000000000011b687ab9f716b49b1a423e738ffb2acb6caa58430e932a 1.00 MB 2,301 414
482,853 482,853 0000000000000000013b217711fe4da8d24a8efd3e21aea4d246c8f07b870c93 1.00 MB 2,470 426
482,852 482,852 000000000000000000011b1f3175e3bc7403989bdd1bdec6a4e235b9572355a1 1.00 MB 2,347 490
482,851 482,851 000000000000000001249833e3bd03930a40e5133b09a614680effce88eeddd3 1.00 MB 1,565 555
482,850 482,850 0000000000000000012099f03291d0a52d51484fc1a80f48647e08e016c29721 1.00 MB 1,110 124
482,849 482,849 000000000000000001347bd43b57668442f9bf45f045dcea7884572c870ee112 1.00 MB 2,141 406
482,848 482,848 0000000000000000003b76d673b377591c4151b32e09f83ec4d8cbbb4f28005b 1.00 MB 198 5
482,847 482,847 0000000000000000012469fbd3db5eee9cafa2389f9884250f1bc66a94478ca0 1.00 MB 794 101
482,846 482,846 0000000000000000000a508dc0033a2b4da6a86b916f233356801c2b39bb7721 1.00 MB 1,786 298
482,845 482,845 000000000000000000c9216f2ed61859d3fcfcaf0d4af89c4179e1c7b0946c1d 1.00 MB 388 38
482,844 482,844 0000000000000000001e359045bec4ceb1e5d6a97baf6f96ea088551d73f44db 1.00 MB 681 69
482,843 482,843 0000000000000000000a58c4ba1078325974aec78d9db5d60015b21dcf533d66 1.00 MB 1,505 235
482,842 482,842 00000000000000000093f74f8628102d4a9fb5442bb0e1f4db917eae6df932d3 1.00 MB 1,103 346
482,841 482,841 0000000000000000001a609d9c5a1b90b3dd832fa68245a2c62e49c9b409fed3 1.00 MB 1,334 232
482,840 482,840 0000000000000000007a8b2b8e3904b358355cb04e032879b6016026c30cfc42 1.00 MB 945 196
482,839 482,839 0000000000000000005626db9837f570f77da3c59f932a5a5d9186777ff5389f 1.00 MB 1,236 315
482,838 482,838 000000000000000001318bc4a090356330a4cb5c8eb8e7973521ca174d141300 1.00 MB 764 29
482,837 482,837 0000000000000000011e6564231c41106ea10c80c0fe43b37d5c6d1b49905bd0 0.29 MB 451 280
482,836 482,836 00000000000000000119ea14593022a258b448c915b06fee9e67b0ffb1b13e32 0.32 MB 653 146
482,835 482,835 0000000000000000009ab6894eb662724fdfa140149555b88e808bc544507056 1.00 MB 533 243
Previous 10 blocks ↓
Total Size: 660.92 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: 629.92 GB sent, 3.68 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.