Memory Pool Memory Pool Refreshing

50,998 transactions
50.13 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,317 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 3,659 29
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,316 (170,106 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
672,210 672,210 0000000000000000000063fe85b3b1d5be209e53b6058cf9268c06c8c8d56900 1.38 MB 2,710 166
672,209 672,209 000000000000000000040c22d0d29246e569ef129f98bbb970f99363e35779ed 1.18 MB 2,337 131
672,208 672,208 0000000000000000000aa1ad273112a6f08ad8cc70ddafe04274a7fd5da13ad8 1.27 MB 1,602 127
672,207 672,207 0000000000000000000bb8a07e6a3c23a57d743b2f6ab03efccf4b4bc988a766 1.08 MB 550 145
672,206 672,206 0000000000000000000b07a046dddca1cfafc0f429fda6f0baf580caf01a5d09 1.45 MB 2,459 160
672,205 672,205 00000000000000000000a4d73bc036f99fd089051fad2e55a16df979f5fcda34 1.26 MB 2,077 145
672,204 672,204 00000000000000000008983611d3a14d5b1dc3ce1b2dfc09b11e97c543ba982e 1.34 MB 2,806 162
672,203 672,203 00000000000000000002763a069244f18e0a3fd1ec49ff7d6a6dd2ae4ecb0e59 1.39 MB 2,748 162
672,202 672,202 0000000000000000000a6edb7939e598d5304d45a57b52cfed0271205711fc0d 1.11 MB 845 148
672,201 672,201 0000000000000000000955fb78336ccaf2f748ef80256caf2d764a4fd9581703 1.40 MB 1,658 157
672,200 672,200 0000000000000000000445d42a9d472e9e0eeb86ffdb8037ba868bea2c8cb1cf 0.00 MB 1 0
672,199 672,199 00000000000000000002a6648a66d2ebedb53558be3ffb9080b4761a721f8067 1.35 MB 2,269 107
672,198 672,198 00000000000000000002a71cd3d7fde491a237f9bf96af503d0d9f5667df3450 1.24 MB 1,985 88
672,197 672,197 0000000000000000000287e4610c2171daf380a3b607b2824edbf3d73a1b7706 1.34 MB 1,923 106
672,196 672,196 000000000000000000083b456967e87825f0929ada35b7c309e1f55dc238fd69 1.26 MB 2,338 96
672,195 672,195 000000000000000000096a12e39c41fc07c1808742a0de47249e768fefe5042f 1.19 MB 2,456 90
672,194 672,194 000000000000000000040744846938089d441a38eb984be7eef7443a0cadf18d 1.28 MB 2,353 86
672,193 672,193 0000000000000000000a1e9357d53396bb912332bc715426178c5a05942c6b8e 1.45 MB 2,364 147
672,192 672,192 00000000000000000004993c7fcf77f25fdf1dbba4b515733f624fc524ab0913 1.47 MB 1,698 135
672,191 672,191 00000000000000000009ed253ab70c76f2463f9e7491e501a4783582e181184b 1.32 MB 2,669 98
672,190 672,190 00000000000000000004bce60ef3e4fa99c3d91c9c84f903d0f0282a05a1eb49 1.33 MB 3,398 80
Previous 10 blocks ↓
Total Size: 647.31 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,475.91 GB sent, 44.81 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.