Memory Pool Memory Pool Refreshing

85,733 transactions
36.77 vMB
Show Random Selection Loading Transactions
Max Size: 193/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,609 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 3,407 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,608 (329,073 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
515,535 515,535 0000000000000000000ddb72f80974cdcc3ba5a4d7051df36d633de509301d2c 1.16 MB 2,709 23
515,534 515,534 00000000000000000040881ea6d4e9232c42c20bbd67221ef866201dc285b567 1.07 MB 1,684 71
515,533 515,533 00000000000000000019334710f341687ca738b932457afa3d631ce1fa7901b6 0.45 MB 631 10
515,532 515,532 00000000000000000039b6701fa62fea8336ab513e1b8d69d2c86414af7744c1 0.68 MB 1,555 36
515,531 515,531 00000000000000000004d7f05a2306a8c417943093a254ac1c31bb3cf3b28f24 0.81 MB 1,526 25
515,530 515,530 0000000000000000003ebdb07a8f2a8c0c7f5f3580cf6e3824b37b369d6cfd34 1.07 MB 2,033 25
515,529 515,529 0000000000000000002d40ad30174ed7dbedbe1e92a84ba19265fa79424898a4 0.32 MB 163 3
515,528 515,528 00000000000000000030312a8ecfd8630cbe88042109117b8cb0a7e44dd4be6d 1.15 MB 1,957 18
515,527 515,527 000000000000000000014dd9670adbea4f0048f596fd5ef3c0748c5431a4f8b8 1.14 MB 2,364 18
515,526 515,526 0000000000000000001c468c6758a9599b97b2a8f669ee23a2afe2e34661155e 1.12 MB 2,176 54
515,525 515,525 00000000000000000026e8ec2df40c370213ac885b5f61d3d87b6680d7756a41 1.08 MB 1,713 13
515,524 515,524 0000000000000000002cd4b114d372580509fa6ea1cd082b57e70509f67bd285 1.22 MB 2,428 45
515,523 515,523 00000000000000000040458506274e1fffd45765f078bb9a049a6ddf00649b6e 0.74 MB 987 7
515,522 515,522 00000000000000000038c2af0cdf5085044a9d7ffc4a588e734bd98f47f538ab 0.77 MB 1,571 33
515,521 515,521 00000000000000000047c25d91a10d8d0b62c9acf8a971c2625eb60b8505f1f6 1.12 MB 2,223 54
515,520 515,520 00000000000000000021f844fe8a0ab983a0537d8dde651dd034c35068d90904 0.03 MB 87 20
515,519 515,519 0000000000000000000298adedecb6a18e2c07dd0c940b182a66f8f0e8d03120 0.49 MB 879 17
515,518 515,518 00000000000000000021ea4526b5e3bd4e1e0cf4a55bf8900cf68b30bed9533c 0.51 MB 887 37
515,517 515,517 0000000000000000004105da47f5a9bf59fdc291d7d77770db50e3df2b274228 0.07 MB 63 16
515,516 515,516 0000000000000000004fe2dbf08a01ed3826a0af9769ee9e6a8d2d569eb8050e 0.07 MB 99 16
515,515 515,515 0000000000000000004a5f1a1b86a4d180d465ed265e60a3d6b1bccc32da08c7 0.24 MB 235 24
Previous 10 blocks ↓
Total Size: 651.66 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,145.14 GB sent, 69.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.