Memory Pool Memory Pool Refreshing

79,909 transactions
35.49 vMB
Show Random Selection Loading Transactions
Max Size: 185/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,585 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 3,180 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,584 (317,449 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
527,135 527,135 00000000000000000031626ec0952e9d498320ab968328ae50f048a04a58b9a6 1.11 MB 705 2
527,134 527,134 0000000000000000000bfe011c94e26c84fcb8ab7db4210893db9755d2e6aa2a 1.19 MB 2,749 16
527,133 527,133 0000000000000000000af6cfd2f4f0847c5666fb49ef7b5ab6d6053c80afa4f3 1.06 MB 1,254 13
527,132 527,132 0000000000000000001c452120172214007378cde4634a444b857a4022a0f21c 1.04 MB 1,080 41
527,131 527,131 00000000000000000018e54eceefbd7bed76df6b185a4ca92a5c320f730a1b21 1.01 MB 565 55
527,130 527,130 00000000000000000032a3f4eff2c2c7c36cb3136e0fff4f4fdacd2a26486f96 1.03 MB 559 5
527,129 527,129 00000000000000000018778b98d81df4bc526c37867e9182cd209b7259dae347 1.04 MB 654 7
527,128 527,128 00000000000000000008816f0c4ea3ddb2b76107afd9dffdf5f4378498f278cf 1.04 MB 809 7
527,127 527,127 00000000000000000015626ffc85a46028440e632161421783c74c8e0a2f2467 1.14 MB 2,683 18
527,126 527,126 0000000000000000001f6c0e58b0fcdc462289f12114363f1a9a787b615859b0 1.12 MB 1,712 26
527,125 527,125 00000000000000000028cd4cfd5e03720b2b380f526d6a47d4c63f33b497fa8d 1.11 MB 1,578 8
527,124 527,124 000000000000000000241a5d25cf5caa5205ed1d69191a3c462b2e8e5d285d6f 1.21 MB 1,438 4
527,123 527,123 0000000000000000000902bf4e23f41618960aba5edece6cd50423c855707d76 1.11 MB 2,188 14
527,122 527,122 000000000000000000309c55a3907665f922bcc3b30bc12c646821f87d71d635 1.18 MB 2,592 26
527,121 527,121 000000000000000000305dde6533f98390969c4b7a17d8ab7f5a10f36a89fe36 1.14 MB 1,793 9
527,120 527,120 0000000000000000000b5314f2860e6adeffec107963256085f06665265bf617 1.14 MB 2,689 15
527,119 527,119 0000000000000000000a4bf733e90c2ac874872744588dd3312be850067a4107 1.44 MB 2,379 10
527,118 527,118 0000000000000000000d76ec26bcfac4483dad2270e257041b43f2c4597257fc 1.39 MB 1,885 25
527,117 527,117 00000000000000000007fe7715f51a9dd8a3d0ab6f5558e766107f5d869960f8 1.27 MB 2,431 11
527,116 527,116 000000000000000000337bcc1d408edf0e1ab752a7e8bcc7163d3cc89157f3f7 1.12 MB 2,368 26
527,115 527,115 000000000000000000046903344cf21fc1453aa4b4c3bdbfa158578781a53ac5 1.09 MB 2,086 63
Previous 10 blocks ↓
Total Size: 651.62 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,143.97 GB sent, 69.63 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.