Memory Pool Memory Pool Refreshing

75,812 transactions
30.68 vMB
Show Random Selection Loading Transactions
Max Size: 172/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,719 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 4,567 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,718 (242,108 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
607,610 607,610 0000000000000000000b5c75dacb6101146cbf52ff2ea8def2bb9dce1de3fa4a 1.19 MB 2,560 12
607,609 607,609 00000000000000000000af38f9d6a1e8f6b13926b56fec328e7ee966664fab89 1.24 MB 2,719 7
607,608 607,608 0000000000000000001346f3969a84892bcfbc9667b43fa315bf940575f31eaf 1.35 MB 2,525 23
607,607 607,607 0000000000000000001586240187267d60b852c26a170d8a9281d6a2686b4ec8 1.15 MB 2,590 8
607,606 607,606 0000000000000000000550a097d784b26d3a5d1068c2b58555458a4a1b955640 1.10 MB 2,730 10
607,605 607,605 0000000000000000000f0656805ebe46677a0492541a76387d348a7c55a3aad7 1.25 MB 3,040 13
607,604 607,604 00000000000000000003d12b53ec86b9aeb5a87a1ddb6c02b8aadc35e0121fec 1.33 MB 2,505 27
607,603 607,603 0000000000000000000446e3c64aa4fe1f305fdba8fc81c982a7b4935320cde8 1.27 MB 3,160 29
607,602 607,602 0000000000000000001056e3d758fdd0a9eabe3537df632b127e05b5dfe8c56b 1.27 MB 3,330 31
607,601 607,601 0000000000000000000c973ac8466460353d79be7cd1d4ee9c08322d26f827c8 1.21 MB 2,725 10
607,600 607,600 000000000000000000142fce3cbcfd2b533aa2499b95832f41037dd6c8328784 1.30 MB 2,911 31
607,599 607,599 000000000000000000117465e0b30fa9439b9d3025a69252a79e8e68190f5992 1.22 MB 2,491 18
607,598 607,598 0000000000000000000d890f06b7896e80400d53f048a170283958c5e2da2830 1.32 MB 2,580 18
607,597 607,597 00000000000000000000d18ee149415991f55ef1701eef9d8a1b262a41564693 1.20 MB 2,200 18
607,596 607,596 00000000000000000003c5d5e3f3d2e938c40f28406d484084f90b6f36efc621 1.40 MB 3,451 19
607,595 607,595 000000000000000000126f62741595417e5664f53c84d35988ea80030cabc320 1.17 MB 2,894 45
607,594 607,594 0000000000000000000af3c0cf4d7eca184bb9a69dcae1e101ac8db5fbeb4009 1.30 MB 2,655 28
607,593 607,593 00000000000000000005534866c4ea52bb230674f4f31681f046017b9511d382 1.19 MB 2,364 33
607,592 607,592 0000000000000000001130ac1d3663d0c6d6cc16294d7b6fac8e5d56da3be3f2 1.23 MB 1,865 20
607,591 607,591 0000000000000000000c5aea21b5a13324852ba4265819a274b030e57b3f6dac 1.30 MB 3,389 30
607,590 607,590 00000000000000000000db9800a9005dff6e2a7ca86c067ea52c492ecd1d7da3 1.34 MB 2,154 14
Previous 10 blocks ↓
Total Size: 660.98 GB

Node Information

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