Memory Pool Memory Pool Refreshing

68,929 transactions
39.42 vMB
Show Random Selection Loading Transactions
Max Size: 173/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
847,987 000000000000000000035cb80000000000000000000000000000000000000000 ago 1.00 vMB 5,195 33
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 847,986 (81,543 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
766,436 766,436 000000000000000000056ee9ef5db14cb688777db75becc7ed157a61d8d5d11d 1.44 MB 2,912 26
766,435 766,435 000000000000000000079b89791a40b87cdfa5678c0a163f5647b53b92c453c5 0.55 MB 475 10
766,434 766,434 0000000000000000000506f0cfe6d1216654b6151c0f615e2fd4c58d1b3286a5 0.05 MB 34 12
766,433 766,433 00000000000000000002a3a49cfd76ab5d1ed43d6d67413670f70c84ed839de0 0.89 MB 875 9
766,432 766,432 0000000000000000000447ca1fe1b4e61da018272d76db4aecd617839adc3306 0.29 MB 371 7
766,431 766,431 000000000000000000057d518e5f70e223bfd93e3232355951960680f99cbc10 1.54 MB 1,403 7
766,430 766,430 00000000000000000003b544f8fdfe5e1c067f13e420a56050cc87495c1063f8 1.48 MB 2,827 15
766,429 766,429 0000000000000000000565f9f76792c5432495528549b0299e53ed084e5f34e9 1.51 MB 3,160 16
766,428 766,428 000000000000000000031dc3a17b48d4e5576de0b76b73819ca20c56d21728be 0.16 MB 397 15
766,427 766,427 00000000000000000008375f6341f4053b8f60e4074b03862e252f1ae4f3c5e3 0.30 MB 594 13
766,426 766,426 0000000000000000000647366f2219f39089c42c0938848651a5fa2c0134a33d 0.36 MB 626 12
766,425 766,425 00000000000000000004f3dc0b437402c9db0746170d5e9e565161f41915abfc 1.39 MB 1,201 10
766,424 766,424 00000000000000000003ba25dabb8d6cc11c53db54d19673b8e105d158552959 1.45 MB 2,723 13
766,423 766,423 0000000000000000000234374dbf0ce4b12d85fc76d5788072d2ab7c30b78a84 0.18 MB 343 13
Previous 10 blocks ↓
Total Size: 657.75 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 43 incoming
  • Data Transfer: 274.29 GB sent, 0.80 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.