Memory Pool Memory Pool Refreshing

78,302 transactions
32.43 vMB
Show Random Selection Loading Transactions
Max Size: 179/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,585 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 2,544 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,583 (86,889 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
762,694 762,694 000000000000000000039779c49b8da45a71ff7c8283ac326966d4facc8d85b4 1.60 MB 3,252 32
762,693 762,693 00000000000000000002488bd8529a7e52072dadb5b71bc6b679ae6999b882e5 1.53 MB 3,880 21
762,692 762,692 0000000000000000000518ac26e4b556ab2b8d8c3c9f81cbc9884de4722bd5a1 1.45 MB 3,153 38
762,691 762,691 0000000000000000000165c7463a5e3516ade2c85ea1161d243580914a18012c 1.44 MB 1,968 10
762,690 762,690 00000000000000000006ac16ea0c63131021193ea798f2c0db8ab91bc0c4fb23 1.50 MB 3,218 24
762,689 762,689 000000000000000000051a823a8b12b673659557d1c0a5142a22c82e6d0f778d 1.36 MB 2,226 24
762,688 762,688 000000000000000000073a101e31f33aa930016fcb1d6023ef411e97bbaf7628 0.18 MB 100 4
762,687 762,687 00000000000000000000bdc7345142fe9d1a354d72b2ac758551321a9a119159 1.58 MB 3,035 18
762,686 762,686 000000000000000000039ee013823d30e0f296eee471a2fe6c9f8b9af11114a2 1.46 MB 2,669 16
762,685 762,685 000000000000000000065eb2e5196b8344fe4c77719b8318fe9a25f76f2d7e18 1.55 MB 2,888 16
762,684 762,684 00000000000000000005802fa784e8018b1a343ff34ed582ddf732930c557c4a 1.50 MB 2,099 7
762,683 762,683 0000000000000000000062a036501bb5c7a9dcaa18ed95f3ee5dd54778892285 1.60 MB 3,463 26
762,682 762,682 0000000000000000000130736bfbddebf2669f0e70fdee90b2124fcbee742b2c 0.41 MB 568 14
762,681 762,681 0000000000000000000168c6df7c9f63b276546739c9649a1eb2e69dacf744f3 1.38 MB 1,875 17
762,680 762,680 000000000000000000051911f40e01dc4068d525c9cd119aea72c444dc98e8f6 0.08 MB 113 13
762,679 762,679 000000000000000000047039c0cfe7b61edbedcfe063d214bdbde5729d1102ef 1.61 MB 1,319 2
762,678 762,678 00000000000000000006a2af8a5315892f8794c77286d86fb378220e5f16ddc9 1.34 MB 1,760 18
762,677 762,677 00000000000000000007525471d5c75a98636a093158567d7ec2db345d4b5d0b 1.30 MB 1,689 21
762,676 762,676 0000000000000000000361c877d398db9f41a51e376659e1648cecf5cbdbd795 1.61 MB 1,984 8
762,675 762,675 00000000000000000001d2d708d69e0fa46f9886b1efcd401910959858da68b1 1.63 MB 3,002 27
762,674 762,674 000000000000000000045aa011725fab36d72b9c6f88f7b062ef7f6f6cf2dbfb 1.74 MB 2,454 5
Previous 10 blocks ↓
Total Size: 660.71 GB

Node Information

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