Memory Pool Memory Pool Refreshing

63,022 transactions
25.32 vMB
Show Random Selection Loading Transactions
Max Size: 144/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,705 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 2,493 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,704 (319,119 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
530,585 530,585 0000000000000000000d369d9e1d27f234b12a9b9a1bdff5373a7b7de1dfaa4e 0.49 MB 92 2
530,584 530,584 0000000000000000001f23bc86fd0032a2adc7978f06822f4b621914d51dcd4b 1.10 MB 1,806 6
530,583 530,583 0000000000000000000c0f4ad034be4863f307fdcc6c314a58003bd631d614bb 1.19 MB 2,402 33
530,582 530,582 0000000000000000000eaa35b65f8af10bae0710e60e1284d40d1a1925609934 0.75 MB 1,500 8
530,581 530,581 0000000000000000001f1a0db1557d069a7d4f8c55ab35fa2a640e585b4c9578 1.19 MB 2,567 32
530,580 530,580 00000000000000000030926133424a36e01b145e687b8338c8ccf84b259f85db 1.01 MB 1,149 13
530,579 530,579 0000000000000000002f907fd8c4deb6b4c3159d2655fdd1cb8fbce5b15a13bd 1.02 MB 732 41
530,578 530,578 00000000000000000008ffbd30b327098fabf2b6bf1ecea28b5714bfb8005d20 1.01 MB 636 62
530,577 530,577 0000000000000000000a503f244276445e1f337e798ed3499c3922f3c4ea7165 0.37 MB 723 14
530,576 530,576 00000000000000000011116866046bcba42946a1211fc4cef6246fefde23ca72 1.13 MB 2,326 21
530,575 530,575 0000000000000000001164021643c75ffb2fd26c6df517b39eba3d6eb333a5f3 0.20 MB 242 11
530,574 530,574 00000000000000000020a2f847839631f6af768c4573c542c3e1c01815dee49f 0.09 MB 174 15
530,573 530,573 0000000000000000000a99ca97e9d9a3a82979a6e41386fb630c956a939b8491 0.84 MB 1,850 25
530,572 530,572 0000000000000000001b431c45640dd079fa33f7165bcfee6e0862195e7bcf9c 0.72 MB 1,352 24
530,571 530,571 000000000000000000137be565bf197e39e1a98c2cb633cfa8e21bf48a4698fc 0.45 MB 1,086 34
530,570 530,570 00000000000000000028dc5cacfad3562422ac06ff991654c2f82bb4193e99f7 0.59 MB 1,206 9
530,569 530,569 0000000000000000001e2abc0777738cd05f183320e1d49f5c2813bebc6cb02a 1.16 MB 2,575 28
530,568 530,568 0000000000000000001de58abcfc52d0c96a769e861d1ec9b3a896fbda7377f3 0.06 MB 32 4
530,567 530,567 00000000000000000006c01154cc5ae4b467567b8d16677b3d2bfd77f71a6fb7 1.15 MB 2,477 27
530,566 530,566 000000000000000000216d90d1fafb94cc04d28f615fbefbfd1c371338462bbf 1.12 MB 1,360 17
530,565 530,565 00000000000000000011ba9c3aafd3a15843ed72f1db9277d0afbf7f48a9b5cb 1.05 MB 905 11
Previous 10 blocks ↓
Total Size: 660.95 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: 643.12 GB sent, 3.77 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.