Memory Pool Memory Pool Refreshing

34,841 transactions
40.57 vMB
Show Random Selection Loading Transactions
Max Size: 159/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,286 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 2,325 24
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,285 (314,831 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
527,454 527,454 0000000000000000001294d12e3e1949685f486687903c7027c52c9efb9561d8 0.16 MB 461 25
527,453 527,453 00000000000000000022bd2e1325acbc473b9ecd471384307e38d407e218e881 0.62 MB 1,407 19
527,452 527,452 00000000000000000008c9c699a3a3cf51918d155260febbd38f5ee557b1271f 1.17 MB 2,638 30
527,451 527,451 0000000000000000002f3fda62737101c90540222b140e660f5247035bca648d 0.85 MB 1,168 20
527,450 527,450 00000000000000000028bcef07530d12dc95135ec253875960a3b0f805eccd75 1.15 MB 2,831 15
527,449 527,449 00000000000000000034792f674883f280a4d10a8209b72b5070f68547c55163 1.22 MB 2,960 46
527,448 527,448 0000000000000000002523b288496d1989a380521a79bb6785470a1136c7e994 1.18 MB 2,450 35
527,447 527,447 0000000000000000000cdf79d0887d369fb4090685b017680a6790d6f79898d8 1.17 MB 2,339 6
527,446 527,446 0000000000000000000c16abf55615128a4b5d29e4f5934c58997545f48d1cbf 1.14 MB 2,504 14
527,445 527,445 0000000000000000001c430c699c9e980c05b741a558824f8b6fec039b119e39 1.24 MB 2,249 35
527,444 527,444 00000000000000000027ed09588c2fe0886da368c73c705839f600c4ea8cc99f 1.52 MB 2,430 33
527,443 527,443 000000000000000000372c7668a1111f28dcfa10af600090db96850dd4f47e35 1.19 MB 2,503 56
527,442 527,442 0000000000000000000002d865e52f27af170a3d7b868f54ba55fd462a5ce978 0.58 MB 1,470 27
527,441 527,441 00000000000000000021ebdef620afc750f0ee3cd78d6c2cfcc8222391166694 1.17 MB 2,462 27
527,440 527,440 000000000000000000128a0dfeef8a4b924dd8d46ea90abad7621c9fc2f91da0 0.88 MB 1,553 11
527,439 527,439 0000000000000000000f0e0f90ce9ae8e08f579349191d9bd037b93e14034ae4 1.17 MB 2,385 30
527,438 527,438 0000000000000000002829af24d1e0b06d2a8bf7803041a91924c99a185bd07a 1.49 MB 1,262 8
527,437 527,437 000000000000000000083e4ed18655aa74547c2574d19acd7855dc542dce73a1 1.40 MB 851 30
527,436 527,436 0000000000000000002cbb8e2c13d4c1780c36ec83543ae45631024e4e3b1f52 1.24 MB 2,556 41
527,435 527,435 00000000000000000013cc3cee7f9909c798e738b94e0628bfad4f238a250303 1.00 MB 1,207 15
527,434 527,434 0000000000000000000595f683fe3cfc0907dbaa998d1e453699748015ae02eb 1.13 MB 1,805 35
Previous 10 blocks ↓
Total Size: 647.26 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,469.04 GB sent, 44.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.