Memory Pool Memory Pool Refreshing

35,849 transactions
27.43 vMB
Show Random Selection Loading Transactions
Max Size: 131/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,248 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 4,791 25
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,247 (496,542 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
345,693 345,693 0000000000000000017db0eef49f198dfe8ae116e46ab8bb7d241a6b679ebaf5 0.52 MB 964 25
345,692 345,692 000000000000000014d88a037f481ef42d428850480e48574132c9c8ada69beb 0.00 MB 1 0
345,691 345,691 000000000000000010f47d60e3ef1c55e696447da26d4ae3fbb62f0715f6d717 0.16 MB 306 23
345,690 345,690 000000000000000000ebad1b27936b4b4216da0986e2ffa151c4fa47f48cbac2 0.14 MB 276 24
345,689 345,689 00000000000000000ad010e62735e973c9c574c98abd69a573d24560d48de062 0.31 MB 602 23
345,688 345,688 0000000000000000085cd55a49e1b0a7498788ca1e1c1a61e8cb81d9bc32ba1e 0.02 MB 64 17
345,687 345,687 00000000000000000c508cab404876edd52aceb0ed330593be74b80923b8ea31 0.10 MB 123 14
345,686 345,686 0000000000000000107c5e8574250d484fac2f6c66ba1dc7835cbc0d205691e0 0.46 MB 701 17
345,685 345,685 00000000000000001314598515f7d5541cfdb2beae3f3fc7856101c64cbd8360 0.36 MB 730 46
Previous 10 blocks ↓
Total Size: 647.19 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,462.09 GB sent, 43.76 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.