Memory Pool Memory Pool Refreshing

30,065 transactions
40.57 vMB
Show Random Selection Loading Transactions
Max Size: 161/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,607 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 4,221 18
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,606 (484,110 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
358,496 358,496 00000000000000000d96306f822c7e394ca2192b4d6cc23f998491fee4e1f82d 0.00 MB 1 0
358,495 358,495 00000000000000000d2506764c9d130b10a615075b495db89dd9c98a3609f3d0 0.54 MB 1,127 27
358,494 358,494 00000000000000000b4539f6ebfe1127f499a79ee399b5bfad95eec89fee717c 0.17 MB 365 27
358,493 358,493 00000000000000000f6bdc24ca1f5be2578f6c39fabd423ac88c55f1a32f9b8f 0.57 MB 1,166 25
358,492 358,492 000000000000000002b3d80f1e77bb068d054a91638f8919179bf7101a82db2f 0.10 MB 225 27
358,491 358,491 0000000000000000124ecf5381306f2b7ff1b199cdb5a230957415409535ee05 0.69 MB 1,037 14
358,490 358,490 0000000000000000153e784d11e7daad4c9a62b4b035014e7a90a6fae8271343 0.23 MB 517 59
358,489 358,489 000000000000000015fa8009f0cfd1e070157c86a968889900f23366fd0a3cd7 0.58 MB 1,085 29
358,488 358,488 0000000000000000033671301f7756d5c67f5d9e85cc35f8535686ad74943bfa 0.67 MB 823 7
358,487 358,487 00000000000000000f3580558a7d442ad0f6dc2abbaefa4c36175b603330ba26 0.22 MB 377 25
358,486 358,486 0000000000000000102086f9712841bef3b7239d4ea4ca9758e64b4971ab84df 0.33 MB 587 22
358,485 358,485 00000000000000001246965fb5fdb103e409dcbd619e450e70de9dbfc87b0c2c 0.52 MB 913 23
358,484 358,484 0000000000000000093f436254f33cb57155eab7980a16c1fa2ca013261f9181 0.62 MB 1,062 23
358,483 358,483 00000000000000000e0bde654878a54f879dabacac6c537d1db310ce7a4aeb01 0.41 MB 735 24
358,482 358,482 0000000000000000043e22f0db9ac3fbfe32f4359800bdc6d44f1a8ab0469eb2 0.25 MB 309 21
358,481 358,481 000000000000000007a2df8bad8a3a5e5116c30a166dffeb78e647ea449b6247 0.28 MB 571 23
358,480 358,480 00000000000000000428f566c7783a9c6186e83039963033b90e0e952a3d1957 0.58 MB 1,123 27
358,479 358,479 00000000000000000b67817a5218c177a5add807edf6781954f965739fa9d7eb 0.59 MB 1,116 24
358,478 358,478 00000000000000000cf23a3f5062cce7cd343f7fd6de6a604b303ebb9c087203 0.02 MB 44 32
358,477 358,477 000000000000000005ebe4c399ee5a764f884a16a128174363621f745e193bae 0.10 MB 36 7
358,476 358,476 00000000000000000710ec79438fc686d123de6f3492db407d817077c7b55b4d 0.09 MB 141 17
Previous 10 blocks ↓
Total Size: 647.88 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 8,554.18 GB sent, 48.31 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.