Memory Pool Memory Pool Refreshing

97,319 transactions
33.88 vMB
Show Random Selection Loading Transactions
Max Size: 195/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
846,835 000000000000000000035cb80000000000000000000000000000000000000000 ago 1.00 vMB 6,108 70
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 846,834 (316,720 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
530,114 530,114 0000000000000000003595d3e2aec4f61e21b9c880c6089a5a9e53246e278d01 0.49 MB 611 17
530,113 530,113 000000000000000000002a56b527daa93656ada6e3e9f19c5f933206c559adc7 0.49 MB 296 6
530,112 530,112 0000000000000000000ee353aff9f0b127b1291bc50f936d9a01dbcf026f9193 1.11 MB 1,917 16
530,111 530,111 00000000000000000019a0afc57a1c47b2fa347213a777e3a377a5482f988ce6 0.22 MB 258 13
530,110 530,110 00000000000000000012835fcd09c8a468c4a31735d30a4b9732466df4ed2cae 0.30 MB 476 18
530,109 530,109 0000000000000000001b314f2cf062cfc30e679d2b110ff1ea02af9c088df857 0.10 MB 99 11
530,108 530,108 00000000000000000034210de81651f743ea57b7534f76a304eebc7f795a9d7e 0.19 MB 314 10
530,107 530,107 00000000000000000034cdfcb66ed389bafb4a650f0de4bd48d0db7844e32a90 0.70 MB 949 14
530,106 530,106 00000000000000000002d913dd77dd367be340c94bd262a345a765bd77f0512f 0.32 MB 457 13
530,105 530,105 0000000000000000001d94ec3c7404ef998caee9ab906f51c793a4036dd0f758 0.31 MB 117 2
530,104 530,104 0000000000000000002d72992685e133b1688cf580d5aef082b1679ae7e75df6 1.14 MB 2,003 15
530,103 530,103 00000000000000000011820a46aa20ad06bbd2ba7c3b5f281952288f003e19d0 0.53 MB 655 22
530,102 530,102 000000000000000000180dfe0c788d7e43fd776aef58ae795dfdc1316fdbac0e 0.04 MB 54 13
530,101 530,101 000000000000000000305745f9bf19c4bbbe44bb1faf82cd09b249c5937f7e98 0.37 MB 586 13
530,100 530,100 00000000000000000023ae2738b68d712f9a1e4f52ed59ebab356a42f0c3b9a1 0.83 MB 525 5
530,099 530,099 00000000000000000029b9515bc7f98d80c3b5e0a35aea2c328c3f8e9ce2355a 1.22 MB 2,599 19
530,098 530,098 000000000000000000363eee1cf5fc029371af3315c4d0cb610e524c2f0a7ca3 0.66 MB 694 20
530,097 530,097 00000000000000000010588b914b5df97af5befe0b330b20d09837c3498627f6 0.38 MB 600 12
530,096 530,096 00000000000000000008efe7e190d28ae83b8f7f6fffbdac117861f70c0f139c 0.18 MB 314 16
530,095 530,095 00000000000000000019273c28b8f1f6735a5b523467c8372f8d23ea870c1feb 0.81 MB 1,232 14
530,094 530,094 0000000000000000000e1b304d805ef9928a7c7b7d543abd56b36cf217c21d6e 0.73 MB 936 12
Previous 10 blocks ↓
Total Size: 655.74 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,504.72 GB sent, 98.62 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.