Memory Pool Memory Pool Refreshing

40,785 transactions
51.80 vMB
Show Random Selection Loading Transactions
Max Size: 197/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,511 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 3,818 31
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,510 (174,650 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
666,860 666,860 0000000000000000000a5ade41cd364bb0ea377a9ca5aae727d0cbac480139d7 1.29 MB 2,531 73
666,859 666,859 00000000000000000009d704c8c14732c690df87f24fb365f5741d76b2cf8d01 1.20 MB 1,894 14
666,858 666,858 00000000000000000006c35fb6d2ed4126d415d61807cd6c00854e70dd55bb1c 1.17 MB 2,950 38
666,857 666,857 000000000000000000032df9b48648fc9a09fa64ca0021060f511f4ad1efe27f 1.35 MB 2,299 59
666,856 666,856 00000000000000000006eaa1e964b21727e56a9396cdd045e2cb559a5b1c78d0 1.07 MB 2,512 14
666,855 666,855 00000000000000000004448e8ac33b71a4f9acd1c17dec89df9e56b6e06e7b78 1.43 MB 2,412 63
666,854 666,854 00000000000000000009fed6b845ff28effae9a1bf887989ea0e44c62eb1aa65 1.19 MB 2,378 29
666,853 666,853 0000000000000000000a7e6c21003f33b852cffabb7cf498b579b614586bbd47 1.28 MB 1,415 66
666,852 666,852 00000000000000000000cd1d611ce5daebf480b7bce50caa0444ffd022bb1248 1.10 MB 2,499 9
666,851 666,851 0000000000000000000cc3e7d6604e9feab7b16f5d85580059fdfec802c5256c 1.40 MB 1,273 29
666,850 666,850 000000000000000000029834f3fbf619af888060224dc66396a53a18d4621c1b 1.29 MB 2,133 92
666,849 666,849 0000000000000000000cb75e9458009046df483e79eba575e3f67b3dee354f00 1.36 MB 2,048 51
666,848 666,848 000000000000000000011e1cbcdd2bcec65a494965916f19f8cbf9968b9ced85 1.34 MB 1,566 53
666,847 666,847 0000000000000000000363e25ce8b17a773cc878f6f62efd7c80c30d1a8afdfc 1.25 MB 2,078 83
666,846 666,846 0000000000000000000cbc65747921ac74ce8875c629f9d6fb779293ad49d96d 1.35 MB 2,519 99
666,845 666,845 0000000000000000000d749f1f83d2dace234a7b0b7bbf85ef97ca98fa7b99b7 1.39 MB 2,736 101
666,844 666,844 00000000000000000005c3ec282a40aba1561f36333a0cd98353d215bb1fcbe6 1.35 MB 2,612 80
666,843 666,843 0000000000000000000b3a113bc6d12e2877c5083870a6f20a7dec2589c8dc64 1.40 MB 1,973 48
666,842 666,842 0000000000000000000bd899b04abc11a3edae329a8b5638d812efc73fb3861c 1.35 MB 2,361 74
666,841 666,841 00000000000000000005090e902525ae224fdee6b14bcf30c6185569472bd608 1.32 MB 2,008 49
666,840 666,840 0000000000000000000b667c2aa3dadf661d03aee2eea49229e67bbeedc0e812 1.41 MB 2,295 67
Previous 10 blocks ↓
Total Size: 645.84 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,297.00 GB sent, 34.47 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.