Memory Pool Memory Pool Refreshing

42,405 transactions
45.21 vMB
Show Random Selection Loading Transactions
Max Size: 176/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,302 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 6,313 20
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,301 (497,129 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
345,172 345,172 0000000000000000032bf4930dda96167f5f5c768ce78288d5a41922ffe49dff 0.23 MB 519 32
345,171 345,171 000000000000000011c6a9be4c509bb6b49297a1a4431cc19430e9464a751c38 0.06 MB 167 44
345,170 345,170 000000000000000007aea9dc9f69ba34e842f7c6c0ef9d65bf8a1956c74bfe00 0.21 MB 408 26
345,169 345,169 00000000000000000149ce871b8cfaa340f10fc275c11165818ad15341674201 0.34 MB 674 29
345,168 345,168 000000000000000012b523de728dd199d2bda7c1c305bfe32964b0bd6eed0b96 0.41 MB 827 26
345,167 345,167 0000000000000000114e9dae2c5d3734edaa3e15c4210d422510941a4b6dac7d 0.26 MB 468 25
345,166 345,166 000000000000000001a2de501192844cfed6b60e2125c21684fdbb9111d4b990 0.49 MB 907 25
345,165 345,165 0000000000000000039c64be87a66e44a5aa75c909f4b528421df6ac76893906 0.27 MB 464 26
345,164 345,164 00000000000000000d8518e33b22fbde989e6b21ae9bbe0063f3bf7bd466626c 0.75 MB 1,425 26
345,163 345,163 000000000000000012f0d32c7f0d9c173c03a680a37c361326c0b8c3cd580231 0.63 MB 965 28
345,162 345,162 00000000000000000f77c49f8fc2a0b95c3ebe16783f34114959021995aeb9b7 0.46 MB 910 30
345,161 345,161 0000000000000000161421bb7e4998bb6c1de15e7bb15df30323b4ce9285a076 0.10 MB 210 22
345,160 345,160 000000000000000014bda4bb77f7970413dca4082aedfd9e5f4772153bbfaa69 0.10 MB 118 13
345,159 345,159 0000000000000000062b51a8d32c808e7d4a3a981f7b4fd1caa7f149acd6c749 0.67 MB 1,166 24
345,158 345,158 00000000000000000bae23bbb3ba8b024e78959ab51bda9280d8d18152c1eb65 0.50 MB 692 19
345,157 345,157 000000000000000007f55b54203cba38e16e63c0dd86d4852f55aa96dbfc3440 0.21 MB 512 29
345,156 345,156 0000000000000000026d229f6ede58738c8d23652e8a741d45c8a2910021b557 0.17 MB 512 51
345,155 345,155 0000000000000000125899a2c6547d8c8e9b8f767a1f78d1437e0691428f87ff 0.00 MB 1 0
345,154 345,154 000000000000000011bd53b5fbe41e3e0fbda70ee01f410f2aa0b7a1aa7ca31b 0.08 MB 112 14
345,153 345,153 00000000000000000265f515db819518902e913a74e14ec99a326ac7fe3820ad 0.79 MB 1,496 25
345,152 345,152 000000000000000004b1ed1be0c298689c8d24fefbfc6ffc968c6461fa6e4c3c 0.57 MB 707 19
Previous 10 blocks ↓
Total Size: 647.29 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,473.64 GB sent, 44.53 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.