Memory Pool Memory Pool Refreshing

80,798 transactions
33.13 vMB
Show Random Selection Loading Transactions
Max Size: 184/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,723 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 4,395 18
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,722 (545,370 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
304,352 304,352 000000000000000007d19be05f2d5859723875fddf467482bce7d5be97e246cf 0.04 MB 102 30
304,351 304,351 00000000000000000c49ebcbb4beefde8a30da14ce5f22d7b10b7b716d361d3f 0.23 MB 138 13
304,350 304,350 000000000000000030ca0f6c943e3e9025777847cdfa581e1e177fe4a4476516 0.35 MB 647 55
304,349 304,349 0000000000000000211d088916b7e9b5fa11c0e3df753f7e130ab02a98d13a64 0.35 MB 1,112 50
304,348 304,348 000000000000000056061c6092f9b32609766be5a82d9e1f6e4ecfe1b6650446 0.08 MB 57 10
304,347 304,347 00000000000000005525477f9d494d738b0769a0c742217731d17ebf4859596c 0.22 MB 433 50
304,346 304,346 0000000000000000188a920d89ebc36020c5f020ef828227ea2703c2be54c04d 0.54 MB 954 29
304,345 304,345 0000000000000000004cb1c957cb222381f13848965ba2797c583e9f34521a8c 0.05 MB 92 3
304,344 304,344 0000000000000000197cf383cdc94bd2507a23728be1525df2461b1a5500e76b 0.19 MB 275 30
304,343 304,343 0000000000000000216b725e8e07f1e68e6632917296c77fd585fcd8ab808f11 0.30 MB 502 27
304,342 304,342 00000000000000003579d7e59d29c2f7f55f1e5e599d330f33d8e94a81b8bd02 0.09 MB 123 8
304,341 304,341 00000000000000001d084d730a9a3713c5eecc9e5309d6ca5bf59f4fe9d8b539 0.29 MB 525 28
304,340 304,340 00000000000000004e2435b44df7c7ff441a4c894cb4c756eb35f32f554ad222 0.09 MB 113 23
304,339 304,339 00000000000000003107f01930f1ad41b22647135130a579e6eaa61b185ffa5f 0.19 MB 187 19
304,338 304,338 000000000000000054df81470b27be6fe7d02109e399aa85b47b42d631f5b746 0.14 MB 100 19
304,337 304,337 000000000000000059e2e8c6958a1ab0cb45e67d40a46d6ad903a65e65f05744 0.34 MB 582 28
304,336 304,336 00000000000000002acbf6114b95afbceca6a652096b804fa04328436c080a80 0.16 MB 308 35
304,335 304,335 00000000000000003092b8c31668a2636c7f6f8fb4b5610c56c6558afa6222b7 0.01 MB 24 26
304,334 304,334 00000000000000004d1494171ca5cb3cc0b0296886ec47c95f90f8f1f78924ac 0.29 MB 592 32
304,333 304,333 000000000000000045aa0a8e931130bcb77798863c5d5ef95f041cd1f245840f 0.18 MB 339 29
304,332 304,332 000000000000000031db82a2fa1032c9ca2b039039a0188a9f891307bfed181a 0.08 MB 157 27
Previous 10 blocks ↓
Total Size: 660.99 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: 680.55 GB sent, 4.00 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.