Memory Pool Memory Pool Refreshing

84,002 transactions
35.81 vMB
Show Random Selection Loading Transactions
Max Size: 197/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,609 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,083 23
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,608 (232,898 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
616,710 616,710 0000000000000000000d4e6d2bc6fcc5c221a05d64253da077452a1c95abfbba 0.69 MB 1,691 12
616,709 616,709 00000000000000000001d8e09c9f690d3e30c225a6b7e86346c1b4110913332c 0.41 MB 833 9
616,708 616,708 000000000000000000101555f3aeeff2fbff55ad41f02dea605d53efb79042af 0.06 MB 210 16
616,707 616,707 0000000000000000000515023510c983eda4a742920c83e3aceaba02044c538e 0.94 MB 2,052 8
616,706 616,706 000000000000000000021e5821de7a38055dead14f59516c08d738d8f3b3ae56 1.19 MB 2,537 11
616,705 616,705 0000000000000000000915daaacd35014f380fe4789c2c7ab38588ad83168347 1.32 MB 3,320 21
616,704 616,704 0000000000000000000f9476705dd260c92a232bc5fca8deab474ca766f4c62e 0.25 MB 710 13
616,703 616,703 0000000000000000000448421f4db70e95d575380fabe5a4a7c32fc4ef8add04 1.07 MB 2,822 2
616,702 616,702 0000000000000000000af1010e04aa7eb028c9f6055b7dfd968b8b4f5138138f 1.32 MB 3,438 20
616,701 616,701 00000000000000000003b02c01169eb08219f87e57e24e48a751b91df3369aa6 1.31 MB 3,284 18
616,700 616,700 0000000000000000000906fb1282c35b184135ed8b546de9acb940fea580f189 0.70 MB 1,759 12
616,699 616,699 000000000000000000035d4d4377661f716887966962fa46282f4837578e5ae1 0.26 MB 689 14
616,698 616,698 000000000000000000106d9c9da69df847fd4e751de859f46d3a01a468adc983 1.30 MB 2,982 6
616,697 616,697 00000000000000000000505266c15206b1fccd604af8d0eec7eed583ba9afcf3 1.23 MB 3,028 8
616,696 616,696 0000000000000000000ffbed305b605955118809d6e28484f97889d6a036c60e 1.33 MB 3,605 25
616,695 616,695 00000000000000000004e90a02f46f81729f5e404070df4dde6fd887ef737e9b 1.39 MB 2,368 3
616,694 616,694 00000000000000000006584bc34f0cfc2fc2e615d25428f789051f979c07b99a 1.11 MB 2,380 7
616,693 616,693 00000000000000000001665c203e033e8f009f48702adfb0ee9b637d26e2806d 1.30 MB 2,826 17
616,692 616,692 0000000000000000000054b1482e8ca985f4ceed10fff501353397a5cc71abaf 1.12 MB 2,547 4
616,691 616,691 00000000000000000011ffd345e85681a68693aa2ca435d168c3d6d62249b184 1.33 MB 3,607 25
616,690 616,690 0000000000000000000a2b283fce5ff61a18007a3d1def6894f67e2c31322bfe 1.27 MB 2,613 13
Previous 10 blocks ↓
Total Size: 660.76 GB

Node Information

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