Memory Pool Memory Pool Refreshing

73,021 transactions
28.51 vMB
Show Random Selection Loading Transactions
Max Size: 162/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,710 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 4,923 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,709 (476,378 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
373,331 373,331 000000000000000008bcdd047564c9c4a4475cc4640ebdfff82f33b4d50a5a03 0.89 MB 1,756 37
373,330 373,330 0000000000000000026ffa3cf866b26a1910cf115f46f790d9272d7a74259002 0.03 MB 73 44
373,329 373,329 000000000000000013414d19ff2e54c6ad5a0dc375cc50995703f84bebf4c240 0.70 MB 596 16
373,328 373,328 000000000000000005adf74ec1a0d722ce71c238c2f56620f1177ccf6afb8f60 0.50 MB 794 27
373,327 373,327 000000000000000012ad54d5ab60f0b1708deb97ae11f409399e129e53982efa 0.00 MB 1 0
373,326 373,326 00000000000000000c8570a960645265941cb6110175adc0f6b2c1bf5612f0d2 0.75 MB 1,837 50
373,325 373,325 0000000000000000074f9c893791305defa7f789b107a697083271fc35c5b438 0.99 MB 721 11
373,324 373,324 000000000000000003c08eea3995c2927a1363f7405778a28908bbe9a1241697 0.93 MB 1,960 40
373,323 373,323 000000000000000007da01fd72861ccd10710340abaee159a02f232dd7c5dc63 0.93 MB 2,371 54
373,322 373,322 0000000000000000035bf5033679e8e505a0acebd0563315fb3b0bea209b5c34 1.00 MB 1,878 35
373,321 373,321 00000000000000000df1bde123f300e7ce599d557d1ecb543380e190ef59fbe1 1.00 MB 1,804 34
373,320 373,320 00000000000000000f031e0befa008caf45b8592dc68e7666fc03bac59d1178d 0.00 MB 1 0
373,319 373,319 000000000000000009440f8a4759f1d62695eb8029c67d256bd5ea7d15265121 0.05 MB 120 41
373,318 373,318 00000000000000000197dac5f001c5fadf33022e24613cb4e3f5476deb4237a9 0.84 MB 1,532 35
373,317 373,317 000000000000000012cc9f040defb3ad0413825160f289c919e51a1420e36494 0.00 MB 1 0
373,316 373,316 00000000000000000e9826366a6e369bda5e3ca3af5f667a25dc996dfa8e2ec0 0.93 MB 1,908 46
373,315 373,315 000000000000000010405a953cd6029de60697e0f07b0b8267f903eb467a6673 0.04 MB 50 29
373,314 373,314 00000000000000000da37d3bc8c8bc3d42a87040913cc5dabbe72a77f0875848 0.18 MB 398 38
373,313 373,313 0000000000000000078add2a9e4e9c9129eb698d797422e0aaf6031ce0d8f4fa 0.07 MB 41 11
373,312 373,312 000000000000000007afeed558ac16cffde286a88828cef70a2b2a0ee48c4bc5 0.22 MB 299 23
373,311 373,311 00000000000000000ee4b6e09abf2880543eda4ac03e5dd10b1f89a88b28a3cb 0.27 MB 610 44
Previous 10 blocks ↓
Total Size: 660.96 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: 651.26 GB sent, 3.84 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.