Memory Pool Memory Pool Refreshing

68,118 transactions
40.05 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
850,067 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,104 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 850,066 (385,365 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
464,701 464,701 000000000000000001f18e2d02ffff54a7b0cd14f705bc424ef77810e85558ae 1.00 MB 3,098 269
464,700 464,700 00000000000000000139ab43f61204914eff7726ad196a785b90ed60195cde57 1.00 MB 2,997 370
464,699 464,699 000000000000000001903b28126d98b0e54c034d0fbf9a2fe54bb3f3f5ca8220 1.00 MB 3,043 288
464,698 464,698 000000000000000000f506d183d7de6bce3cac21c0c564af365753a3064b6772 1.00 MB 2,270 151
464,697 464,697 000000000000000000871819709cdc8b3534ba7f70e15bc16a564ac6aadaf9b7 1.00 MB 2,793 195
464,696 464,696 0000000000000000010da096334cbc4740fbb92b784e89acb7e43bf98716ac33 0.99 MB 2,135 141
464,695 464,695 000000000000000001675ba2e18ea1d69e62412a463d63bec363533546c15185 1.00 MB 2,563 187
464,694 464,694 00000000000000000163176b241aa3636132062b02a6ba14b938993e7884a47f 1.00 MB 2,430 198
464,693 464,693 000000000000000000ad8cd6b3cd6b8d6646c98cc6a7f57fcd7f9fd133bc5b9c 1.00 MB 2,194 193
464,692 464,692 0000000000000000018bbccccfdc2e5f1fa1c353a1076648b47406dc5a1db60a 0.75 MB 2,688 324
464,691 464,691 00000000000000000039a660c51e99cb6399ce40d7a9fcb8339c7e3bf7fd4808 0.99 MB 2,263 192
464,690 464,690 000000000000000000fc3fc82e345d218be0c299064b72a0e7c08a1b5c5064cc 1.00 MB 2,200 175
464,689 464,689 0000000000000000014573d90ad8666a0a9ace3c7d2cbac8250fab4702f7b469 1.00 MB 1,755 442
464,688 464,688 000000000000000001c4446e58d705a5cb43843ef763fe1b8ad01af483376dc4 1.00 MB 2,294 165
464,687 464,687 000000000000000001fd460c3ff4a9f20d041273e618f723a5c1981c4de3a4c4 1.00 MB 2,380 191
464,686 464,686 0000000000000000014e21662a76a923f8b967b6f0c8b69d52dd92bc3786c0ab 1.00 MB 2,729 222
464,685 464,685 0000000000000000016e0e093c3f7f6113f0ddf2525fd2a857cf260a0275f2de 1.00 MB 2,669 205
464,684 464,684 000000000000000000df0cb4c34e9758512cfebee33ac1f987b005038685f665 1.00 MB 2,827 231
464,683 464,683 0000000000000000003566a9aa92a5b3d86f11b4543840fec037146ec8cbfcc0 1.00 MB 2,407 178
464,682 464,682 0000000000000000014358c9fc9f96fa6a32bd42eb64614c8a81545b127c1597 1.00 MB 2,585 216
464,681 464,681 00000000000000000025b12a94f0088d6687363fd2e7ab19e1278968f1c9fe00 1.00 MB 2,783 241
Previous 10 blocks ↓
Total Size: 661.63 GB

Node Information

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