Memory Pool Memory Pool Refreshing

58,696 transactions
33.24 vMB
Show Random Selection Loading Transactions
Max Size: 176/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,674 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 1,215 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,673 (235,399 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
614,274 614,274 0000000000000000000e386a3a2bd47f9bd622623042ea9e4ff562ff7ae7f633 0.19 MB 396 78
614,273 614,273 0000000000000000000f10f1bf9710334c471cf379b697352b68da651d90db45 0.25 MB 638 110
614,272 614,272 00000000000000000007a6be31011560f1e3abe8f125e356a31db6051753334e 1.13 MB 1,927 17
614,271 614,271 0000000000000000000ea92152fd4c5017b335ba5fceeed9ed90a1542ba53169 1.30 MB 3,341 6
614,270 614,270 0000000000000000000333c88858a2ad0aca2a857ee34264ee46c71356cfa9f3 1.34 MB 2,898 13
614,269 614,269 00000000000000000001cf34cad7e9c6d86ec2b89ea4b69c38c8ff1df1c73b78 1.32 MB 2,740 18
614,268 614,268 00000000000000000001784c3dd2ff8c4f28cd6c41efd87bf07421bdf0b70971 1.24 MB 2,498 7
614,267 614,267 00000000000000000003f76c30c9a99baf75b4a2d5dbc9bdbefb0050db195246 1.19 MB 2,163 11
614,266 614,266 000000000000000000106f4dff73213c4f90868e1db809c46cd3d4b9dbe7a014 1.29 MB 3,241 12
614,265 614,265 00000000000000000002a3d7f5640a61cad983620a80e965bbff9084037fc86a 1.28 MB 3,006 17
614,264 614,264 0000000000000000001100e869c2bf59451b27b7ea169807c3d19dcdeb0bf560 0.92 MB 2,152 11
614,263 614,263 00000000000000000003f99ad53b10813cadf6cf08faca62903ed696ba4c78b6 0.79 MB 1,599 11
614,262 614,262 00000000000000000005f3303b5d69bb5d2998a5711cd833cd821f41214026f2 0.50 MB 1,313 12
614,261 614,261 0000000000000000000ff0a8f4a725ead383b31e3c576617864037bdd459d174 0.88 MB 2,076 12
614,260 614,260 00000000000000000007780e58b61ed964a74b6e6d3a25fa55a9d4988958f1a4 0.68 MB 1,419 8
614,259 614,259 00000000000000000003caeab94cc9eae6a86f41c91122e4386cdf2698172e13 0.31 MB 746 11
614,258 614,258 0000000000000000000f4ae015e2b539ff4e54d84ae08f17b642319ec0af9e33 0.37 MB 778 13
614,257 614,257 0000000000000000000d03367dddbf4ee3ecdacab04bddc7890048cd17a6fd3a 1.34 MB 2,739 12
614,256 614,256 00000000000000000002c30333007248caf4aa9a68a4aa6686d6f35f625bd26a 0.95 MB 2,118 12
614,255 614,255 0000000000000000001130557ca91e317fb131e8280ee8251f5db090f8516188 1.16 MB 1,807 4
614,254 614,254 0000000000000000000b080af87f6ad2fdea96981fb3b2d314043189aa659038 1.36 MB 3,007 18
Previous 10 blocks ↓
Total Size: 660.89 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: 622.20 GB sent, 3.61 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.