Memory Pool Memory Pool Refreshing

76,406 transactions
37.08 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
850,128 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 3,698 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 850,127 (590,421 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
259,706 259,706 000000000000000052778a0f619e4b946b2780b575701581b3486645deebd5dd 0.04 MB 123 29
259,705 259,705 00000000000000107a6500e906875569a59abd0d1a58a183ff960ffaf24a2781 0.43 MB 1,070 111
259,704 259,704 000000000000001dc64732b62b9c8eb7b0a92868c1cd2111f90852e2b054f8d6 0.22 MB 531 133
259,703 259,703 000000000000001e980ad4f510c3107bdf4aa979dbf321c0df91159b2a8fdf4b 0.17 MB 382 96
259,702 259,702 0000000000000022f5b5936574dc3810661b69cd87da0a8173b70f02222b4114 0.42 MB 911 113
259,701 259,701 000000000000001a6a8ce718d54c3aa9b737ad73283caa5960ed32aad00d1f20 0.17 MB 421 121
259,700 259,700 0000000000000003e9cc3a17f18b95f32ab581164ab68c7772428c11f4aff4e8 0.07 MB 166 85
259,699 259,699 0000000000000003e37e06187d7632dd7630512980b6abc34d46891a38513d69 0.43 MB 901 106
259,698 259,698 000000000000001c3b988b91cf60356d68bef04bf03af8d0b22c2754e535f7d8 0.25 MB 544 131
259,697 259,697 00000000000000002d3deb4fd89b8233762b162ab2e5539a2cf74fade1cb139a 0.07 MB 184 160
259,696 259,696 000000000000001da3e4856c643e55ffaaaf0803e815ca6fe81146bda19d6103 0.07 MB 163 123
259,695 259,695 0000000000000021e8fca33a078683e931dbff598f4d7d38a915f605a346f95d 0.24 MB 472 108
259,694 259,694 0000000000000018779ccc019e143b1f70cc59133719ce6afe8723d35d518901 0.19 MB 445 57
259,693 259,693 0000000000000002b5b8839aec9eb48a433f6b5be65c6534f5931e8b606333af 0.25 MB 652 123
259,692 259,692 00000000000000202049f1a2a2e003bd7d26f344a9e09f511d9b770e31ef2ef1 0.22 MB 446 44
259,691 259,691 000000000000000c83145db8af6919485d12829e8ea23494539d5ef54ccef5e5 0.25 MB 690 170
259,690 259,690 0000000000000007e2c3ab5a8d5a042dafb0cf7086b5a4b18fa175d61e46661f 0.22 MB 512 135
259,689 259,689 000000000000001bc85148feea246cafd9e27dc8792811f5fc4b9c5740b3b2b2 0.18 MB 413 118
259,688 259,688 00000000000000199af1e96c1e58b444ea660ff26afaffcc179436c2c49c5f48 0.04 MB 102 62
259,687 259,687 000000000000000790a2a22882649758e1571cae138529bed301f240cc36bdc9 0.01 MB 22 58
259,686 259,686 0000000000000008d0a68423c2e4e655831db3ad68ecabe4b7cf4d7bdfb22286 0.01 MB 39 72
Previous 10 blocks ↓
Total Size: 661.75 GB

Node Information

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