Memory Pool Memory Pool Refreshing

83,134 transactions
34.94 vMB
Show Random Selection Loading Transactions
Max Size: 193/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,576 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 1,676 27
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,575 (330,648 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
518,927 518,927 0000000000000000002d286c876ca20bbd91baf6901e6ab7de67b23db5654c76 1.06 MB 1,814 22
518,926 518,926 0000000000000000003c3888c0468b2cc021089ee6e59fe21cb990d56c520217 0.19 MB 315 34
518,925 518,925 0000000000000000004321dc24c40f6b7b60ff7fd8b518bd3eef013f1bec2c03 1.12 MB 1,649 24
518,924 518,924 0000000000000000003d357d1c689263716f558b7b1ba98d7835829c848e315e 0.29 MB 629 27
518,923 518,923 0000000000000000000e6eb92e3b5e3ce1d2e7271325fc930e1b5141b36b669b 0.02 MB 44 20
518,922 518,922 0000000000000000003d1afa60e0593206975d0d878726f1c35c270f2aba55ec 0.39 MB 682 26
518,921 518,921 0000000000000000001d7e46bfba482030df3ac0cec1f87c6abeb2ec2c98b49d 1.01 MB 1,634 3
518,920 518,920 00000000000000000042f1974b8469cbcb1517b07499417cf4b99742b3d82736 0.84 MB 1,466 33
518,919 518,919 0000000000000000000149c534bf69bb083c19dc6091a0ba7d2f35486ff0adaa 1.09 MB 2,141 38
518,918 518,918 000000000000000000409431f6d50e55b8226318147b45bb9e4997d7b4163756 0.25 MB 511 32
518,917 518,917 0000000000000000002503b9912a578ca214ef9df7c5fda444905936e90aaa41 0.35 MB 625 24
518,916 518,916 0000000000000000001a9f97e5559b7bba859db89be4abe5ea4d8a12ff66cf74 0.95 MB 1,294 3
518,915 518,915 00000000000000000011fe1d1b4bc61f15c441c9ce1dfe61a70144c604e6e161 1.12 MB 2,320 41
518,914 518,914 00000000000000000021dfe3ec4f6db7c859bfc6e7248f13acfe3c8aaf84fd65 1.06 MB 1,997 24
518,913 518,913 000000000000000000474835b16e0f75301b8f1dd89669fc0ebd2d0fef76697f 0.47 MB 854 33
518,912 518,912 0000000000000000003b5dc97e25aff3bb57cf00845d008248ca271e84840280 0.32 MB 733 28
518,911 518,911 00000000000000000048c2e0a12a3b1e114d325ba218687a8e35695630d521fc 0.30 MB 582 28
518,910 518,910 000000000000000000255bc31dc124f8b3bbe9edb9014609f60df32baf58662e 1.09 MB 1,838 30
518,909 518,909 00000000000000000003d48f9e92fc49fa76110c5ccb40217cd94f8c45b35539 0.04 MB 81 51
518,908 518,908 00000000000000000048b3927a61a9e4dc26ad3b41888d9235b600f6ef0a5d32 0.45 MB 721 22
518,907 518,907 0000000000000000002522c59a2988a1126c00ab0a23fd80a0b8c0e209b1fd76 0.70 MB 1,373 33
Previous 10 blocks ↓
Total Size: 660.70 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: 519.17 GB sent, 2.83 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.