Memory Pool Memory Pool Refreshing

62,079 transactions
38.34 vMB
Show Random Selection Loading Transactions
Max Size: 188/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
850,065 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 6,138 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 850,064 (384,925 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
465,139 465,139 000000000000000001888e553f9758196be509ab8cef007be607cd98fbc0b2c5 1.00 MB 3,015 248
465,138 465,138 00000000000000000193dc0d24b1dc5a727f7931f790c5211cce7d9dba8f139d 1.00 MB 2,973 282
465,137 465,137 00000000000000000079406ced03a462fcdde03ac61ac958657078c451a8a7a1 1.00 MB 1,619 224
465,136 465,136 000000000000000000641f571596edb7ff8003b48b6a04e75dcbc9d81608263c 1.00 MB 1,889 120
465,135 465,135 000000000000000000033070868ad44bde8a5d0f9a74a2f2689fdac1af95cd2b 1.00 MB 2,273 206
465,134 465,134 0000000000000000014b7625fa0d492b2dbd99e272aaf22ae2c0a536a7aaaf26 0.00 MB 1 0
465,133 465,133 0000000000000000019e986f8822316c6f49e0d35b5b1b1fe234b59a8c6e0f4b 1.00 MB 2,089 153
465,132 465,132 0000000000000000014b671ddf9d1e7004bcf29ca6c324694fdbc6ad5dad1c6e 1.00 MB 1,239 108
465,131 465,131 000000000000000001684dfea8a33fda2f7e9a44588bfa29aee36601634080c9 1.00 MB 1,900 157
465,130 465,130 0000000000000000006535f57aef02183fd15880f0fd22f79e4e281f3a59f951 1.00 MB 2,374 194
465,129 465,129 00000000000000000116c7132c77cf3a3be91f44fe2d0705947f1c5ac354b810 1.00 MB 1,530 142
465,128 465,128 000000000000000000a24c6e3462e0a2bfc5ad6bd9f698218900098b16e9c5c4 1.00 MB 1,067 112
465,127 465,127 00000000000000000114a72035fd5df3e00ae7aeb218635f787a756345063a4a 1.00 MB 764 130
465,126 465,126 0000000000000000003b7238ce7d1bf9efefb68336230b3c6aaea285f1b8ba4a 1.00 MB 2,271 152
465,125 465,125 000000000000000000377fe011e2d330ebbfe6a7743f6b8df0ffc18542c1162d 1.00 MB 1,734 178
465,124 465,124 00000000000000000101b3e9f884ef871d38d25cf8eaa28b87dd061356473418 1.00 MB 2,579 246
465,123 465,123 000000000000000000399f544cb416270dd50aff2774582f815c08274da1cd0a 1.00 MB 2,648 167
465,122 465,122 000000000000000001fa62078f7a3c4fb14ee6c9551d7095498382b9bc93d306 1.00 MB 2,705 167
465,121 465,121 0000000000000000019e54f4c830d0404c5b94b8af2aae54ea4d13d48a2dec5f 1.00 MB 1,386 140
465,120 465,120 000000000000000000581fe14f71e2c76ba1bf94efe534187c2833d5c6968fbb 1.00 MB 2,276 154
465,119 465,119 000000000000000001e8ae2416cf51f7ba3e3ba044970a9da4c4834601c81fd8 1.00 MB 2,417 188
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, 114 incoming
  • Data Transfer: 1,019.99 GB sent, 7.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.