Memory Pool Memory Pool Refreshing

80,736 transactions
33.25 vMB
Show Random Selection Loading Transactions
Max Size: 183/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,576 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 3,182 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,575 (314,842 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
534,733 534,733 000000000000000000133f24ec03f762621744da578ce61ea8bb0c6cda0ca287 1.10 MB 1,249 9
534,732 534,732 0000000000000000001a356aea909b89ffb2c3b5cd1cb8f437dbc84c4ff76d59 1.21 MB 1,596 8
534,731 534,731 0000000000000000002837e459900daa2b437ab2edb6c829c8165bd20ee78311 1.14 MB 2,809 15
534,730 534,730 00000000000000000011fa758e7fd699fa0d845ca798c46a5e444750fd588de8 1.27 MB 2,613 29
534,729 534,729 00000000000000000029f07d1d5bcebf1af17b1cc0062bb445f54a58fd971205 1.19 MB 497 2
534,728 534,728 000000000000000000271c3d96a982fbfe680b627c9fe1d5dfd6d1283b36d145 1.19 MB 2,384 17
534,727 534,727 000000000000000000128de828f38feb229e428920b5115fc4e10b4a10546914 1.22 MB 1,907 7
534,726 534,726 000000000000000000078007b10348831555c7cb7c9358e51a9df0a125cfbec4 1.28 MB 2,645 30
534,725 534,725 00000000000000000019a201c52077781c7a5d155761f8590a963114e25f0581 1.08 MB 1,163 5
534,724 534,724 00000000000000000021cbc205eedd38506c401a1b68ee81c70ec99c042c155b 1.18 MB 2,586 15
534,723 534,723 0000000000000000000aecce65f3d7e35340d43d69311a1ae81068ee79191aa7 1.19 MB 2,696 19
534,722 534,722 00000000000000000015d9b787130474b235d9cfd9bbda2b2f8f9f9b96a9f88b 1.20 MB 2,215 9
534,721 534,721 0000000000000000000c0d8380173fbf092aaa30dd9429d3fbfb78c5db8a3854 1.16 MB 2,673 11
534,720 534,720 000000000000000000161d20006bf1ac3af54c61a65549a9b837b76b4efc988b 1.19 MB 2,997 22
534,719 534,719 000000000000000000236d34ec2dd450e936e50cf974be6f021c4d7dbe5eed91 1.22 MB 2,690 20
534,718 534,718 000000000000000000060c0959a69f198a27e99785dad5f3e7ed26a7a55492e9 1.15 MB 2,456 8
534,717 534,717 00000000000000000019b491601b2a88b0da44893dfe21a33423c5ed0e19bc5a 1.22 MB 2,254 13
534,716 534,716 00000000000000000008fec0a58339f366611d63797d3062fde8d10d41f3c716 1.11 MB 2,395 46
534,715 534,715 00000000000000000014a0422952f581f403f3267f7907851e00033219bd33ef 1.11 MB 2,244 5
534,714 534,714 0000000000000000001efa389ccb03072b52143ffbd40cdda944517c458e7171 1.17 MB 3,074 15
534,713 534,713 000000000000000000089b7d9387754d8cbe61af25974a3303692e040cf5f7c7 1.26 MB 2,473 25
Previous 10 blocks ↓
Total Size: 660.70 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 11 outgoing, 99 incoming
  • Data Transfer: 518.74 GB sent, 2.82 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.