Memory Pool Memory Pool Refreshing

70,976 transactions
32.33 vMB
Show Random Selection Loading Transactions
Max Size: 174/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,950 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 5,614 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,949 (344,312 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
505,637 505,637 0000000000000000004d61c1509844ce6de14ab85b4d11c1b6a374bba8e1ddef 1.10 MB 2,050 150
505,636 505,636 0000000000000000002fcdc09fdfa039cde1e3cd411e29069d2ae40e20695db8 1.02 MB 1,835 82
505,635 505,635 00000000000000000073b4ff752ba61f626636d3e5a1fc8b4ffa7706b87afa47 1.03 MB 2,785 120
505,634 505,634 00000000000000000038387bec15f361f1a1cc85dbe40a5b6f6ddb70f5a0fd99 1.04 MB 2,917 194
505,633 505,633 00000000000000000044fd6dff8ee5eacc8c2fe04c6a6f7e2c2c49d77dedc7b2 1.17 MB 2,672 65
505,632 505,632 00000000000000000028049aefbc5d03c4c32072a497df2dc4a4189395282b19 1.41 MB 1,862 25
505,631 505,631 0000000000000000002843665ae7490cc42ce056b4030a3f25d7dd6e880bdaad 1.06 MB 2,668 188
505,630 505,630 00000000000000000071342e333dc67b8dd1cbb559f11863a0df97a896ba819a 1.03 MB 2,725 67
505,629 505,629 00000000000000000067203185d083be8d921dd064e921701a7edd73cf81213e 1.02 MB 3,141 102
505,628 505,628 0000000000000000004b1f11194232d02a987a28515f32c538c70637a979d3af 1.04 MB 3,378 117
505,627 505,627 00000000000000000058ffc391784b77ac6498d62c68cdedf40fea0df4e96b39 1.08 MB 2,486 282
505,626 505,626 000000000000000000252af5dfc8049c0ea3f15dbc23488b2dc7c131bbd3377a 1.01 MB 1,512 41
505,625 505,625 000000000000000000308dbce1b413ac9320ae4b9ce74c6adbbc81b6356ee865 1.01 MB 2,883 101
505,624 505,624 00000000000000000054ec9bbc6497dab385688bc263c062aa562796d0f28646 1.03 MB 1,527 117
505,623 505,623 0000000000000000001a1997b133f62a43e16f8b077162a48339277df14dc0fb 1.16 MB 1,608 46
505,622 505,622 00000000000000000014918cbb9904d3a74cc29c74cb403b97622c6740c68582 1.21 MB 1,262 53
505,621 505,621 00000000000000000024e0e9e210a602ba1d500a1ce4fc898f8a8235699a5b1f 1.25 MB 1,227 83
505,620 505,620 0000000000000000007bc20eac361e771face33445d5c3208815d5255e69cde4 1.02 MB 1,297 128
505,619 505,619 0000000000000000000be8246cd9902e6b7a4c55b390734a625e332d2b12fa91 1.03 MB 1,965 203
505,618 505,618 0000000000000000005ec6377ac47fcf7076fe58d40d9ec24aab4394cb3ef45e 1.12 MB 1,006 89
505,617 505,617 0000000000000000004f75d71939d202ae067a84be1173b117cbcbc90d0f7eba 1.14 MB 630 76
Previous 10 blocks ↓
Total Size: 661.41 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: 892.08 GB sent, 6.11 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.