Memory Pool Memory Pool Refreshing

79,357 transactions
27.83 vMB
Show Random Selection Loading Transactions
Max Size: 168/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,515 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 2,591 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,514 (106,054 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
743,460 743,460 000000000000000000012caafcee05b32ec5b5c6f8704fb6170982f579cb1000 0.63 MB 1,079 11
743,459 743,459 00000000000000000003ee00551ae546f933883b3a2c83ae6135a903cc3458b3 0.06 MB 134 12
743,458 743,458 00000000000000000004d44bd7ae11710f4d264bcb34eff7724a4da51cd217b4 0.08 MB 111 12
743,457 743,457 0000000000000000000893fd29d07034916665f11aeefc1028846374f4ac9641 1.04 MB 2,147 11
743,456 743,456 00000000000000000005905335e2b4c22256e7baac519457ab0f4aa92583b838 0.29 MB 503 10
743,455 743,455 00000000000000000006bf14f0349c30e578aa13409349c3747a1dd3ed8577b5 0.76 MB 1,450 11
743,454 743,454 000000000000000000038353859b51d8840b76d0bf77f95834c97267107c1ff6 0.22 MB 323 18
743,453 743,453 00000000000000000008bcc1ea8069bf5f7a6a9887478ac203c64aab8f9daffb 0.14 MB 321 12
743,452 743,452 00000000000000000007c56f246dac2291a7d560640d994fbff258f90299b303 0.39 MB 914 8
743,451 743,451 0000000000000000000675a7154f45db4c0b112bc4782849e3a49ddaeaf1a7fa 0.54 MB 972 10
743,450 743,450 0000000000000000000617ddae9decf313d4394b91408a9e592ba02c211f58fb 1.05 MB 1,942 9
743,449 743,449 00000000000000000003606577020db4c1eafb68d9c42926c178674fdd4e9a99 1.25 MB 2,320 11
743,448 743,448 00000000000000000001733d81f07a5ec2814e80edcfed4c7192ebc084d14bbe 1.12 MB 1,508 4
743,447 743,447 00000000000000000008f51bbb523148f4a28b72b1eca54c70b20f1756a4ce1c 1.56 MB 2,711 8
743,446 743,446 000000000000000000029575c495ece130820af0c2f6bf1eb96f3b241923364e 1.28 MB 1,532 11
743,445 743,445 0000000000000000000404be347a4d0cc0d1d4af455df0c69d5f56353990188d 1.52 MB 2,882 22
743,444 743,444 0000000000000000000292653bee96fb400417cdad2de507f9966a46561696ff 0.84 MB 1,221 6
743,443 743,443 0000000000000000000074d23682f26586636d655ab760a72c1074c9866824b0 0.78 MB 1,351 9
743,442 743,442 00000000000000000000a02e3feb2fa531c1de262229a4f32f9bb96dd21654cb 0.14 MB 326 12
743,441 743,441 00000000000000000004529e41a8d2ff95da99602e7a31469e5ca296c418694e 1.12 MB 1,638 8
743,440 743,440 00000000000000000002ad3ee07f3c25795b86fd57ecdf42bad0a4940e9bfe3a 1.41 MB 2,416 14
Previous 10 blocks ↓
Total Size: 660.58 GB

Node Information

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