Memory Pool Memory Pool Refreshing

80,368 transactions
37.22 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,655 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 2,229 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,654 (283,087 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
566,567 566,567 0000000000000000000c0f2e07e8cbc61338b185ccf3528f08b4b9e231c37a08 0.01 MB 27 19
566,566 566,566 00000000000000000020eb44ab6b46d75cb81f594f8cc4ff73932ebe54b7b63b 0.28 MB 663 29
566,565 566,565 0000000000000000002bb85dbb07f79893f4b774dfd2f892e122d33fafbee7d1 0.71 MB 1,294 10
566,564 566,564 00000000000000000025c91750de2c8d12daf67552b82a4bf5974a300b28a717 1.24 MB 2,609 11
566,563 566,563 0000000000000000000c86219d4bea7ee911179a879c1ab20e5b816fe9beec5c 1.19 MB 1,987 22
566,562 566,562 00000000000000000017c148e0a45ff4c44dd0882379421b9c3f0f7c1906fe9e 1.24 MB 2,951 39
566,561 566,561 00000000000000000019fc861f855b962e396e6e6ca02f5e85da82ca084cade9 0.12 MB 240 48
566,560 566,560 0000000000000000001c294b76dcda2d330a96949ff0f8d3f42dfc5564bc275f 1.12 MB 2,458 22
566,559 566,559 0000000000000000001c33dbf4934703276dfac78c8b7383ede968c365cbda09 0.74 MB 1,650 22
566,558 566,558 0000000000000000000404634066e8ef049b20c53eee08d0096d7c510452f417 0.32 MB 716 22
566,557 566,557 00000000000000000022e5bd2562b9d67259fbbfa8173b781224f7ce3a26f17c 0.21 MB 212 7
566,556 566,556 0000000000000000001428c9dfbac99f09e1f77167d0ba617226e774068897b1 0.62 MB 1,324 27
566,555 566,555 0000000000000000002c6b1aff966f287891d3ce58e9850187ce63d77309f0ae 0.01 MB 50 15
566,554 566,554 00000000000000000007403f46bdf637738df6c650ce14f4f45e66602fda6d3e 0.45 MB 964 23
566,553 566,553 0000000000000000001488ef331554482626ffa8400be6392a2dbeef8033f8e1 0.26 MB 543 21
566,552 566,552 00000000000000000021fb707ae82b4c6020fd401fdb235c27275f512e59cc9f 0.01 MB 18 16
566,551 566,551 0000000000000000000246dad3cd713ef246d23035242c9e544b73413e94b904 0.77 MB 1,571 21
566,550 566,550 0000000000000000002ae6cdcbde24dcaf8b3d51ddb3305c65708eec8ad80b11 0.73 MB 1,382 23
566,549 566,549 000000000000000000055e92464d08980113d97054240a68337f05f3c4e224a8 1.24 MB 2,312 26
566,548 566,548 0000000000000000002adc1eecd492b64a513816b5b3c59a414fcccfdde71610 0.12 MB 231 19
566,547 566,547 000000000000000000230aafc432a1ac7036cf47c75e297cce71344691dcc205 1.26 MB 2,135 20
Previous 10 blocks ↓
Total Size: 660.85 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: 584.80 GB sent, 3.44 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.