Memory Pool Memory Pool Refreshing

35,354 transactions
45.14 vMB
Show Random Selection Loading Transactions
Max Size: 182/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,788 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 4,971 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,787 (560,364 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
281,423 281,423 0000000000000001744101bc8addad9a68d31cc98b78a341bc25755efd063470 0.25 MB 527 41
281,422 281,422 0000000000000001bcac0f3304c07fb46ba6b64352ace4dc73d94b94fe2e9e27 0.03 MB 54 26
281,421 281,421 00000000000000019f47d3b30170b2fe5ee22dc56b097fb63f342de6c166f5e2 0.01 MB 11 28
281,420 281,420 0000000000000001da713cb225b2b1a4a1b6131b5313ddc796943bddd578bc72 0.24 MB 452 50
281,419 281,419 00000000000000001e2404bba421cfa9f3f565c571be41bd69b14cedbb9709e4 0.04 MB 59 36
281,418 281,418 0000000000000000a16625f0fa08b93801e60048d57c9762624a2f3d2c784cd9 0.11 MB 212 38
281,417 281,417 00000000000000020a095f06f5770c0b33df2d0cdaa23a2dcaea0a98cb19138c 0.15 MB 301 41
281,416 281,416 0000000000000002287671273fd7e554aa0714a94b99d8e046ddb06892622674 0.19 MB 196 26
281,415 281,415 00000000000000013402c1ddd68a7907934f6d53bd80cd4eb50d547fb1dbfada 0.48 MB 564 24
281,414 281,414 0000000000000001ac29463a61460122f765999e004a7da4b6fba2a9a3959d2e 0.25 MB 725 77
281,413 281,413 00000000000000004a3a21bd0ef81aa911192ab9e65da7c1097823994e1315cc 0.27 MB 409 29
281,412 281,412 000000000000000262380c7bf8155b293abf3da4efa2544b201be9c7daaf75aa 0.25 MB 430 31
281,411 281,411 0000000000000000acd9c9a1d0d899769b053be8874cdf51c5632110bf9ab270 0.12 MB 233 69
281,410 281,410 0000000000000001fc1044ca14f261000c449103a17463bb63685bfb2e6a30eb 0.01 MB 11 27
281,409 281,409 00000000000000008f0893d65cfddfbbe9a5867280ad6443c4218f50cd35b140 0.08 MB 190 13
281,408 281,408 0000000000000000b6cd466020cb974c103ada9d78d6a2d4f39290b92221a213 0.34 MB 521 42
281,407 281,407 0000000000000000892d4fddf84308132f92c4ef620b548eddc7683de576f4ba 0.24 MB 450 48
281,406 281,406 000000000000000180b0561920e263c9683cef5c7560a3748f58eb17937498c2 0.16 MB 327 59
281,405 281,405 00000000000000010ba93a677b26f840be42a5065d50537f8689d5fbcea3c490 0.26 MB 319 29
281,404 281,404 000000000000000057179c804a6ec662134048c1c7414eca59167f72520a904a 0.01 MB 40 30
281,403 281,403 00000000000000024ce3c7eb9706f4dcb4ac1783c9f851e44da4b99a31e427a3 0.30 MB 379 28
Previous 10 blocks ↓
Total Size: 646.36 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,342.70 GB sent, 37.29 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.