Memory Pool Memory Pool Refreshing

96,374 transactions
34.41 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,561 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 6,682 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,560 (93,502 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
756,058 756,058 00000000000000000003c6cc4d3e3aa857eefb89eaa5d8ddaaa30d546449396e 0.78 MB 1,850 12
756,057 756,057 00000000000000000007a187c3c858114b58b1522bd744348bf52d83f78f510e 0.23 MB 467 12
756,056 756,056 00000000000000000008334104555661c2c798cd45d0c1e063d7984eb5766a6f 0.29 MB 492 11
756,055 756,055 000000000000000000038184d32b866c26326ed73f6d707b6e42889392821bc0 0.56 MB 1,100 12
756,054 756,054 000000000000000000005808abf90e77e0e35edcbf23cbf70a30c3f20670ed18 0.99 MB 733 12
756,053 756,053 00000000000000000001f7e1e14b13476737305f86fc22245e1e503df8376f2f 1.52 MB 2,304 11
756,052 756,052 00000000000000000008d59f15169bb4d66cf6dff7f6100c32caede7883ce31a 1.20 MB 2,817 18
756,051 756,051 00000000000000000004f0efd4592db110e5ccce9cea4c8fa0d847cefc7c2f55 0.42 MB 570 12
756,050 756,050 00000000000000000007a59da64eb79cc1f51d239becb951f58fe62643c3d121 0.00 MB 16 18
756,049 756,049 00000000000000000008d49a975b48e52602b1488e375b64976b08176552bcc5 0.44 MB 867 11
756,048 756,048 00000000000000000007161dd68b9ff2d30ed1f981a852b99b5d6e76492fd8fd 0.12 MB 224 2
756,047 756,047 00000000000000000004409a1e355daf7e29db2a8ef0a413da7d241d1f9329c5 1.50 MB 2,896 12
756,046 756,046 000000000000000000053affe8b87a69a3168658c1cdcb4a7ddd91330b0b6802 1.36 MB 1,136 3
756,045 756,045 00000000000000000003169d74285cbdb614b5298d171fa7185a74cce7424b37 1.55 MB 2,485 5
756,044 756,044 00000000000000000007f7c7a1abd0a5997f023204f58d8f127f034e15bb3a18 1.67 MB 3,086 22
756,043 756,043 00000000000000000003506cbe7410b329f37bd24a0923ac933b72724505de1f 1.55 MB 2,680 13
756,042 756,042 00000000000000000000081a8711a43c3eff0fd126fd6b02b540b297a8f48b6b 1.64 MB 2,505 18
756,041 756,041 000000000000000000074bf663fe8f3f9cbceb2aca18c86d4bf058ea24a64ede 1.58 MB 2,922 18
756,040 756,040 00000000000000000008d89e91efff47d02bb6727b6806e170903bdfd9483d2a 0.80 MB 1,353 11
756,039 756,039 000000000000000000039c6542649d19eb77e0598e0c798713f71570d8f34dce 0.79 MB 1,491 17
756,038 756,038 00000000000000000004c42ef908263598b61b6c0886d612e76734d32efffb20 0.69 MB 622 1
Previous 10 blocks ↓
Total Size: 660.67 GB

Node Information

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