Memory Pool Memory Pool Refreshing

46,191 transactions
45.67 vMB
Show Random Selection Loading Transactions
Max Size: 180/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,300 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 6,088 20
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,299 (205,992 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
636,307 636,307 0000000000000000000eb2b68e0e7f55977fb962c17e913b2d99cf0b0239105f 1.32 MB 3,005 39
636,306 636,306 0000000000000000000589fd1211902f756daff06e15d7f0c04923e0efbc4028 1.31 MB 3,063 41
636,305 636,305 00000000000000000006328dbd4e5dea5f87d4f75dcb5ce1a3407528dfb27689 1.28 MB 2,729 37
636,304 636,304 0000000000000000000918b005535a7c2030a73e7464cd776a8ee47f01b2168b 1.28 MB 1,840 40
636,303 636,303 00000000000000000004a2968b16d25b919d4634509f415f394a6493b9fd2b73 1.28 MB 2,528 51
636,302 636,302 00000000000000000001b7e0650c1e00e37b6e5cd5f7828a56e6ca33fdbb30e0 1.33 MB 2,202 18
636,301 636,301 0000000000000000000536e84f497cb17086a36eea51333d6c214e1a112e719e 1.27 MB 2,931 33
636,300 636,300 00000000000000000010dafd3e32f666f0a796f63680c2ddf2cf66a60861a093 1.23 MB 2,485 34
636,299 636,299 000000000000000000062e03e8ccd8d21c71800cc08fecefbaa1be3e0d73bcbd 1.31 MB 2,976 42
636,298 636,298 0000000000000000000199ed1fa9acfadb04f005792d2c7d5b456f6d67959c9f 1.28 MB 2,853 38
636,297 636,297 00000000000000000008858ae2d30d928290ebfa8c3972df0008ce182debdf60 1.17 MB 3,038 22
636,296 636,296 000000000000000000109a57217fec7802b34bea53cd06ec1d7c0b2b9fe26364 1.15 MB 2,523 17
636,295 636,295 0000000000000000000ec5d857644996034563067c2ac0f13411759677992a33 1.23 MB 2,641 30
636,294 636,294 0000000000000000000aceed0b9ec9af5fa99515ffa929d705cbc44a771bfc55 1.29 MB 2,724 46
636,293 636,293 00000000000000000001f87e9ec20bd5ceb091432df3b25950fb3758e883a4a7 1.20 MB 2,066 19
636,292 636,292 0000000000000000000bc034c36cdd54e9682a7cf98684fb2bc013f2040dc4a4 1.03 MB 1,370 17
636,291 636,291 0000000000000000000642324ed50593bbe3badb1c78a9e4759a4aad217df1d0 1.20 MB 2,268 35
636,290 636,290 0000000000000000000921702eac56432d23a835c4500b5bdac43c4e656c83a7 1.29 MB 2,622 40
636,289 636,289 0000000000000000000630f7705e071b8c5f2365d8abf9d299abeec3846c7050 1.19 MB 2,600 29
636,288 636,288 00000000000000000003dd4ce0ebed9f13519d88431f9b5abb794479e868b6f0 1.16 MB 2,691 28
636,287 636,287 0000000000000000000fa07e2ec1a4c2be3cd08217b10587db690de860aa0352 1.25 MB 3,024 45
Previous 10 blocks ↓
Total Size: 647.28 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,473.46 GB sent, 44.51 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.