Memory Pool Memory Pool Refreshing

38,471 transactions
54.96 vMB
Show Random Selection Loading Transactions
Max Size: 183/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
843,265 00000000000000000003629a0000000000000000000000000000000000000000 ago 1.00 vMB 4,209 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 843,264 (241,006 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
602,258 602,258 00000000000000000004a8bdf9ca98f0749983e8dd471fcaf07ec443a52d29cf 1.23 MB 2,813 41
602,257 602,257 00000000000000000011b595ee8d9cf2c08d085773f3f100c2167da5a3f60845 1.20 MB 2,578 19
602,256 602,256 00000000000000000003f64e3687b8ddff5b8b53e0016919c58eb77c686413e6 1.23 MB 2,873 42
602,255 602,255 00000000000000000007fa0082d4ac516e7d7f7560ab01cafe89ad9816b6aa60 1.19 MB 2,588 35
602,254 602,254 0000000000000000000ebad94d9aa39b8fdf37d3ff2508992490f32ba89deb40 1.32 MB 2,176 22
602,253 602,253 0000000000000000001319133e35c25173fd4c9b538e367aa937e63e3329d3d1 1.17 MB 2,627 35
602,252 602,252 0000000000000000000b6350cf9dfc8b5df7e1bebcc0f816ec89fe2e0ff796fe 1.29 MB 3,219 44
602,251 602,251 00000000000000000011a2382fde76553a346ce82fc9fab8bed9970300b6ff33 1.28 MB 1,964 62
602,250 602,250 00000000000000000009f3d55798a0d9a653b71f7823a680b11aa54122ffacd1 1.26 MB 2,406 6
602,249 602,249 00000000000000000001579f1b9017983af053c010313bda1e90f725f6150f39 1.38 MB 2,886 47
602,248 602,248 00000000000000000012884d9af10f18085849e91286692fbfd9beb2fc0d2fc9 0.37 MB 1,005 20
602,247 602,247 00000000000000000013f0207a54d3075274912dbcd398608a1b2e5b307b6624 0.54 MB 1,378 25
602,246 602,246 0000000000000000000a40e61b74eb7349477e6fb6889ef8f2de0752b98d09ed 1.19 MB 3,299 22
602,245 602,245 0000000000000000000a4eb85e514fc27469097307d2521b17bc132028f4662e 0.62 MB 1,243 19
602,244 602,244 0000000000000000000ec8a0a96f78e6a2398857d7296a0243ef220210b4e49d 1.29 MB 3,002 19
602,243 602,243 0000000000000000000397bc1b3699408d951b8e9854d330af128fe9ae1d7012 0.54 MB 1,288 20
602,242 602,242 00000000000000000004f6b3896fadb36f8c3c0fc768f9e932a8802805406e23 0.17 MB 495 21
602,241 602,241 00000000000000000010a89b78ad0fdf40f1440a296d506284af2b7397b6571c 0.91 MB 2,654 19
602,240 602,240 0000000000000000000cea0a7f50e20b534a123142005207b63e24818c065f64 0.06 MB 139 24
602,239 602,239 0000000000000000000529aa54e552cb0dfd858c77fca10dfe2445c940073b9b 0.55 MB 1,546 23
602,238 602,238 00000000000000000010aa2900b90428dbcfd087d5de7281c63cd8b5d943ee7a 0.10 MB 303 17
Previous 10 blocks ↓
Total Size: 649.15 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,748.86 GB sent, 56.52 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.