Memory Pool Memory Pool Refreshing

84,108 transactions
31.51 vMB
Show Random Selection Loading Transactions
Max Size: 187/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,421 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 6,568 23
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,420 (392,636 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
456,784 456,784 00000000000000000039a382dee06b55a39eabaab07b0e49fada501a7d8ef374 1.00 MB 1,083 111
456,783 456,783 0000000000000000009a8672f91e11d08cb4197938a76eb10f7538f344c98fe4 1.00 MB 1,409 123
456,782 456,782 000000000000000001cf30e82ef9ffe7095feffdfbbe8f78ae7b9553a81ddacd 1.00 MB 2,325 125
456,781 456,781 000000000000000001360a04e33685510d0e4c15db935e7c7c0604c66e747452 1.00 MB 1,597 119
456,780 456,780 0000000000000000023d3c17e05b526f1aa3013f9db86437ab4094ab0e5c3174 1.00 MB 1,394 88
456,779 456,779 000000000000000001bc3ed8f5eb11abae6cf310948df55f0b6e1acf6ffcb30e 1.00 MB 2,106 162
456,778 456,778 00000000000000000026b2f6f316d26b5030087d870baccb6972e124faf6cd90 1.00 MB 2,990 241
456,777 456,777 000000000000000000de2b4464c6a3c6d318a4eb62b36127e2d4878fa6f2d892 1.00 MB 2,450 157
456,776 456,776 0000000000000000016827e9a4c094eb3f2d85ac18a85e05506e257b2daf8e1f 1.00 MB 2,296 205
456,775 456,775 0000000000000000007c3cf54286d0a1a20abccbc71d2b9430f5c49fdb368ccc 1.00 MB 1,160 123
456,774 456,774 000000000000000001fc3d5ac555499acaddc09656f969cf906582af3a281792 1.00 MB 714 77
456,773 456,773 000000000000000002264a74f5b93fc475c23367795768f51b3c43cec8133c72 1.00 MB 1,703 120
456,772 456,772 000000000000000001a0e24a7db735fb13d08e21d1a3913dfb7ecfb9a28a8cbe 1.00 MB 2,527 170
456,771 456,771 000000000000000000b2d16b3806ac882c36ecbc7850e5c1039d40d81d549abb 1.00 MB 2,728 169
456,770 456,770 00000000000000000220ff671ffaf52fd90aff7bab76330253a8bd73977da2a9 1.00 MB 2,876 154
456,769 456,769 000000000000000000842188329d20ee6392b277ef93ebbc1fb0eb53d4cd3d78 1.00 MB 2,177 169
456,768 456,768 000000000000000000bbaa7f20f26333467f8982c5844555d400acc79a69a7cd 1.00 MB 2,259 119
456,767 456,767 0000000000000000000fe93695ece400fa50cb69a372cbb9ecf09c9300889a39 1.00 MB 2,151 132
456,766 456,766 0000000000000000008affa490f82a17f8b87b1da5a6577640c162ea1a7ae257 1.00 MB 2,730 190
456,765 456,765 0000000000000000006342cfe874d26bf34f4b1a4a6fa0caba960fb43f4000aa 1.00 MB 2,246 231
456,764 456,764 0000000000000000000bc9fc06d91d89c1e23ba9112593ee3f29d2decdf1f191 1.00 MB 1,879 184
Previous 10 blocks ↓
Total Size: 660.41 GB

Node Information

  • IP: 46.19.137.74
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 88 incoming
  • Data Transfer: 329.93 GB sent, 1.37 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.