Memory Pool Memory Pool Refreshing

49,316 transactions
43.05 vMB
Show Random Selection Loading Transactions
Max Size: 197/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,463 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 5,234 50
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,462 (483,901 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
358,561 358,561 0000000000000000161b017d977fb87071cf23b59838428af58a1e9f38f2782a 0.11 MB 182 21
358,560 358,560 00000000000000000d0c0ca9898160d38eebe3d1ca5717ceb5e8d83aec5793b3 0.27 MB 455 18
358,559 358,559 00000000000000000e4cd55e74293d239777b5dfd08b2692ec59bde3a76a3eeb 0.61 MB 1,299 30
358,558 358,558 000000000000000007ffa2f05d40a1ea65e4dc28279ee139e8bce96697042655 0.41 MB 861 26
358,557 358,557 00000000000000000caf9d050ea6c6ecb4c6b32d0afbb37e7ecb1107289b06dc 0.26 MB 473 23
358,556 358,556 000000000000000014fb6a45f7df2c43092b4abd12d61a885adcffaa81711e80 0.40 MB 452 15
358,555 358,555 00000000000000000ac373485ee3256f9364831fb0405fa302f0259b266822c5 0.85 MB 1,374 44
358,554 358,554 00000000000000000c9b4f9ed6900256187839b1aa3c6dc69168de210dd52061 0.50 MB 902 23
358,553 358,553 000000000000000003fe54dc1514f82e7502f130d8b30b94a14dcf8b5904b50b 1.00 MB 2,308 31
358,552 358,552 00000000000000000eb3ffbdcd244c350311ab7bdad9451a7df454ead654ab85 0.26 MB 490 66
358,551 358,551 00000000000000000a032de027acef470130a59de1151530947c686664f30af2 0.33 MB 642 23
358,550 358,550 0000000000000000009e64c57b277ce2670c4ce230c6cdf86005019e9fde8d8b 0.34 MB 494 21
358,549 358,549 000000000000000005f890b84e7812d3ab5b0a55c8e15baacb06453db3249c09 0.45 MB 920 28
358,548 358,548 00000000000000000a2bd461687e4e0f67d423a17bcff2f3549d2dd443b6cd93 0.56 MB 1,067 23
358,547 358,547 0000000000000000048c6048457eb1b8dabdb4774af0f5027afbec496e89aee7 0.28 MB 506 22
358,546 358,546 0000000000000000153497c9c6f97e083bffaa8674a57985b3a7ca57d891e711 0.00 MB 1 0
358,545 358,545 000000000000000009316c227f892c973df02f7fa94e4d24dfb7c537dd687e69 0.29 MB 514 23
358,544 358,544 00000000000000001215e644da4c9dce800d26787f1ac776c42773eb07f1777b 0.64 MB 1,016 10
358,543 358,543 00000000000000001344798bd63d1150e1303b50379aa9e3b40df77b9800bfa9 0.75 MB 1,350 26
358,542 358,542 0000000000000000112ee7bc62e1e399f36ab8b0793a1742cf23be14c0054040 0.75 MB 1,210 24
358,541 358,541 000000000000000001f0de0db6019031db8d53f3503f2e6dfd6343f7d54acde3 1.00 MB 2,764 39
Previous 10 blocks ↓
Total Size: 647.60 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,517.48 GB sent, 46.73 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.