Memory Pool Memory Pool Refreshing

81,231 transactions
36.60 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,617 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 2,722 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,616 (236,572 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
613,044 613,044 0000000000000000000f9635dc47ce62efb1ed95a115470d7dc34fce3176dd03 0.18 MB 240 17
613,043 613,043 00000000000000000011a3ce748b344d241f1c33c0254183421f9a6f7725797e 1.28 MB 2,739 5
613,042 613,042 00000000000000000010a681fe9aa4c30f11d34d495534bf6fc113ae7e9fdd08 1.19 MB 1,970 13
613,041 613,041 000000000000000000090b156f0a9f48ce05a99c20ef2901e2a48d62c27494ed 1.19 MB 2,750 19
613,040 613,040 0000000000000000000009ded1bf4a056d45cacfaf8006a92a942a7bbdd63f4c 1.21 MB 2,665 9
613,039 613,039 0000000000000000000a34858f919ab953c6db4dbe7fde00d63623c2587d90d4 1.43 MB 2,869 24
613,038 613,038 00000000000000000006b60547f33dfae4f779628ffdec3f428c39679989c524 1.21 MB 2,398 45
613,037 613,037 000000000000000000060fac8d21c8078f01f70eec1df7f79ce6b35ef5ed9669 1.24 MB 2,645 21
613,036 613,036 00000000000000000009a412cd831eca6529a6522c025f19e5c99ca758660f56 1.23 MB 2,300 16
613,035 613,035 00000000000000000001542d8eac171fa5ff1082fa2c3e352941929e429fbaf4 1.24 MB 2,774 22
613,034 613,034 0000000000000000000cf471a8ff91406192d81893d365f8c90abc5bab8f85b8 1.28 MB 2,690 24
613,033 613,033 00000000000000000000f1d0c2081dd6dbc8c31089e16ee9808c4e4204deb444 1.46 MB 3,082 30
613,032 613,032 00000000000000000006b39d8f412b98b0b132a936c7837caf09a1b135c1be11 1.27 MB 2,878 42
613,031 613,031 00000000000000000006ce64d413883a1b4803a313886742f8eeda2eca77f4c9 1.39 MB 3,229 36
613,030 613,030 0000000000000000000cbd8a0376633912a2bb05201780a22582ed7e92181e2f 0.74 MB 1,261 17
613,029 613,029 0000000000000000000f86fb9b67648fc1caac946f2fb5acbd9ecf37a86562ae 1.13 MB 2,713 19
613,028 613,028 00000000000000000000334aa64e477f7010403d4fae0c553e8f5a64f1fae95c 0.31 MB 497 16
613,027 613,027 0000000000000000000aa8d05c2030675b4f160e3a72c1cb1b73b88653fff505 0.15 MB 396 17
613,026 613,026 000000000000000000071f4019a8e9d39543e85aa5ceffd4fad7a0fe1bccae52 0.09 MB 265 17
613,025 613,025 00000000000000000003f9e4531803d974ff646e69571f06c10f712e2f23af7c 0.26 MB 708 15
613,024 613,024 0000000000000000000577a8fbcdad26db322388f594a48dd7467e8c3d7c27e0 0.29 MB 723 22
Previous 10 blocks ↓
Total Size: 660.78 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 559.56 GB sent, 3.12 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.