Memory Pool Memory Pool Refreshing

41,369 transactions
41.75 vMB
Show Random Selection Loading Transactions
Max Size: 179/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,717 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 2,354 24
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,716 (75,259 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
766,457 766,457 00000000000000000007cae9707c80fbf821876a1fa143dab4505aa376d360a9 1.33 MB 2,323 21
766,456 766,456 000000000000000000077808880c609600a5554f783aa22b1bdb8506d0f21a0b 1.16 MB 1,925 13
766,455 766,455 00000000000000000002c4ff820406ba5358148c2b7a486e60e63a9f15f22bbc 0.10 MB 145 9
766,454 766,454 000000000000000000029636dff1cacfa1c8bbcde8b3a7b4e6344b9e58145db5 0.36 MB 829 12
766,453 766,453 0000000000000000000435b129dba96c9aa8608e95efbf6f6613723d7adfc3c5 0.81 MB 1,252 12
766,452 766,452 000000000000000000030ec6ccb6db900d0b630948008ea57ba0ac72a3e39609 1.38 MB 2,563 12
766,451 766,451 0000000000000000000165b4467d67c69a97ccfea7e1f8d0b78ee20ac28ae8f0 1.57 MB 3,537 16
766,450 766,450 000000000000000000065af8f74570346ddd4a0ed212adde11eb0a8161724704 0.43 MB 162 3
766,449 766,449 00000000000000000005195273616542805b16184e9c776d05d30b43abc95a73 1.53 MB 3,662 16
766,448 766,448 00000000000000000003c5a4c7e0aa2eb4c3889929ab90960a1db48c3d3d7e6c 1.22 MB 1,966 14
766,447 766,447 00000000000000000002f203905a1d53dd1061391d3e69dde4b627a98df93575 1.03 MB 1,477 6
766,446 766,446 00000000000000000002c789878c27efed9506e4ddc5c73145259a16410d8e42 1.45 MB 3,138 19
766,445 766,445 00000000000000000003337ddc1620210cdd54947d080dd81eb46842349fc110 0.20 MB 339 16
766,444 766,444 0000000000000000000616e4b11bf1b0cec282f19c88ac5ee7ccddf9bf3fb48c 0.89 MB 633 4
766,443 766,443 000000000000000000066d2539ac5ec56c90f614448d313c50da41c3e948c742 1.68 MB 1,600 4
766,442 766,442 00000000000000000001165996eea971a19a63a025a003f6ec8dbfa1d536438b 1.19 MB 1,422 16
766,441 766,441 00000000000000000003450bff40edf28aa410122fd49cbee271621206df334d 1.55 MB 3,339 9
766,440 766,440 00000000000000000003322901b43ab87eb22e44bcff62f7a639271a857baf2c 1.75 MB 1,356 10
766,439 766,439 000000000000000000063d7cbb7a8ba5e8e7c46f78d99b24dd3e6505fb6ae637 1.62 MB 2,329 9
766,438 766,438 000000000000000000000931900e16248ef209fc97dd6f91790ec8cca0a4b110 1.68 MB 2,554 20
766,437 766,437 00000000000000000006b8921dfdebf107f1bfadbc9f4d7534e7f51754a77992 1.55 MB 4,024 22
Previous 10 blocks ↓
Total Size: 646.23 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,334.52 GB sent, 36.55 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.