Memory Pool Memory Pool Refreshing

60,404 transactions
34.84 vMB
Show Random Selection Loading Transactions
Max Size: 160/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
847,078 000000000000000000035cb80000000000000000000000000000000000000000 1.00 vMB 3,915 37
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 847,077 (150,712 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
696,365 696,365 0000000000000000000622546bb9b3f3e8e6d01e040dec577f00772adb82b419 1.33 MB 2,101 3
696,364 696,364 00000000000000000011592debbc345d37e5c9989222d790e0946194d09975a2 1.51 MB 2,781 19
696,363 696,363 0000000000000000000383f24dcd0b78841af018434e7ed038bb5d1fb9c25584 1.35 MB 2,679 10
696,362 696,362 0000000000000000000f63f4fbe8d42e8bd29b53c084f12b6c85d4087b732869 1.26 MB 1,774 9
696,361 696,361 000000000000000000102ac6baf1e3fec9b6f3304c0b1dd90d7ec1bbe718c156 1.14 MB 1,905 5
696,360 696,360 000000000000000000077c4b4162242ee110c0755933bca26e48144aae5374b0 1.47 MB 3,129 9
696,359 696,359 000000000000000000097439602122d1f71e2af90f167ed0ad6f16051da6446d 1.52 MB 2,330 21
696,358 696,358 00000000000000000008f04c1ddb6fc4e9ce99985475c6950aeb249e5a78b7dc 1.24 MB 1,366 4
696,357 696,357 00000000000000000008081914de218caa4229475da4e52acf4accfdd2626ec5 1.54 MB 2,651 7
696,356 696,356 000000000000000000005f0a4a08d160c8e427894bcaba7cd61277702acd594a 1.68 MB 2,068 16
696,355 696,355 00000000000000000001055719c9bd109aed1e2be570403a1e65503441637595 1.60 MB 2,232 15
696,354 696,354 000000000000000000048d478ff85d4f065463a2b41498a0331740be257beddc 1.43 MB 2,880 18
696,353 696,353 0000000000000000000be3ef64b99b12a07babb9a3c9745e8409b702c47141ea 0.74 MB 842 5
696,352 696,352 00000000000000000008faf2b62cd7c1d2d223c48082843864a92696911b3521 1.30 MB 1,587 7
696,351 696,351 000000000000000000045f0fcc40bd76c487bf36a17e01df0b49212ee3d9cef6 1.54 MB 2,395 16
696,350 696,350 0000000000000000000f8fa5d947c69c3c34280a6613d0817263a224c288bed2 0.59 MB 1,129 15
696,349 696,349 0000000000000000000c0eb22635546139a99c969ca148e43cbadcbc032a4633 0.04 MB 98 18
696,348 696,348 000000000000000000011386ee25218067d943cc420477e2d5047cad66b19c41 1.19 MB 2,262 10
696,347 696,347 000000000000000000003022b3ea0e2538a3b62be296423b5046584a7b17fb17 0.10 MB 245 11
696,346 696,346 0000000000000000000e3af8d81911a00b7056a589db23eb7f757595f0b5b947 1.24 MB 1,764 13
696,345 696,345 00000000000000000000003c5c9269d93153a4eb8fabef76318d849a2ec2b29e 0.61 MB 976 10
Previous 10 blocks ↓
Total Size: 656.11 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,521.09 GB sent, 100.40 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.