Memory Pool Memory Pool Refreshing

64,215 transactions
26.72 vMB
Show Random Selection Loading Transactions
Max Size: 151/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 849,702 (703,253 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
146,449 146,449 00000000000002580cbe4ceddb09805d007800776c710cf46599dc6816488e38 0.00 MB 12 83
146,448 146,448 000000000000084fff6831e94a29b74b803a3c3c62f58c7e2704224d611a2d93 0.01 MB 20 203
146,447 146,447 000000000000027c3a5bc3073f280417b34c3e9e678cb2603fe3fff42746dada 0.01 MB 12 50
146,446 146,446 00000000000000d6b29fd46fc3be60927ddf67dd695484518aa60252cc3328aa 0.03 MB 87 52
146,445 146,445 00000000000005a4a09cac3a104d275a96c0cc844fccd0f3b5af4720305507f5 0.03 MB 63 246
146,444 146,444 000000000000069ba36d4e6632bb998b35de5b1100cf9b6ed38e5bdd3273e365 0.03 MB 57 103
146,443 146,443 0000000000000852c4c28c63da47e8ba21db16e029dcfa89e875c9a1bee8b8ae 0.02 MB 49 124
146,442 146,442 00000000000009465a3588349f2866a93c608cf046d161cc5b91eabe6a19d719 0.00 MB 4 64
146,441 146,441 000000000000060c4d48bbb551da8b56bf33eba3be3ff0e0c53dcce74eeecef8 0.01 MB 30 123
146,440 146,440 000000000000005046b738e3cf5d0471cdbeb641bad143854303a581927a1034 0.02 MB 88 2
146,439 146,439 0000000000000869a1d490af3b371c4fdc90debafcaf3f8cde99c2a192197271 0.02 MB 43 332
146,438 146,438 000000000000082389a93c347b3ccba0cff1b6422da3522d9a37701825cfae28 0.00 MB 12 0
146,437 146,437 00000000000001d2128c1cec02e9ed073804f790af204fcfdc2e1c152f85b872 0.02 MB 46 130
146,436 146,436 00000000000003a49e70c2f875e204b68390359d9f6636dcc772f6e19c552c0c 0.01 MB 17 567
146,435 146,435 000000000000066468ac08c03fc7c9628be61f47c4e5c085d19a455084d0a0c6 0.04 MB 116 26
146,434 146,434 0000000000000452324d539f3f18cbebb2431ad1f7b498e0b8d3982fd220d0fe 0.03 MB 41 37
146,433 146,433 00000000000003318f89b773ef3d00f5121e2033c97f46240fd173999a6618c9 0.02 MB 43 85
146,432 146,432 0000000000000067493380a2160de591e072a77e3961e83dd2c27b9a534cd35c 0.01 MB 23 39
146,431 146,431 00000000000007ad0a10362332733a9767996bea0c7e2ccc9f117f8289568943 0.00 MB 9 61
146,430 146,430 000000000000006fc395c4222dadec01dc496ff7bb2c906525d8afc33434dbe4 0.00 MB 5 96
146,429 146,429 000000000000066162913e33fdd2000fdbbb09f506d9e25a625bcebfc6bc9339 0.00 MB 3 0
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: 642.33 GB sent, 3.76 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.