Memory Pool Memory Pool Refreshing

61,282 transactions
35.35 vMB
Show Random Selection Loading Transactions
Max Size: 175/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
850,191 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 4,899 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 850,190 (322,484 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
527,706 527,706 0000000000000000003896b0f78562ec1941bf758e8b555b68f865197cb95d6d 0.05 MB 145 19
527,705 527,705 0000000000000000000f55c91dbe5393d8883c1853fe3a78e069a192fd6db996 0.11 MB 189 27
527,704 527,704 00000000000000000012e34c51bf1e4d05c389a8eeb0da7bf9e352cce08577e9 0.48 MB 640 19
527,703 527,703 00000000000000000023c75c073afe6a58c4b98aedfecbf169a4e941c88dde89 0.58 MB 719 12
527,702 527,702 000000000000000000300ee2ae19c79f387be3dedd8c0ae12968264e48881d32 0.16 MB 358 16
527,701 527,701 0000000000000000002b77641d9ab133d0bc244e2c9246fd29f3016235553be4 0.45 MB 933 22
527,700 527,700 0000000000000000002298f5eb913bf53a247629eb248a358a8f10f193af0b4c 0.29 MB 601 21
527,699 527,699 0000000000000000001bffaf9ccb7eb12f29446427736a5457d648a0d583ea43 0.28 MB 558 24
527,698 527,698 0000000000000000000b57be987af1bafa1fa9883af3ed8aff454e1ec86a8997 0.60 MB 1,283 24
527,697 527,697 0000000000000000003869354bf355a9fbe23a2f2b5ffc45c3da1c566421f2c2 0.21 MB 244 3
527,696 527,696 0000000000000000002cd57debc0d02ac757cf132370f684fd44bba1b086822b 0.29 MB 740 26
527,695 527,695 000000000000000000008fed3938d929ceee7ad43323250d5f9e6acc2587dfc8 0.28 MB 513 29
527,694 527,694 00000000000000000027a60334d8917ca643ea18b1aab3855fd72719b5e33f29 0.39 MB 837 30
527,693 527,693 000000000000000000329794d8d30c1c89158fdcf4f4c99088143caf73bae60e 0.13 MB 166 13
527,692 527,692 000000000000000000054c0ee344a99a36bbe6dc6a74ba499c1b42efdbf50b40 0.41 MB 530 19
527,691 527,691 00000000000000000029d37a3860724915ddc37c2a5c48328b06797729d91877 0.06 MB 160 26
527,690 527,690 0000000000000000000b65c1c2c9300ed89568d7a32bb710b418e9ee1b8c799b 0.09 MB 200 20
527,689 527,689 000000000000000000231361f88222ca9258585b73cca61953d0e47cb73a927e 0.25 MB 545 20
527,688 527,688 0000000000000000002a290726eac6358df41b9acc2ee24d68018ef04abf6af4 0.38 MB 764 26
527,687 527,687 00000000000000000020655937374737069911af7d84cf92dd63551d5e302d51 0.01 MB 22 16
527,686 527,686 0000000000000000001b13a415308039bc8b5dbe502ddd892bf52facfdaaaa55 0.09 MB 227 31
Previous 10 blocks ↓
Total Size: 661.86 GB

Node Information

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