Memory Pool Memory Pool Refreshing

83,229 transactions
35.96 vMB
Show Random Selection Loading Transactions
Max Size: 190/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
845,511 0000000000000000000355f00000000000000000000000000000000000000000 ago 1.00 vMB 3,321 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,510 (511,669 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
333,841 333,841 00000000000000001964dc2573240f8b180e9867f7d1731851d1043e33d7e990 0.34 MB 690 27
333,840 333,840 000000000000000004cbf13faea792d742fff7d802eaef80889cbddaebf84a92 0.43 MB 817 25
333,839 333,839 00000000000000000ccffce7fbd4c59fa927d0a10d4db0f7fbe9f5eeb230b060 0.10 MB 173 21
333,838 333,838 000000000000000008fe27a758c5851cfc2c0c52f5518b2444349fabee85d85a 0.23 MB 371 22
333,837 333,837 00000000000000001b17bf5332fda9558ab0ac3eee7be3a8e9f7b076704570c9 0.34 MB 316 19
333,836 333,836 000000000000000003df90489c7aa8d50019d11f11ceb67acd751c27d4757556 0.20 MB 360 20
333,835 333,835 0000000000000000066ce8dee12199c11d81384b8010de690685d303073d2967 0.14 MB 312 29
333,834 333,834 0000000000000000137690c096dc5fa59a96cbf03e9eba2ea8530dd7486015e3 0.75 MB 1,289 25
333,833 333,833 000000000000000018e69a7966bcbb5d90830f1f423c06e91f0926fd5c4fc58a 0.28 MB 362 19
333,832 333,832 0000000000000000047723fcce5de07b98ab341ee24a89d8431f20f54311bf1e 0.11 MB 157 20
333,831 333,831 00000000000000001918d75eed36c3c74dac83e3ef716b63fc3a69f6ca3b4135 0.22 MB 313 19
333,830 333,830 000000000000000019effd2e77f35b603de5bfb127485a39b83ba54d71d27fb5 0.58 MB 888 22
333,829 333,829 00000000000000000f9338aa12dcd10aa5c122b266b15b9fadd57defe8a74128 0.03 MB 35 16
333,828 333,828 00000000000000001595da04532ba4b9666597f1fb57d0248713e8ea46758e76 0.15 MB 283 27
333,827 333,827 000000000000000015f7a71f6aa69acc4436e2096799252c5f7d3d34e44a6c87 0.02 MB 42 16
333,826 333,826 0000000000000000107b129464e13add22fd1d73e0a4dab756342efcf7cf19d3 0.50 MB 913 27
333,825 333,825 00000000000000000b0e2223be5d87b1b7e81536a2f9500696a8a9b049f9ddfa 0.17 MB 323 23
333,824 333,824 00000000000000000632dc15f0d99373ec5484dacbc129dfba55c9566a4234ef 0.26 MB 484 24
333,823 333,823 000000000000000019f65c36b5f24a9e1de0f233cc0591f5b7872862d8904208 0.32 MB 539 22
333,822 333,822 0000000000000000036effeef712a72e77f40eb85f99d247c2de47fb34cd7224 0.13 MB 204 21
333,821 333,821 0000000000000000107e194fc40ea658c7a74ae1f3cfdb676e35afd426965a4d 0.21 MB 397 17
Previous 10 blocks ↓
Total Size: 653.35 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 9,310.76 GB sent, 81.04 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.