Memory Pool Memory Pool Refreshing

98,523 transactions
33.98 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
845,045 0000000000000000000355f00000000000000000000000000000000000000000 ago 1.00 vMB 5,585 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,044 (523,467 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
321,577 321,577 00000000000000000b0888097d33d259cf7c7e6ee317a849b5927729a4a1e9f3 0.24 MB 535 31
321,576 321,576 000000000000000005c150d9c727c4c87aaff1ebc97ab9f9e5fa302755ff9d7e 0.10 MB 208 32
321,575 321,575 0000000000000000062385468bfda9cc2bc7cbe4b5cf438471621a2a770413d7 0.07 MB 171 37
321,574 321,574 0000000000000000190048f9c4b07d8c062b2c549b5f783aa7254bb678a4e96a 0.14 MB 256 22
321,573 321,573 00000000000000001a95fc1a4889a76b79b3e67aa429888ea8329dd0523fc303 0.40 MB 995 34
321,572 321,572 000000000000000008e55d0da73df5c30996548ad5bb57e9487500aed931cc06 0.06 MB 137 34
321,571 321,571 00000000000000001e47963d648c2e9672c3a0cda37998b7e9ed9e88aad26e2a 0.37 MB 846 33
321,570 321,570 000000000000000012964b83a313db1d77ddb5994e5ada0e2884544538363e44 0.05 MB 87 21
321,569 321,569 00000000000000000d3c14d27337ace811214f6f2bebc3cb649e16e3a5418838 0.17 MB 331 30
321,568 321,568 00000000000000000a6991c25a2e1698bf6729f4113b78ca06113ed043f63c7a 0.39 MB 856 30
321,567 321,567 00000000000000000aa15beeead1c8a09902dd3a8349686e5f1a35a36006229b 0.02 MB 64 67
321,566 321,566 00000000000000001080e455b5bb74d6b9505e1bfb8c878cbbe82557f6f947d9 0.17 MB 330 28
321,565 321,565 0000000000000000174e8ec53cc652048201c21029cb3bb09ddafadd553c2bed 0.06 MB 61 18
321,564 321,564 0000000000000000167c268dca262d7b32b6b93e31c2762a6427de42922d22ba 0.02 MB 32 25
321,563 321,563 0000000000000000166075af8a77c2414c790bb82b0f8537360c2128a368d99c 0.08 MB 151 28
321,562 321,562 00000000000000001c59dd762ebcb9da34851f307369d28464c60625adba32c7 0.04 MB 85 32
321,561 321,561 00000000000000000f5f3f354c883b4d9efb4a85f173b2b09e3190715b3c16cd 0.11 MB 201 27
321,560 321,560 000000000000000006fb17a92bd50a654b5e62a832083e1750e49bdcbdb812b3 0.06 MB 115 28
321,559 321,559 000000000000000016a635f914b1e6aea5c7e681403a1797cdb42dabf141d1f8 0.47 MB 856 28
321,558 321,558 00000000000000000e690cbed51c0659ea256cf940802a8aeb63523fe614f743 0.19 MB 452 33
321,557 321,557 00000000000000000fdc4a8b12019862f3dbbeab21985bf7ee5ee76f865801e8 0.02 MB 41 6
Previous 10 blocks ↓
Total Size: 652.48 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,265.10 GB sent, 75.02 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.