Memory Pool Memory Pool Refreshing

64,115 transactions
35.37 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,883 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 4,397 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,882 (731,277 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
118,605 118,605 0000000000009299005423683545a4023d68a7f122b3cf9fbbc91727c84fcb5f 0.00 MB 11 0
118,604 118,604 000000000000c07977c126d35afce835390b417e8e4c4a65b36235e3ef74335f 0.00 MB 9 0
118,603 118,603 0000000000008085b5512438b794e5387d5444a41cfcb1d17f8cf500acf1a243 0.00 MB 5 632
118,602 118,602 0000000000005ccab86416c43b187602bd3c92d68676e609ee3d92fb76a2f405 0.00 MB 10 0
118,601 118,601 0000000000001b697dd8f12d872ce8904dda607a8eb4648e09111ea21e7c31ff 0.04 MB 47 688
118,600 118,600 000000000000110f1dd5756bcc8d2bc233b2272b78eb8c5b0c1f7cf125c97b49 0.00 MB 10 0
118,599 118,599 000000000000236051885e3bf29dfe9520072466a2dd5c9c6ac9815989f1632d 0.00 MB 1 0
118,598 118,598 00000000000043aff1105c403d8ea19c304a1c1a3942f90ed5a497be8634065e 0.00 MB 9 0
118,597 118,597 00000000000084d8bb47cad495fa24ce54c5feeee1f6a23af024a5a7965064a3 0.21 MB 10 994
118,596 118,596 00000000000043f47f474efb0b86d4c51bce8a5c3fb2e0ee3d8cf33014d3a93c 0.00 MB 3 1,012
118,595 118,595 00000000000097462ce41f6976d9d77308f006e0a0e037950f10340a77f8430d 0.00 MB 2 0
118,594 118,594 000000000000b8cf2bcbb694194a84daaa7733fc884332769a2f8f6a11fc102f 0.00 MB 8 1,335
118,593 118,593 0000000000006fb36e21a3a23ea120bca6ac6f283ab4cb4d8f4df9d5d83bcd23 0.00 MB 4 0
118,592 118,592 0000000000002603f83b5c0934788fcb09be7a0b5cca60e705d882e06cb7eaa8 0.00 MB 1 0
118,591 118,591 0000000000003a585dea6651150e61329e47a4e06aced11b8ca8649a59c7274e 0.00 MB 4 0
118,590 118,590 00000000000003b15f3d5719b486b94eee7cd61230b4b3fd6f7e6ed49dee98e3 0.00 MB 9 0
118,589 118,589 000000000000c7bc168d86f68c52f1ca8d22a9f62d14db54cd4a2e6406984d61 0.00 MB 9 0
118,588 118,588 000000000000879eccb2eb271b34ccae349b440b2dcb0edb346fe590747ab5af 0.01 MB 16 474
118,587 118,587 000000000000bde37453abfcee71fc5428b712425e393e683183c352d3c5ef2a 0.00 MB 11 0
118,586 118,586 00000000000024595e3daf3633bb53774cf4b00a1ba1e87e0d680249f8738a7c 0.00 MB 11 0
118,585 118,585 0000000000009004c0e03ca704fd50411202cdf3726a3fa38a585d091f9792e7 0.00 MB 10 0
Previous 10 blocks ↓
Total Size: 661.29 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: 813.33 GB sent, 5.48 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.