Memory Pool Memory Pool Refreshing

34,357 transactions
46.76 vMB
Show Random Selection Loading Transactions
Max Size: 181/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,262 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 2,155 26
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,261 (538,800 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
302,461 302,461 0000000000000000233fa48126785d3518a6d35d670a2f02ef2e7edb1b0692fa 0.18 MB 281 26
302,460 302,460 0000000000000000321cfefeaf80a00d5943196dc3aaba0f503cb357ec584446 0.38 MB 440 21
302,459 302,459 000000000000000063f6e37d74d7949abe875edfa2d0fa6a8f04b7e23f9087c4 0.35 MB 517 22
302,458 302,458 00000000000000004f4aaa72f16ebb68d59bd91c3f3f0d0d8bc02584d0a833e2 0.35 MB 737 36
302,457 302,457 00000000000000001d1e01415b2d884081164cced26502e4ff4657eeae1a931d 0.25 MB 782 53
302,456 302,456 000000000000000068ccfc8a7c75d5bfb51a7bdf60964f6eeba76f00fcf538e7 0.19 MB 391 30
302,455 302,455 00000000000000004da0a8269a63b890f9df35269894443d3a1bd1b63e55bf3c 0.17 MB 336 34
302,454 302,454 00000000000000003f7f9609cfdc48f8a719b542e3b26f6b774a861ed53f3113 0.23 MB 420 30
302,453 302,453 000000000000000068e23edb2ca0553bc1dec5549c394feae011055c8d8ab870 0.09 MB 144 31
302,452 302,452 00000000000000005c15d060769a5fb1217242153698f8b32f4611b4f57f4977 0.04 MB 77 36
302,451 302,451 00000000000000000880b68a1a87359e41cae597b019c83301d5030c8dbebad2 0.06 MB 97 23
302,450 302,450 000000000000000050ae78b97706a20d1045f7baa89797424bfca47b66f92f13 0.08 MB 122 26
302,449 302,449 0000000000000000287d815eaf2789c4c2379bd2e7e4249b2ca93f93aad24b70 0.20 MB 232 17
302,448 302,448 0000000000000000184f3fe6e47ea4d1917ee273426ce7e0e8876899c616e282 0.35 MB 836 39
302,447 302,447 00000000000000004d46b48adb049c8b70384014b3797561b020af76c1a02350 0.35 MB 491 25
302,446 302,446 000000000000000006896471a3eefbd71a10242b91db151b3bd0d0175fdf8a4e 0.35 MB 487 20
302,445 302,445 00000000000000002692fc3f05b9e5ca0f8ccf36981c0e7109f020e54eab7415 0.25 MB 619 38
302,444 302,444 000000000000000027091150dfbece1b543e0b41b5ed83eef07f833435d83502 0.35 MB 1,025 74
302,443 302,443 00000000000000003ae7fa438c877e1bc7bf58bfdf9ae8578764f43beb3eb654 0.17 MB 315 30
302,442 302,442 00000000000000001f826672f11b3361a2574818d0b139d6a43c7a5abcaf4c54 0.42 MB 836 28
302,441 302,441 0000000000000000681dbd14dda098f1ea21a9208c67a3c24ae4e1cf1e45a17a 0.03 MB 64 137
Previous 10 blocks ↓
Total Size: 645.36 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,234.14 GB sent, 31.99 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.