Memory Pool Memory Pool Refreshing

81,525 transactions
37.09 vMB
Show Random Selection Loading Transactions
Max Size: 198/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,656 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 2,485 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,655 (364,324 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
485,331 485,331 00000000000000000033973c3380c49f51356bea3b853393f73893ebc9ba0f44 0.28 MB 505 112
485,330 485,330 000000000000000000388e01d005a1af7ee9052d72eee7d502e5add434ff6e13 0.05 MB 186 114
485,329 485,329 000000000000000000c0067189394534f698f118bfef85154267cc5192e6dd6b 0.97 MB 2,099 122
485,328 485,328 00000000000000000009363c9bcc38921d266e3faebb1ced2e531ccc05d27a2c 0.96 MB 1,969 130
485,327 485,327 0000000000000000006878b2b690d40d8a3f1eb0b4a1a2ddc8251600e423391c 0.26 MB 566 50
485,326 485,326 000000000000000000f7171706168d8dd4783389576f44ae1afb65220bc2830a 1.00 MB 2,131 139
485,325 485,325 000000000000000000be5809153d59cddbf257e7bdecc27f1f18201dbb72db40 0.18 MB 434 115
485,324 485,324 0000000000000000003c2b1bc77adbccabf6008baffb5a98b94254807bba7a76 0.07 MB 57 67
485,323 485,323 00000000000000000089f980a604ba0182a415e83130278b05a482aa3f195f1b 0.09 MB 128 151
485,322 485,322 00000000000000000000b55b6f0c3e766ca69160e260eaf4b452ec82cd43ce79 0.44 MB 1,078 126
485,321 485,321 0000000000000000000fb5e22f7e3d62042f9c38a7c1b37014921a6a82db0723 0.05 MB 150 125
485,320 485,320 0000000000000000012ba76a4fff3d970379ad3860fd774fe141a8d044888cc6 0.15 MB 340 101
485,319 485,319 000000000000000000f06882ef416dfe33b8b2863ab5d6ad9f43a65d67cf06d8 0.12 MB 271 140
485,318 485,318 00000000000000000014fa7e0a56a479ff12a97aebec40ce0a10df3bcdb04079 0.87 MB 1,686 114
485,317 485,317 000000000000000000c246c062f90334627de762cde9bff687d762cf4d15aa62 0.09 MB 239 125
485,316 485,316 00000000000000000122bf192fc904c5d3b7054f718cfcdd38c443940faf0215 0.38 MB 754 113
485,315 485,315 000000000000000000c0c38134fc7365e39ba7390f559eed8673021ef4c3cea2 1.00 MB 524 26
485,314 485,314 0000000000000000001d1abeca68907c495839d667e665184b675899f9dcac0b 1.00 MB 1,371 43
485,313 485,313 000000000000000000c65212f1e9d4167c70788fb6f7f5c8e6bb6752cc9009f8 1.01 MB 1,305 141
485,312 485,312 0000000000000000002135b1a73f5b534a29c18186d0d0e165d894821af86a58 1.01 MB 1,856 129
485,311 485,311 000000000000000001228f142f007491f831d7f8ea91037ede2cb33f6ea3fa37 1.01 MB 2,051 135
Previous 10 blocks ↓
Total Size: 660.86 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: 586.77 GB sent, 3.45 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.