Memory Pool Memory Pool Refreshing

82,934 transactions
36.12 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,770 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,635 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,769 (559,939 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
289,830 289,830 0000000000000000e549113af8839dd40a76df3a839fb66eaf6c0d94202e1b33 0.28 MB 583 34
289,829 289,829 00000000000000008ff3fed289a8681375aec35eb7db5009487507e5ff61a853 0.39 MB 562 28
289,828 289,828 00000000000000010f92b3d018ad58cc411c3ac3aea352c799ae675aa6440fc6 0.20 MB 512 47
289,827 289,827 0000000000000000c9411885a36f25e05e64066501d965a3340c69efef59f557 0.16 MB 278 25
289,826 289,826 000000000000000053b0714357e40620892608e87b887658d532f101f30e38c8 0.04 MB 45 6
289,825 289,825 000000000000000102fc6819a6a9efaa8393236d81dab8ba38f23ea87295b30e 0.66 MB 1,192 33
289,824 289,824 000000000000000096a79f109516ca924f07030e75d5ffa4f32fa9a564274a95 0.03 MB 63 4
289,823 289,823 00000000000000009f47e35f3becaf65f479cc6cb633f51552759fe5b03a7833 0.40 MB 584 33
289,822 289,822 000000000000000111c0cc0af06338da8cfcad27c3c84996e63fdb54e0e3ab9f 0.26 MB 567 54
289,821 289,821 00000000000000007b264a43c33c26068009bee7ce9cea518aa1d97419efb9ed 0.85 MB 1,347 34
289,820 289,820 00000000000000004961ac591b25d54b4b8727438d4239c0b7a1738cdf263952 0.26 MB 358 29
289,819 289,819 00000000000000007600bcf17c349c65d78846cca76e4bd48bdf196423a67675 0.10 MB 181 31
289,818 289,818 0000000000000000adcb050d5e12de39fedda255a09a5023e1d0616c5390b992 0.00 MB 6 27
289,817 289,817 0000000000000000261b730c799abdb45a900d6d0541815496eeeaa2552d7b8f 0.11 MB 213 36
289,816 289,816 0000000000000000433d5b27dcb8e5d8f3a2426a8d0c287262730192d55d014a 0.43 MB 731 28
289,815 289,815 00000000000000009ee1eb1664c425b917b13ade87dfeffc175d4d5a2c420c74 0.07 MB 122 31
289,814 289,814 0000000000000000ef3cc4fb9d78157967112572eafb53dab673082ec187ea90 0.04 MB 55 25
289,813 289,813 0000000000000000b583bddd345c48256c25f0b1c472aac2ff5dbd8f3e290ea4 0.03 MB 38 22
289,812 289,812 00000000000000001ee407eb16375e9e10d9aeea698c84d5cc1039d3a6519c99 0.16 MB 250 30
289,811 289,811 000000000000000105f7350cd335efe12c0202c7914ad64f361d8b998b55f3ac 0.15 MB 150 21
289,810 289,810 00000000000000011ab9813e8a7e7cd3c76a7e90a70833056cb3c672c0a54d0e 0.17 MB 219 19
Previous 10 blocks ↓
Total Size: 661.07 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 11 outgoing, 108 incoming
  • Data Transfer: 714.50 GB sent, 4.50 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.