Memory Pool Memory Pool Refreshing

74,421 transactions
33.78 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
845,511 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 4,617 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,510 (64,093 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
781,417 781,417 00000000000000000003237c64ab9a4a78a8715a8aa757513b1cfb3c0ef4c041 2.46 MB 2,095 15
781,416 781,416 000000000000000000047f298fdfe19deef2a592ed7ee46ae7530c139bfa96e7 3.21 MB 1,099 7
781,415 781,415 00000000000000000005f0fb2a073603f0db0582062cc5f5c7ffb78c587e63cf 2.03 MB 2,347 10
781,414 781,414 00000000000000000000c23c6824c3413db53a0e7e41b8ce249df36d7ebd27b8 1.26 MB 1,908 20
781,413 781,413 000000000000000000043b1a97b1e1c5176ecc1b52b04c626cf8de19eeaf524d 1.44 MB 3,412 33
781,412 781,412 00000000000000000001be5c23f5da8b28bc8307e36bc7a01e4f00920227abca 1.27 MB 1,895 47
781,411 781,411 00000000000000000000df66b24592da7a5c21bdef10e220fa2ecf6a0130313b 3.31 MB 1,105 8
781,410 781,410 00000000000000000000c554c6689317a90a1471369e39163bd0f59f9c6e783d 3.23 MB 1,318 8
781,409 781,409 0000000000000000000016650541e2a2e0402cea8b37cac012c00a0c5c39954a 1.56 MB 3,043 26
781,408 781,408 000000000000000000026b2546272902a04060b3c9039adb11d379aaf0242c44 3.42 MB 899 9
781,407 781,407 000000000000000000055f7f6600c5b23f4170850ecd99f632e76ceee62ade9d 2.14 MB 2,409 21
781,406 781,406 0000000000000000000601dda55643d7075634e817e0fd2378aa719a26193bcf 2.71 MB 1,773 14
781,405 781,405 0000000000000000000444975aebad7e1e7e5bc5a10b606d81b4d039bc65dc35 3.04 MB 1,443 12
781,404 781,404 000000000000000000002132d8154a224e3adfbfa9f7e0020c0438ffcd87c9cb 2.92 MB 1,006 10
781,403 781,403 00000000000000000003bfe816f6f2d99c5e9fe31954169d74365fc25cbb1947 1.58 MB 3,043 26
781,402 781,402 00000000000000000006056174d04aa50e7b6e28d5f9be39b0322144c5f6e0a2 3.63 MB 609 7
781,401 781,401 00000000000000000001c27e34cbd81fd1afee251f29367a4fd8a8ca6113109b 3.19 MB 832 4
781,400 781,400 000000000000000000008e1b0c112c341c46a1c26ae69073f7d7a34d8f78f756 1.76 MB 2,021 13
781,399 781,399 00000000000000000002925e3f556a8b0d284deff91f8cfb48abdcf68bf5774a 1.90 MB 2,803 25
781,398 781,398 00000000000000000004cf7e049e90d24d5d55da1a4cf320a38af10ca9c16181 2.15 MB 2,323 15
781,397 781,397 00000000000000000000993d88a50ca3430041e14a7e35e396cfcf397f348537 1.38 MB 2,636 29
Previous 10 blocks ↓
Total Size: 653.35 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,310.65 GB sent, 81.01 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.