Memory Pool Memory Pool Refreshing

23,056 transactions
30.60 vMB
Show Random Selection Loading Transactions
Max Size: 129/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,884 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 1,941 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,883 (369,899 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
471,984 471,984 000000000000000001011a9a913f2f5ed75d7e97d7140fea7ae997e8aa34be9b 1.00 MB 2,306 419
471,983 471,983 0000000000000000018501ff50cb5f57122d7322760a97ab93b29db2931a9a90 1.00 MB 2,031 215
471,982 471,982 0000000000000000012dac76e29d3a244328b351175548d06171fa9dac1cf0ed 1.00 MB 2,020 282
471,981 471,981 000000000000000000ff2a9211a80903cfdbcff1098282db54bc120b0aa1426e 1.00 MB 2,154 363
471,980 471,980 00000000000000000082c8b0a2187a94d41f3e0a99eff0ff1ec0286820293314 1.00 MB 2,137 397
471,979 471,979 0000000000000000010c5b7677f9ecca3d76ffeb68868c2f8bcf74d768ccc6ca 1.00 MB 1,992 359
471,978 471,978 0000000000000000001f35fc91ea4b384682e2ba13b41ebc390c5036a2039830 1.00 MB 2,214 324
471,977 471,977 00000000000000000125a4176a01b2f23df08793834e4c2ca2c93464428e526d 1.00 MB 1,979 359
471,976 471,976 0000000000000000004a28dc48c6f3d0f6fb291ca2cd5bb907ebefef89d4bcb1 1.00 MB 2,374 234
471,975 471,975 0000000000000000010cb1055e493113143975f3ca3d09cb9367a3b7b19cef5a 0.99 MB 2,235 255
471,974 471,974 000000000000000000654ab49a9a75e54139c9827d3c31456f2c1274928b5555 1.00 MB 1,997 347
471,973 471,973 00000000000000000184fa13ee267cacbc4be2e9ab24f008178f336a27d93f80 0.99 MB 2,287 382
471,972 471,972 0000000000000000010b5976744d0456c4a505df10b1be97476425b5ce609082 1.00 MB 2,533 300
471,971 471,971 00000000000000000084733ff83500d49d875649723a81b27c935e9b387ec9ee 1.00 MB 2,080 332
471,970 471,970 0000000000000000008c9b91a8cd6dd90e6eb624141943e6a746af2abdeab839 1.00 MB 1,955 311
471,969 471,969 0000000000000000010628745666b06e1630107720e3630f413f5c85d0aa3137 1.00 MB 2,233 351
471,968 471,968 000000000000000001721a21d56bb6e5550d0aa81c0ee16339c6c15ef9d6548a 1.00 MB 2,160 391
471,967 471,967 00000000000000000181f7d21dfb692501c1f9b3923a68abae2cc65470403733 1.00 MB 2,272 348
471,966 471,966 000000000000000000445d3cfa18066de845df6ff2ec13ffbeb45c9aa0f92ba3 1.00 MB 2,171 352
471,965 471,965 00000000000000000029915eb343d79882958f7dd9582098b0d442374023aeb5 1.00 MB 2,219 365
471,964 471,964 00000000000000000047302a1dce362236bd444876fd5fafb5d8ff118469f266 0.99 MB 2,202 404
Previous 10 blocks ↓
Total Size: 646.55 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,369.27 GB sent, 38.32 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.