Memory Pool Memory Pool Refreshing

79,110 transactions
27.76 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,305 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,514 (330,649 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
518,865 518,865 0000000000000000001ef4e2420f2ce884a8cb1f428b46c449b795f933f8355f 1.14 MB 2,622 30
518,864 518,864 00000000000000000019e2040ef941ca33dfe42cd649630c8ca73cd60f4eb9c6 0.11 MB 277 23
518,863 518,863 0000000000000000002a17b21c20396280184addd0f40373a7a52d0751313f66 0.64 MB 887 19
518,862 518,862 00000000000000000007686f0f8f9070dc8eab28292fd7428ab805ce95e86946 0.99 MB 2,433 26
518,861 518,861 0000000000000000000cce45fdc2edf2581fd478a80058b358b690ba7577c245 0.88 MB 2,022 29
518,860 518,860 00000000000000000033006fb546f8b282cf3406c3bae9b72f332e3658bdfc35 0.45 MB 1,100 9
518,859 518,859 00000000000000000018adc92b37ebaa69417df225193e5ba892e89afc5bb242 0.37 MB 571 44
518,858 518,858 0000000000000000002583c9d91b6bd5108be3cfa5628c2daafb551a62ea306e 0.93 MB 2,031 24
518,857 518,857 0000000000000000002d13b82cd4bfb569feefc04307988ac70de9e2bd41e21a 0.03 MB 87 28
518,856 518,856 0000000000000000001c59ea1cd05f2551ddf3a19b79fda2c1b54a14c1a7dd06 0.12 MB 256 23
518,855 518,855 00000000000000000021a0bd4e0dfdbc78843fca6ae282d33778d089dcaf3eac 0.41 MB 864 20
518,854 518,854 0000000000000000000f1c768a08288fef190c638281c9e60188dd3ec0b0c69e 1.22 MB 2,643 25
518,853 518,853 0000000000000000001cea1709b3b6d59434ac3b98227e83750f6d216dc96715 0.24 MB 612 26
518,852 518,852 0000000000000000002e4c9ab45f892a65d710acf247e70435bcedee2b399a9c 0.04 MB 95 32
518,851 518,851 0000000000000000002e7a76139c2141b0c2f3dead5982de66b76b02e49cb6e9 0.56 MB 1,131 31
518,850 518,850 00000000000000000047663cba0586fb60d84b401b49a4430d58e9145024dba4 0.64 MB 1,183 3
518,849 518,849 0000000000000000002d68e974b01c356301f1fb930ba14fd1a29f9315cc775a 1.17 MB 2,305 21
518,848 518,848 00000000000000000042c32f5a3e6889a524b19641b5abcd34e5b8fb7252220b 1.12 MB 2,533 41
518,847 518,847 0000000000000000000a77528b8ce7bb5b2d49372bdb9f8baf954902e85307aa 0.33 MB 623 7
518,846 518,846 00000000000000000000c753fc6ca0c5b9a3261f63c52106a0b6c463487085d0 1.19 MB 2,801 20
518,845 518,845 00000000000000000035b4c9c1d8251074d84d4033ce3d479fd60063b31a51e8 0.52 MB 805 60
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, 93 incoming
  • Data Transfer: 466.90 GB sent, 2.24 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.