Memory Pool Memory Pool Refreshing

80,650 transactions
34.00 vMB
Show Random Selection Loading Transactions
Max Size: 190/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,458 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,080 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,457 (330,915 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
518,542 518,542 0000000000000000001d1e018ee605a79980e552811b74544afd9fa5630f5359 0.25 MB 518 21
518,541 518,541 00000000000000000029ba91970b2150352d46637ec0be43e0735fc1afe58829 0.29 MB 511 28
518,540 518,540 0000000000000000001485b01eb5bc76148dc1e043569a0409a76c580b0cde12 0.14 MB 325 22
518,539 518,539 0000000000000000000b2218ef76f8a5bda1e57ae1d786b1dd790f2abff6c181 0.11 MB 231 16
518,538 518,538 00000000000000000026c40e66e4620e829bfcb23885501e78d482e0563566f7 0.20 MB 497 22
518,537 518,537 00000000000000000007036006f82cb6e04f8cd68632922e2dca5fdf7e33e74c 0.11 MB 292 36
518,536 518,536 0000000000000000000b68935d369c2378a688cc3619667a39de54332f1ca587 0.40 MB 918 22
518,535 518,535 0000000000000000001381ff7f9f039d02fc7e985a8a7df5731905f7d54b6def 0.85 MB 1,576 22
518,534 518,534 00000000000000000026cd12f7910d65f0ba29eac701c5d5326338f74beb0d13 0.24 MB 504 18
518,533 518,533 0000000000000000002808bcd72822ef30805fc269c5a3ef847acacd54b604f3 0.14 MB 369 25
518,532 518,532 0000000000000000001b180b58f5bb7fa07e3b08372f0db45cc775967e1ae945 0.81 MB 1,916 24
518,531 518,531 00000000000000000013edcaca469cac9616d8224e47f233967dd5813df08f6d 0.11 MB 239 33
518,530 518,530 0000000000000000001b3c8c265567bbbbafec49d9df5975c324f0ef604278a9 1.01 MB 1,897 23
518,529 518,529 00000000000000000036de0afe1e6fc16f3b7d4726df74ff7cdf97500478f412 0.38 MB 874 28
518,528 518,528 00000000000000000034d7314f50108d48e559ff0c434715d8bed9920aa5bf43 0.96 MB 1,840 14
518,527 518,527 0000000000000000000c5c92b0a70adb2f165b9312b4c856f8f08fd338632fe7 1.18 MB 2,739 7
518,526 518,526 0000000000000000001164ae54c1e3e63269728b2608e5965a8bb0223e9411ac 1.11 MB 2,556 48
518,525 518,525 00000000000000000022d69b8b5cb3b50067b32e5cd962668ebf212e69bea578 0.35 MB 629 3
518,524 518,524 0000000000000000002b63efae601b73c263e43492c2440b0f401f6fdf0f09b5 1.14 MB 2,624 29
518,523 518,523 00000000000000000031f6dc4dffc5826e4f3abb6040fa29831fef8ca91311bf 0.12 MB 202 19
518,522 518,522 0000000000000000003a465fbee3c781d6fff8beeddc7912e99104fca3112e7a 0.60 MB 1,233 16
Previous 10 blocks ↓
Total Size: 660.48 GB

Node Information

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