Memory Pool Memory Pool Refreshing

52,358 transactions
47.05 vMB
Show Random Selection Loading Transactions
Max Size: 197/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,227 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 5,899 46
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,226 (293,910 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
547,316 547,316 0000000000000000001e6c470cdc53597f6a0be793ca12e352ac489097e510f6 0.76 MB 1,388 10
547,315 547,315 0000000000000000001789b01c6ed5f594533b46fe07dc6571fbf961cb1b248d 0.85 MB 1,429 10
547,314 547,314 0000000000000000002634a3827b6c9b0a60c8e66943d572771fdfb90daf8df3 1.03 MB 1,332 8
547,313 547,313 0000000000000000000fa216333dfa8360d47ece4b09c41ab9c636c9bd16bbda 0.74 MB 873 7
547,312 547,312 00000000000000000018d4cc57df962308c2b75658de094c9f392810c538ee06 1.23 MB 1,903 11
547,311 547,311 00000000000000000025d5c24b5af3b233874f81efafd79a6cf19d986459fb08 0.53 MB 629 7
547,310 547,310 0000000000000000001456db3874096e98a5a54c84f2fca6bb810599fc4eea79 0.77 MB 1,146 8
547,309 547,309 0000000000000000002059bf1947621688ae8f909b4b22b5f05d39bea3139bce 0.06 MB 140 10
547,308 547,308 0000000000000000000d3c212a2cb3cd5880c113096311c761e2b9cb496667a5 0.66 MB 657 4
547,307 547,307 00000000000000000001e7d98b0aec4ee871acd7c70c07f80a6a203be16462ae 1.19 MB 2,884 15
547,306 547,306 00000000000000000023c2418d5af2c7a3bd059d4e84d2d5bafe3baaf6c233b1 0.73 MB 1,308 9
547,305 547,305 000000000000000000080afff14555e68b7f4396de53a9f53be4f98c9e83f3be 0.22 MB 342 7
547,304 547,304 0000000000000000000eee8d928202a44b60218476ad720b6522a9ef64c9be30 0.67 MB 987 11
547,303 547,303 0000000000000000001b74433b2e9a2675616079fda624c80d83d269d68141fe 0.40 MB 610 8
547,302 547,302 00000000000000000002656b9e909a3d27a41658426568a7b0edd6a8cdd7e30f 1.13 MB 1,725 7
547,301 547,301 00000000000000000020ebd8f566f945d990aa7ff76abce9ef4eb4fc080785a0 1.23 MB 2,243 14
547,300 547,300 00000000000000000014798fea844f4f2d20fae0508f6b4af20a4d2661dc9c75 1.05 MB 2,142 14
547,299 547,299 00000000000000000019cb42e61668ff0374eec3fa02dde121d0b8872a9a25c0 0.84 MB 1,006 6
547,298 547,298 00000000000000000006a4ca907655107d588228bc3bec4ef8e9782f714f0133 1.28 MB 686 3
547,297 547,297 0000000000000000000ad3be1f9beb926d28d9bbd6369969c55b18075300cd46 1.18 MB 2,735 8
547,296 547,296 00000000000000000012e446ae94c8f567b479864a13f8ba29ffd5accd3eb8b7 1.30 MB 2,680 21
Previous 10 blocks ↓
Total Size: 645.30 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 8,231.80 GB sent, 31.64 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

All of the data comes directly from a Bitcoin Core node running on the same server as this website. This data is retrieved via bitcoin-cli commands.

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.

Limitations

This is not a fully-fledged explorer as it does not use a custom database.

This means there are a few limitations:

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 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.