Memory Pool Memory Pool Refreshing

86,591 transactions
31.25 vMB
Show Random Selection Loading Transactions
Max Size: 172/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
846,336 0000000000000000000355f00000000000000000000000000000000000000000 ago 1.00 vMB 4,266 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 846,335 (232,893 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
613,442 613,442 00000000000000000007ff471a7b6e1ee8990d65101ae4a03a54220c7fd0a392 0.06 MB 155 14
613,441 613,441 00000000000000000004547a0eef84a4ea19e0176f710db78cdb21e0c39edf64 0.89 MB 2,006 15
613,440 613,440 0000000000000000000dea538962d14ee8178235ebf6e7eae9ac3f117352f2a0 0.49 MB 1,213 16
613,439 613,439 0000000000000000000d2a5edb5cc0a34dab2545d2c329e858cc76f55c3b7677 0.51 MB 1,252 19
613,438 613,438 0000000000000000000cf679ab96bed533640ae8db89cb50cc8e03a67298ad61 0.15 MB 426 16
613,437 613,437 0000000000000000000c99bf0f1e3b7eec8784afae2a59b1100e848407e70a52 0.75 MB 2,071 14
613,436 613,436 0000000000000000000da3e31a1d9a5d240e48057ede8b0257c51974499d135a 0.81 MB 2,030 15
613,435 613,435 000000000000000000026966d2d8d6bc6109e8edfbebb41820ab902d193eff1a 1.21 MB 3,214 14
613,434 613,434 000000000000000000064d5a1275dccb8e4ea4595878d4ed9a870be2e3a5dc07 0.21 MB 588 14
613,433 613,433 000000000000000000087dbfdf8d9c5e69543d9bdd046278065d09366a08c371 0.48 MB 1,150 15
613,432 613,432 0000000000000000000fad5d8162f2c5f206b75301372ceaadf3861c05d7bc31 0.86 MB 2,012 13
613,431 613,431 000000000000000000116c939065f79d09fdae9ad067c094ffd7d7c2a53cd068 0.37 MB 861 13
613,430 613,430 0000000000000000000f4d902e0d0ef6cf1bf8bf1fd1186bc49a51ec9fd2de61 0.71 MB 1,933 15
613,429 613,429 0000000000000000000e68eba88c02613741234745c9549bbb506b98341af895 1.26 MB 2,753 14
613,428 613,428 00000000000000000004d844280c2ce3d738c3fde14b9111859b0d2e2e2a4882 0.35 MB 715 16
613,427 613,427 0000000000000000000884ae010816c9737049a5ab15bcb6f980c3fb8e15fc50 0.89 MB 1,763 16
613,426 613,426 000000000000000000120cc30de69b9a6f2b4332b212369fec12a5420bd7e28d 0.15 MB 418 15
613,425 613,425 0000000000000000000371f5b587105c9a6c8f4a366d26b421f97a6b70476dfe 0.14 MB 428 18
613,424 613,424 00000000000000000000f08052cdc0a9ccf3db2344ed0b87941864951271494f 0.16 MB 392 20
613,423 613,423 000000000000000000065c6ff11c19377f3757cc628e260e9d9edcf08d7e7cd5 0.83 MB 1,997 16
613,422 613,422 0000000000000000000b63f89ef8bd836bfadf61c358a695ff3ce691c4f68800 1.20 MB 2,457 12
Previous 10 blocks ↓
Total Size: 654.83 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: 9,413.04 GB sent, 91.89 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.