Memory Pool Memory Pool Refreshing

76,403 transactions
30.85 vMB
Show Random Selection Loading Transactions
Max Size: 173/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,542 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 6,265 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,541 (91,435 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
758,106 758,106 00000000000000000002a86834970b82f5e891387e014e94aaec38934feaacaf 0.76 MB 1,460 7
758,105 758,105 000000000000000000076ae27af22b5357b25eb4afd2e417539a415ba9e50399 0.66 MB 1,051 8
758,104 758,104 000000000000000000067157a27b1a8fdefc3cee30e916d90218d852deb48dbd 1.30 MB 1,774 3
758,103 758,103 00000000000000000007a548a3bc25d0eec9709631f424dc9c6c92b4956226a2 1.50 MB 3,191 4
758,102 758,102 000000000000000000071e183a610fc0a44a4be422707eac016a4afd594232c6 1.52 MB 2,952 15
758,101 758,101 00000000000000000000ed9b4c4eebba49be7f9edf2bf5968f99cb0da131a211 0.48 MB 690 6
758,100 758,100 00000000000000000001492e6b8c41665d871a136b03adccc4bf1e15e3879312 0.29 MB 514 6
758,099 758,099 0000000000000000000648502e2b952a41c05c1c0ff0446af490bed19e973910 0.11 MB 253 6
758,098 758,098 00000000000000000000347452d28a056c2f92eea239730f9728bdcef671f672 0.25 MB 513 8
758,097 758,097 00000000000000000001e92e83adc0435829ced486166bfa14723b00d709c179 1.32 MB 2,308 7
758,096 758,096 0000000000000000000274aecf51646cec57d2974dca22a016504b80576c67ae 1.49 MB 1,629 3
758,095 758,095 00000000000000000005ff763df9fb22a7bbc1e331c10a524a4499bbd8d0ed8c 1.17 MB 1,385 4
758,094 758,094 0000000000000000000325bc76aae685d5a5845baf475001a130301d7f7e12bd 1.61 MB 1,246 11
758,093 758,093 000000000000000000064797d0f26022b70694b8ba5156af164e50de0abb9080 1.51 MB 3,229 4
758,092 758,092 00000000000000000003b36c7118e69fc71cbe38f1da79a1c38cf9eec9c171fc 1.93 MB 1,097 16
758,091 758,091 000000000000000000066c1b845a9a7f56445aa7b1ae784957bb701ac36d0b8c 0.93 MB 893 8
758,090 758,090 00000000000000000004e2aa8dce285d43bf332423b028425de0dec269111cb5 1.55 MB 1,592 3
758,089 758,089 00000000000000000002b73029a6925293b9aca80b9d491523b38e169e969020 1.81 MB 1,954 10
758,088 758,088 00000000000000000002277bc9e90ceb08c6cdf8a3c7ae0614d868beed961a97 1.77 MB 2,298 10
758,087 758,087 0000000000000000000375feac42075017adcb91dad072fd0de107165aa073ae 0.81 MB 990 8
758,086 758,086 00000000000000000004b5d8523806a03de593dc20ab1d66dfe0914e603ce10a 1.20 MB 1,465 4
Previous 10 blocks ↓
Total Size: 660.63 GB

Node Information

  • IP: 46.19.137.74
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 96 incoming
  • Data Transfer: 491.11 GB sent, 2.46 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.