Memory Pool Memory Pool Refreshing

77,124 transactions
32.71 vMB
Show Random Selection Loading Transactions
Max Size: 179/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,627 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 7,734 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,626 (103,179 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
746,447 746,447 0000000000000000000805d744db05099aa43dbabbe0bcf8eb23844903dea39e 0.45 MB 803 11
746,446 746,446 000000000000000000062a3fb0c36a21c8dcb5c08ecf0402540831f80f69a3ca 1.42 MB 2,503 5
746,445 746,445 000000000000000000056918a8879a449aafec27e56c468aa3c145d1f923ab63 1.41 MB 2,592 15
746,444 746,444 000000000000000000063d9743ae79db121bf8136beeace5c835f5c317b76665 1.02 MB 1,192 7
746,443 746,443 0000000000000000000978b04c29deb06a73a260d9d640b376ba2425ff0ebe0e 1.53 MB 2,436 6
746,442 746,442 0000000000000000000403d085d0df37eff6505c8d6dfb6f9e925299cee73e49 1.58 MB 2,974 16
746,441 746,441 00000000000000000000b3a1cabd75043e64f6e7f0466ad309896b632f3df10a 0.54 MB 648 5
746,440 746,440 00000000000000000006307a4bf93d7a5f3a657c9ae91b100a5fc558fa42a980 1.69 MB 1,582 7
746,439 746,439 00000000000000000001564938fb784ed386d8c90b8092919125e5ccd87faa4e 1.59 MB 1,491 4
746,438 746,438 00000000000000000009aeb2e3575eb2a45753620d0b1557c2399159a9f01f25 1.42 MB 2,192 14
746,437 746,437 0000000000000000000099c9e8b947d62d6a4d4b5aa91fbf645a0a0e06f4d451 1.42 MB 2,449 14
746,436 746,436 00000000000000000006f94f2718dd781939192e94a2df5648959454d584c9a1 1.61 MB 3,203 16
746,435 746,435 00000000000000000007200dcc1648ddf8f5ad891d18c260471b3769c7ce445b 1.51 MB 3,128 14
746,434 746,434 00000000000000000006cfb7ec409bd6f810840da242253884b6f6612ba2a9e3 1.49 MB 2,221 10
746,433 746,433 00000000000000000009ea43adeaa6f3d949bf76b174a535d9478cf649017503 1.64 MB 1,947 7
746,432 746,432 00000000000000000000c9fc299f21d3bebb8242da8230468f5e71f29a2a7022 1.42 MB 2,716 11
746,431 746,431 0000000000000000000271fd235d66be62edc0e7138c4509480141a8aec189c4 0.25 MB 297 10
746,430 746,430 000000000000000000049c7ab283237bc91fc25411f2139d081d6a67ab81bcae 1.14 MB 1,002 9
746,429 746,429 0000000000000000000586d07dcb6131dec1c03bf930caf9d9bedfcf1f5482c5 1.43 MB 645 7
746,428 746,428 000000000000000000085ccceb948c6a52ccb59bd88fce333e389266f0f8499c 1.70 MB 1,663 7
746,427 746,427 00000000000000000004e239c1ec7845202294119ab76cacfab7585af40ca473 1.54 MB 1,894 8
Previous 10 blocks ↓
Total Size: 660.80 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 107 incoming
  • Data Transfer: 565.78 GB sent, 3.16 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.