Memory Pool Memory Pool Refreshing

81,519 transactions
34.98 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 849,608 (362,884 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
486,724 486,724 0000000000000000009cac43627018e23a364a5b9cd2c2962abb390b91265895 0.08 MB 144 43
486,723 486,723 0000000000000000009bb64e7977bd739595debd76560065b9179a6f370f06de 1.00 MB 2,098 97
486,722 486,722 0000000000000000006e4f3ae97b56a6b18f009bcd6614c9f1dd0e20f4ae6637 0.01 MB 28 243
486,721 486,721 0000000000000000000ddc555d05e7f12f0c5e0d083a65d75504792176a79ed0 0.21 MB 346 99
486,720 486,720 0000000000000000004172f482cc59d94531bfc76e509a445207f97123d8671d 0.31 MB 602 86
486,719 486,719 000000000000000000d93318cfed723662036c6c8c74ce58b57ec4a43e7582d7 0.19 MB 484 138
486,718 486,718 000000000000000000634902874c9c5cc4a52100aa0886a57cb94c47e07b3966 0.25 MB 623 87
486,717 486,717 000000000000000000d4223dce638d233f72887a5e946c472f5a2c0ca2a0ae1f 0.47 MB 827 70
486,716 486,716 000000000000000000fa670f693810c592fb252f9fe0f532c4a289cca072c863 0.99 MB 1,685 61
486,715 486,715 000000000000000000efd465e01b4e2638ae90371b488495e915a7ee4753f5f2 1.00 MB 1,743 97
486,714 486,714 000000000000000000579b42b981be89b6b598a2fb7f09575cfb957692678b7d 0.56 MB 1,254 95
486,713 486,713 000000000000000000a52b648aec60c24872ffbfeb0d56200d101d4201290508 0.57 MB 1,303 94
486,712 486,712 000000000000000000ca2ed158c76b155b8d852f77821866653a29be56f4dd6d 0.47 MB 948 110
486,711 486,711 000000000000000000a66a05fcd7b147f215e23eb527a16298efe542d69c5d12 0.05 MB 156 101
486,710 486,710 000000000000000000f16e0b333539938a1a70445452b63092f72198f07e690a 0.85 MB 1,943 89
486,709 486,709 0000000000000000000c6c627d09fd2ae5d6cb639a745ac16a3d055962f5d908 0.54 MB 901 103
486,708 486,708 0000000000000000003d66f695b20a0e884bcca386e83f37a740d1c2221757bf 0.04 MB 80 35
486,707 486,707 000000000000000000d0eaefb69506912073c17d0388727bd3c1463ecd2ad2a2 0.61 MB 941 68
486,706 486,706 00000000000000000005f51dcb274cc7138c2e69df32234c066ba3daeebfdbc4 0.47 MB 762 90
486,705 486,705 000000000000000000d96e12dcb99c0b63078649ab52323fd87cd85aaa636637 0.57 MB 1,024 78
486,704 486,704 000000000000000000237dcf8f1403dab8278fba119e84d911c5910f8091c05c 0.23 MB 550 8
Previous 10 blocks ↓
Total Size: 660.76 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 104 incoming
  • Data Transfer: 545.80 GB sent, 3.05 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.