Memory Pool Memory Pool Refreshing

55,719 transactions
33.40 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
839,956 0000000000000000000342190000000000000000000000000000000000000000 1.00 vMB 2,923 69
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 839,955 (676,687 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
163,268 163,268 00000000000009a38b82b446d059a4e3f4a4539f4c12b9aa8d0f842b8a082666 0.03 MB 26 197
163,267 163,267 000000000000016d32b42659d77590202236ce06035ce70ac70297f69e05fc1f 0.05 MB 58 54
163,266 163,266 000000000000002f572532407d3b5e4d1d9f92285e274ea3fadce21c87b2ffc4 0.01 MB 20 0
163,265 163,265 0000000000000393363922b2e1c1cbf6feb14d206182af03e6e1b575a7f60f7a 0.03 MB 9 5
163,264 163,264 00000000000009838ee9663ce42c4a8206d1dd0d1d74a9e706351a70a50fe0f4 0.04 MB 38 84
163,263 163,263 00000000000003b5dd651f45e01b7ea02ae747c001a045d6e8f8cfde4a6463c2 0.01 MB 20 4
163,262 163,262 0000000000000c663eaf97e5af72fc51a9e03837e934f5a7aa4f07f50c9afeb9 0.01 MB 23 123
163,261 163,261 00000000000005df4ff1c52f1ee6bf06292e4de90fe4fa14083c960fc0517031 0.05 MB 122 195
163,260 163,260 00000000000008dc91b2b9e66e7e583f4b05505ac75c2892437ef2294ddf3a3b 0.00 MB 7 412
163,259 163,259 0000000000000c7a615757674d8c36b34694863d8a7e981edbb29462ed3854ca 0.01 MB 40 116
163,258 163,258 0000000000000d1eaa069c1c3b22e0fece6d16e03e4462a135070f166d5cda09 0.01 MB 18 505
163,257 163,257 0000000000000910a7061132e554c91b99d76bfbe1f4a6bb7ca437783d8291aa 0.00 MB 13 0
163,256 163,256 00000000000000719b6703e9112b8c294dbc838cf5b7e94147c0ebc2bc9c628d 0.02 MB 34 28
163,255 163,255 000000000000025432c40b7da90efd24f0543cd20f15bd1d533e61da73b1951b 0.04 MB 64 325
163,254 163,254 00000000000007842c5c2e7c697652d12a2be8bd4bd6d18e264867b41a7f8ce2 0.04 MB 126 24
163,253 163,253 00000000000003039a05da031471c64e4448d4222eb818397aabebf63e097be0 0.01 MB 33 57
163,252 163,252 0000000000000993755812cd080c4ad3dc4a042e8e1660dd54eba48cccbc5ca8 0.01 MB 3 58
163,251 163,251 00000000000007eab6c78f1ae300036e3f53364ab0d5e2a4b2bccb6b7f410689 0.00 MB 8 86
163,250 163,250 0000000000000279fc9d3c62c4d0d68437b3434d9bfa6ba0777fedfb15a80a24 0.04 MB 128 255
163,249 163,249 00000000000001e7f10b70f3cfebb38f54b3a950ebfe9e5d0af189d035a16262 0.03 MB 107 512
163,248 163,248 000000000000084a182a7fe73f4e133fa23e5f485b2fcdb3445bde800b3d5def 0.00 MB 3 193
Previous 10 blocks ↓
Total Size: 643.04 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: 7,324.11 GB sent, 17.41 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.