Memory Pool Memory Pool Refreshing

29,824 transactions
42.07 vMB
Show Random Selection Loading Transactions
Max Size: 163/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,204 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 3,209 25
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,203 (274,705 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
566,498 566,498 0000000000000000001226d19d8ecdc88ec242e49eef1583cc858484f8192d05 0.52 MB 1,246 22
566,497 566,497 000000000000000000108a1a560f7204a18373e33e989e27f23149c680fddf92 0.26 MB 531 22
566,496 566,496 00000000000000000015fea169c62eb0a1161aba36932ca32bc3785cbb3480bf 0.39 MB 453 9
566,495 566,495 0000000000000000002296c06935b34f3ed946d98781ff471a99101796e8611b 1.27 MB 1,933 5
566,494 566,494 0000000000000000000d19c44e45aa18947b696ce3ebfd03b06a24e5c4d86421 1.16 MB 2,836 13
566,493 566,493 00000000000000000024bb789245f49b1b9efdfcdd728e157adb0d677db02cea 1.40 MB 2,049 15
566,492 566,492 0000000000000000001ab12ea9bd49efa05806f90aa3f9ffdbbaa8d076da027c 1.20 MB 2,640 26
566,491 566,491 0000000000000000001f62543e21797ab7da476c72a874cfef12ec869fea0a4a 1.32 MB 3,375 40
566,490 566,490 0000000000000000000abeacccd9086605de0c7df750be6959dcfd6f3ee24c7d 1.28 MB 2,842 16
566,489 566,489 0000000000000000001dac5a9b788dc5c5c37032f5a1c522f8f49e91243476c7 1.28 MB 2,866 32
566,488 566,488 000000000000000000040d9754e19976de9d1efa58d34b3908808f8148736051 1.24 MB 2,869 17
566,487 566,487 00000000000000000011f5bbd0f753c4bf68cc39e8f755e319ceaea76e7d9a5e 1.33 MB 2,608 29
566,486 566,486 000000000000000000078dbd378cbc142ca53d6f805fd3402b1fcc070cd5539d 1.00 MB 2,046 13
566,485 566,485 000000000000000000035e58578f86dcf7265777b062ab3836a0e05be93ddba3 1.30 MB 2,525 27
566,484 566,484 0000000000000000002a496010c493008bab02b2b1feae64690220a5a8d0e02f 1.09 MB 1,572 16
566,483 566,483 0000000000000000000eca885fc3ca0a0f187f793110464bbe4b81f1890ef9ed 1.19 MB 2,642 26
566,482 566,482 0000000000000000000b516cc569efdc716cd5244ab28d5ba97a6d76559c6812 1.15 MB 1,596 14
566,481 566,481 0000000000000000001cdee0cdca5231e4e704e0ff1eb6be157b0322662dde72 1.07 MB 1,104 11
566,480 566,480 00000000000000000014842cc1e4e745f1848cc1fe9dd4c68666cddf1c8b3a91 1.06 MB 1,173 13
566,479 566,479 00000000000000000023538f280258f3cd5c5e0eda79d0bf18899b878ccfe21d 1.11 MB 1,377 21
566,478 566,478 00000000000000000000d2f8401b6741445a91f534218bb16bcb6b663774e4e4 1.00 MB 829 76
Previous 10 blocks ↓
Total Size: 645.26 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,226.19 GB sent, 31.34 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.