Memory Pool Memory Pool Refreshing

56,953 transactions
35.47 vMB
Show Random Selection Loading Transactions
Max Size: 152/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
847,983 000000000000000000035cb80000000000000000000000000000000000000000 1.00 vMB 6,183 28
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 847,982 (489,672 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
358,310 358,310 000000000000000001676405c83af351abc7df6340c6bf618edd036c2fd308c0 0.37 MB 907 30
358,309 358,309 000000000000000003c45e5d2adb612a1cf7e1515cf07f5615cfbd53939abfa0 0.11 MB 297 30
358,308 358,308 00000000000000000731748240156293e5e7dd37a4e929f100aca7b65a1323a1 0.00 MB 2 0
358,307 358,307 0000000000000000111b0ac793e739cd8d7c9215df8e88bfe6acc07831618165 0.01 MB 40 48
358,306 358,306 0000000000000000058959b94fae00807f786f13412e468637e5d8113ee912ab 0.34 MB 708 33
358,305 358,305 000000000000000007a47e88b37f4340f4fa7c8e6440139e4cff33e9c77170d1 0.17 MB 310 23
358,304 358,304 000000000000000001914cafd9c9232c3eaf25b6e42f4d3a8a7c29261a4d8f73 0.22 MB 434 24
358,303 358,303 0000000000000000157ff1817efadabc218292c881a45d0e3e9e16aa541c5894 0.14 MB 308 25
358,302 358,302 00000000000000000067e8c9c7e99dd9e9295a34245b3567a46cec578376e875 0.28 MB 528 27
358,301 358,301 00000000000000001389e5b6c315202d506383445579c410df137a5e997f29c9 0.13 MB 237 19
358,300 358,300 0000000000000000146ea3aea202c05df468b143cbc966c38f003adb9778f5ed 0.42 MB 699 23
358,299 358,299 0000000000000000032ba3dbbc41fb77e2de827458be0c80b2c47d4a19a475d2 0.31 MB 728 28
358,298 358,298 000000000000000011635c65d6f6b7c9595d815208e4fc63acea3410168a31d2 0.15 MB 219 19
358,297 358,297 0000000000000000076f4576a5a6612ea779d9fbc80c15be0fbeed9b1a756b0d 0.18 MB 307 25
358,296 358,296 0000000000000000161619b10d30d19f293527d4a6e924a0935f6b962787b200 0.62 MB 1,406 32
358,295 358,295 000000000000000010a799148bf71963e05f45a1b03601803ea9a968a0b32aed 0.70 MB 1,324 26
358,294 358,294 00000000000000000af758c7ff52d5356390cc017901de494ae897d9f5ad853c 0.57 MB 792 18
358,293 358,293 0000000000000000049af31759a13cc3babcf1f19d37924b349fa0de7d142f58 0.75 MB 1,604 36
358,292 358,292 00000000000000000ee60aca18bda496d94f32aa1622adf817e1e444b5dcc5af 0.35 MB 656 26
358,291 358,291 00000000000000000b43230ecf60ac1fc5c24ff6a9699bbca4e385354a48b0a2 0.49 MB 899 37
358,290 358,290 00000000000000001162280177ebaaa265663d2ae0b3ff91a0f569b41a172e6a 0.77 MB 965 13
Previous 10 blocks ↓
Total Size: 657.75 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 43 incoming
  • Data Transfer: 246.63 GB sent, 0.76 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.