Memory Pool Memory Pool Refreshing

83,342 transactions
27.94 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,508 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 5,326 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,507 (150,886 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
698,621 698,621 0000000000000000000cbb4f3deda2cef0a9f660e4b908b565db600dbe70df4a 1.50 MB 2,409 14
698,620 698,620 0000000000000000000a56dabf630d08228b4100ed0a07bcaa3a297db7017596 1.48 MB 1,408 8
698,619 698,619 00000000000000000009fe894db95b518cc451f738e47a24934030ccc0ae4fcf 1.30 MB 1,215 5
698,618 698,618 0000000000000000000876418318f961f0a473e12b2fb1d9038e3dbe3e5b690d 1.48 MB 2,700 14
698,617 698,617 0000000000000000000999d2c4b31a86484f3ca5c3390c18e450c102cc7fafc0 1.64 MB 1,985 6
698,616 698,616 00000000000000000000539343102e2dee7b047442248b6d8e44764c5af554cf 1.53 MB 1,839 7
698,615 698,615 00000000000000000003c5233755fd30a280a2b71ec8bfdd3f5fc023f0328029 1.43 MB 1,901 11
698,614 698,614 00000000000000000001e32c4cf4df25218ea91702068fba774e231067b9e53a 1.57 MB 1,735 9
698,613 698,613 0000000000000000000d7be6f0c58e70724267a575d47a825ed3a69c5d69784b 1.54 MB 2,323 14
698,612 698,612 000000000000000000003678efb2769ef76c57454261c407062f978f2309daa1 1.41 MB 2,714 14
698,611 698,611 0000000000000000000e56011d96d71134c758b669242df7d5237604d38258d9 1.50 MB 1,282 8
698,610 698,610 0000000000000000000dca8d75dd0e0f78624504d784b82b69e504c97aacb7da 0.00 MB 1 0
698,609 698,609 0000000000000000000bde7a1d3aaf99239ed9e5478242fd638bd5c12d5f61d3 1.23 MB 1,229 17
698,608 698,608 000000000000000000074b01f71bdc0749aa4cfbc32c56998804a0bb6660fce6 1.81 MB 653 4
698,607 698,607 0000000000000000000bec8e7bfe5da53a37bad2bac17742ed279971d688b4fe 1.82 MB 458 5
698,606 698,606 00000000000000000002b8d488cf55a48ba251d6b532c474bec08f574a1bbdf5 1.76 MB 828 6
698,605 698,605 00000000000000000003b90b15df244c6af05293dbaa403f4303c9bf6a96a182 1.70 MB 1,729 10
698,604 698,604 0000000000000000000e1872422f19156a86459cf69bcc6d678bb424d74c3d0b 1.55 MB 3,623 9
698,603 698,603 00000000000000000009f4221ca34d2ff6b07b1fcfd633274d0163a50ad43086 1.62 MB 1,779 11
698,602 698,602 0000000000000000000d2dc6055d525b7ad07ce4d5f8b477000580e7e3ba8f19 1.06 MB 528 5
698,601 698,601 000000000000000000051d9e3751b245a1567d3732fcb6fbde8cf186b1c7ea8e 1.54 MB 2,298 10
Previous 10 blocks ↓
Total Size: 660.57 GB

Node Information

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