Memory Pool Memory Pool Refreshing

82,578 transactions
27.67 vMB
Show Random Selection Loading Transactions
Max Size: 170/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,526 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 4,926 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,525 (100,700 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
748,825 748,825 000000000000000000042130f97a7bfa9849526ac706f1c8f06de9131147906c 1.48 MB 2,296 22
748,824 748,824 00000000000000000000340fe4e73bf78ddb0ac528f38cdc2e42ac260954cec5 1.21 MB 1,453 32
748,823 748,823 000000000000000000070e7493973f0ab3349f1e9b27ef0350b18f53fde09923 0.22 MB 394 16
748,822 748,822 00000000000000000008988c188d4976d4842aa37e9f63720e8017a34295ddf6 0.01 MB 30 31
748,821 748,821 00000000000000000001ed6f3c0393ec1973e15b5515e3689ee536d2fc9da3b4 1.32 MB 2,459 16
748,820 748,820 00000000000000000007079ef53f1c5bfe6d1114da0e50736b07ea59888cf838 1.09 MB 2,142 15
748,819 748,819 00000000000000000000446ae13ac20a3a2fee1c8c022730bd5b02e0576b13fe 0.35 MB 582 20
748,818 748,818 0000000000000000000981d2a56e9920395c41f9820d49b5d5bb1ab0a7827ef4 1.63 MB 2,076 9
748,817 748,817 000000000000000000080a4b2ab7ef1100e842d3fd30e83f4e3e63abf7fdbc93 1.55 MB 2,576 23
748,816 748,816 00000000000000000002e7543dd6d69d6b09f113896777de453e8bc89ea48f63 0.38 MB 609 17
748,815 748,815 000000000000000000081baab8c042989f3cf7a3468db84c8ddd708011af63e9 0.49 MB 618 12
748,814 748,814 000000000000000000052f32760e7d7911f7fd4f2e386bc4e0f5c7d55ef451e4 0.78 MB 1,319 14
748,813 748,813 00000000000000000006feb667d01c05925fcc8822e8d12c3f4988ad5733e587 2.42 MB 865 5
748,812 748,812 000000000000000000065c725d289d430be47892561377463b63037ae57a816d 1.83 MB 1,802 8
748,811 748,811 00000000000000000000e469bcb5eeda153b3a0ef29f3d312011c214ad4c53ed 1.53 MB 2,820 19
748,810 748,810 000000000000000000002d70db556a4bfd2f266cd4336b04d6f249207c33c78d 1.97 MB 712 4
748,809 748,809 00000000000000000006f734550676c194888e7378edc220e1f8c473828403b9 1.25 MB 1,351 23
748,808 748,808 00000000000000000009123eb8679833c9b6a013b7823f9f760dfd54ae8e65bf 1.78 MB 2,510 13
748,807 748,807 00000000000000000005a010e372fb3975a19d85e67ea779069524201bad4593 0.24 MB 186 8
748,806 748,806 00000000000000000001f6e0099194891614dab1daf42854872fd111f0dbc317 1.83 MB 2,027 11
748,805 748,805 00000000000000000002f2f4fbb77be0174420c32b3c47fe8e489b35879ae267 1.62 MB 1,539 12
Previous 10 blocks ↓
Total Size: 660.60 GB

Node Information

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