Memory Pool Memory Pool Refreshing

78,233 transactions
36.09 vMB
Show Random Selection Loading Transactions
Max Size: 172/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
847,406 000000000000000000035cb80000000000000000000000000000000000000000 ago 1.00 vMB 4,509 29
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 847,405 (320,077 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
527,328 527,328 0000000000000000001362b928f6e7170a19f116e5e6bdd587c729b4af0a71df 1.22 MB 2,417 35
527,327 527,327 0000000000000000001062301c7475c261749719b67e49b5ddcb54978e3b3220 1.21 MB 2,012 48
527,326 527,326 000000000000000000136eb91cdbe60559593f548e4f1c19795e9050d76a5591 1.22 MB 1,914 25
527,325 527,325 000000000000000000215bb2ed25582c495bdd5fab71be9088b724b943796e4f 1.16 MB 1,935 33
527,324 527,324 0000000000000000002720cb4bcb4e51691a038a61bbda1451a3a742e0fe7bae 1.31 MB 2,303 23
527,323 527,323 00000000000000000011576dd492e8951fcd196f82785030c8f8f725fc75f478 1.14 MB 880 42
527,322 527,322 00000000000000000038910fee87238243317072d45892ac4f52cdece2f55c1a 1.16 MB 1,850 61
527,321 527,321 00000000000000000028542bc045f0365e390ada1ad75770468932aed9a825e3 1.14 MB 2,592 17
527,320 527,320 0000000000000000002ca4e018b63fe30f39d81a62b63c646366c39fdd130c59 1.09 MB 2,226 14
527,319 527,319 00000000000000000003eb89033779cb674743588f2ff64749a7de5a59bf6c75 1.15 MB 1,888 31
527,318 527,318 00000000000000000021e501f6139e2680cb5a6f75478ecc6cfc80c817039487 1.22 MB 2,387 38
527,317 527,317 00000000000000000036bb80dcb6eec5f3aba06387a7799fc67b0c09dfc54444 1.23 MB 2,611 29
527,316 527,316 00000000000000000021e540034ea91585b5649e6fb814096d8853bd5775c144 1.10 MB 2,625 26
527,315 527,315 000000000000000000170254424402934a82d6f134e128fcf55d2727df78266d 1.19 MB 2,584 36
527,314 527,314 0000000000000000001bb506fe94b51ceda13c467dfff501d487e5edb06e01cd 1.36 MB 2,241 46
527,313 527,313 0000000000000000001233a09836ec0f63472679a9225c54223678a988ccf97f 1.17 MB 2,312 66
527,312 527,312 0000000000000000003138b35810507c05812dfc70b612d08cddd9eab2eb4a64 1.12 MB 2,304 30
527,311 527,311 000000000000000000279c868bbcd43d9b0532bf3aba807bdd4fbc0f4db2eed3 1.29 MB 3,232 43
527,310 527,310 0000000000000000000fb189c5f0f00c2a2b847255b01b1454a40923f845f821 1.26 MB 2,017 62
527,309 527,309 00000000000000000026f4ec72873b916525e5886416cf74288cc337b6703919 1.28 MB 2,013 102
527,308 527,308 0000000000000000000a666b941b3f0adb3a76c151730551fe42f5be79e2cea4 1.14 MB 1,042 73
Previous 10 blocks ↓
Total Size: 656.71 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,557.67 GB sent, 105.04 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.