Memory Pool Memory Pool Refreshing

29,099 transactions
49.17 vMB
Show Random Selection Loading Transactions
Max Size: 175/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,084 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 3,519 25
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,083 (617,433 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
223,650 223,650 000000000000035a6b0c21bf8293055bdb67b497f4df5c40fe0144e64a703f75 0.25 MB 520 171
223,649 223,649 00000000000002de62279fb730e615d97b2c814f71b9318681cd9372ff4699a8 0.25 MB 769 269
223,648 223,648 00000000000000e3682d585f52313317fa0aeae611c4cc696e89d0feb9ab5f2c 0.00 MB 11 30
223,647 223,647 00000000000001877c009052877d8cdd5ddbff65c1ee3759fbe2c8a27c8a879d 0.11 MB 193 124
223,646 223,646 000000000000037d2b51026dd59b0d8cd0e03c4bfc9b8e495d9a2f1c1350a7db 0.25 MB 298 110
223,645 223,645 000000000000036a29f0f6113568fa06346793e7d7a42cef4753af4e6ac8a4ea 0.25 MB 520 1,019
223,644 223,644 000000000000006cba1a7bed2c3003ee688afa8c6ec9a7e10c88e39506c5ac4c 0.25 MB 776 253
223,643 223,643 000000000000016eab3fcbac5f4a9ee8526a207a0979cf7c2aa3481a0752bf7e 0.32 MB 513 174
223,642 223,642 00000000000002f8f8546d7b12186e679b962b306455637c3900630fd233bb95 0.10 MB 167 133
223,641 223,641 00000000000002620bee66374f71fcbdf9323e8fa67fb3936cc202424eb71505 0.25 MB 672 196
223,640 223,640 00000000000004922f94fd979f07b10d28ca0dde4dc4ad23f9c98a5e91d6b14e 0.09 MB 158 114
223,639 223,639 00000000000002bef65d4a492b779d15a1d67e553f4b1edc7e597948c16ba716 0.31 MB 656 185
223,638 223,638 00000000000000a3680affbdcd3b7dadbec6031bd06600150415354015c8dd20 0.25 MB 777 249
223,637 223,637 000000000000003b87779c919f37aad7b3f3c79d52625c45cbb29b41d11af051 0.03 MB 79 255
223,636 223,636 000000000000027c307f035dc1b3d5dd0c64fb0f7acc7ba54d293eab55f53ce6 0.09 MB 211 209
223,635 223,635 00000000000000e076401cb5f32a4a58da1a9b1ce65898770f79c69addee21e8 0.09 MB 163 157
223,634 223,634 00000000000003f8faa6c8192dfd2781d0e2d9390f9abcbb695cb2b46e670795 0.25 MB 553 180
223,633 223,633 000000000000024ca7925708a297fc2b9721b57484886a14eecda4b458a1f4db 0.21 MB 501 191
223,632 223,632 00000000000000192aab122751f19396ba7c9cc66151dfc4b9bc3ed79eca5286 0.19 MB 377 147
223,631 223,631 00000000000001ea92e328ab7b7df2f0eda7815c87f9229dd959747b397bf535 0.16 MB 308 204
223,630 223,630 00000000000002f6206a89e2e4e30789cb2263e439c84cd6acb8e17a051d3885 0.02 MB 53 165
Previous 10 blocks ↓
Total Size: 645.04 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 8,186.25 GB sent, 30.19 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.