Memory Pool Memory Pool Refreshing

63,179 transactions
34.99 vMB
Show Random Selection Loading Transactions
Max Size: 186/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,671 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 2,913 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,670 (195,397 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
654,273 654,273 0000000000000000000764847e18728d3f9e37637b68775600e5e96667a65a45 1.55 MB 1,597 54
654,272 654,272 0000000000000000000c89c96ff12d3c3730d3907a667affe95aed3aab32c6c0 1.32 MB 2,223 107
654,271 654,271 000000000000000000018d138c0d27cae1eea65e706cd173de5e27c111bd6d76 1.18 MB 2,646 15
654,270 654,270 0000000000000000000ae8ade1f02c965d7d6ec79ea2772cb31abd4fbb6efc30 1.42 MB 2,647 87
654,269 654,269 00000000000000000002b6f6878adce8b643f998ae9de39691de8672709538af 1.40 MB 2,683 68
654,268 654,268 00000000000000000002aa642e7e052ceaff37777b04a2a934f26d47f43e7932 1.27 MB 3,435 139
654,267 654,267 00000000000000000007a219accc04a369f978457c00729f9b7b3780c23ba892 1.08 MB 2,530 24
654,266 654,266 0000000000000000000262a954be08f815ad96e3e776c3a971fca8786bcb5b9c 1.33 MB 2,625 85
654,265 654,265 00000000000000000008cea746f82fc69d7d62941870f94f8e3d67d38c2d4e86 1.21 MB 2,572 25
654,264 654,264 0000000000000000000105826a45110e042bfe4c21dd3774372dd200c7c17a9c 1.31 MB 2,951 112
654,263 654,263 00000000000000000001c0426b287acaec206c426cdaf4c703553656d666db92 1.28 MB 2,115 89
654,262 654,262 000000000000000000008be07a36a7a4884d20d4d576f7d2674f47432f71f365 1.66 MB 1,491 139
654,261 654,261 000000000000000000045f0f166d2a09ecafce154f1c65a683942140d8abb12c 1.32 MB 2,240 31
654,260 654,260 0000000000000000000d70275203034ea29f47c2bab113d0d48d0b03506ceae3 1.35 MB 2,954 90
654,259 654,259 0000000000000000000060f0f2ca3db65edf4419c34c30fd065077822d387e82 1.44 MB 2,395 103
654,258 654,258 0000000000000000000732a636023365c6da7e42cccc5e486146dc15f2e7f19c 1.25 MB 3,209 143
654,257 654,257 0000000000000000000309664d770356c53dfb637f0543754f01d0caf293d711 1.27 MB 2,995 121
654,256 654,256 0000000000000000000bb3e1c36b33c27e1246adfa962daabe2e5ef00e49f1fb 1.32 MB 2,475 98
654,255 654,255 0000000000000000000cc0c97c298460f5859436ada85c242987dac9a4238940 1.46 MB 1,993 48
654,254 654,254 0000000000000000000d5ca334c20e2c062d9c433a23a4bf4bf39550a7989f2c 1.41 MB 1,968 66
654,253 654,253 00000000000000000009e3ae76d9bccbb2275f0919b7953c468702a6bcf1725a 1.45 MB 1,741 32
Previous 10 blocks ↓
Total Size: 660.88 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: 620.42 GB sent, 3.60 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.