Memory Pool Memory Pool Refreshing

80,696 transactions
31.56 vMB
Show Random Selection Loading Transactions
Max Size: 180/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,905 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 6,617 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,904 (499,190 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
345,714 345,714 0000000000000000162ba693a7edde049631a14828b2d64f93ac5be82b29adbb 0.75 MB 1,696 31
345,713 345,713 000000000000000005501c066d16439692b223a68d9495772b206e7ce68a9851 0.75 MB 1,482 29
345,712 345,712 00000000000000000cc61915a2c9ceaf999d7557ff3defbdf35a24e908730e20 0.11 MB 193 26
345,711 345,711 000000000000000015b32e464a087eda2ebe67d9f6e66e96c18a51e0d644f58c 0.58 MB 217 11
345,710 345,710 00000000000000001551121416ad4a07dcb904cb6fafcddc268b9e0a569821b1 0.75 MB 718 18
345,709 345,709 00000000000000000dd32a82dae9fd5da3f19afa5e55fbe8d274431d9e0418d3 0.41 MB 318 13
345,708 345,708 0000000000000000054614179cc02944d777bbcab8a18af416e004bdaae0ebae 0.37 MB 261 20
345,707 345,707 000000000000000012855798ab07693757dd30635c82a5c6a20d8978e2fac4a6 0.27 MB 195 16
345,706 345,706 0000000000000000149df84f8cd542ec4ef2a8fc5cc22c0f3252f6b469bead9e 0.55 MB 351 14
345,705 345,705 0000000000000000026c049a0ced31db90eef700543453dd219bbfad0580ad0c 0.10 MB 40 5
345,704 345,704 000000000000000014cee93d4eaa164942f9f88f7cd41ae908da5b74dffbebf5 0.75 MB 891 16
345,703 345,703 000000000000000009fc7e439008558c1bcae20793b094c5f4a8d7e0195197ba 0.12 MB 260 24
345,702 345,702 00000000000000000489e3e0bfe634c3945b7de2b9f5e47eb76af7e47379c294 0.14 MB 297 27
345,701 345,701 00000000000000000a959c8e934c70beb743537ac55c0d10c2b07f7ff6a38b9f 0.66 MB 1,376 26
345,700 345,700 00000000000000000d5eaaffe7a52c586c66c24e0b5c758cd0a290d6c3d774cf 0.75 MB 1,327 23
345,699 345,699 00000000000000000de0a3bc13ceb56ff97035f99204cd92fccebdaae4003d17 0.75 MB 1,391 27
345,698 345,698 00000000000000000b465373bb63805c8c74b1ea26a62eea6b63174c2c34812b 0.35 MB 693 23
345,697 345,697 00000000000000000d4b29ca8024430b1a433e551693e2b516279f59d2ce1196 0.11 MB 235 28
345,696 345,696 000000000000000006a002a2ecd16bc4711c3739683106c35490570a3b6319de 0.08 MB 111 13
345,695 345,695 000000000000000000b0e2d5f26349a70eceb2373af7ad3f404dac894a96fcef 0.80 MB 1,430 27
345,694 345,694 00000000000000000d5642669379c666352d10fa75026a5c7d0005129e23bb37 0.33 MB 648 32
Previous 10 blocks ↓
Total Size: 652.22 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,214.21 GB sent, 73.23 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.