14 datasets found
  1. Global Bluesky users 2024

    • statista.com
    Updated Feb 14, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Statista (2025). Global Bluesky users 2024 [Dataset]. https://www.statista.com/statistics/1536616/global-bluesky-users/
    Explore at:
    Dataset updated
    Feb 14, 2025
    Dataset authored and provided by
    Statistahttp://statista.com/
    Time period covered
    Oct 2024 - Dec 2024
    Area covered
    Worldwide
    Description

    Bluesky experienced rapid user growth in late 2024. The platform's user base expanded from 14.5 million in October to 25 million by December, showcasing its increasing popularity among social media users seeking new options. Surge in downloads and user engagement The platform's growth was particularly notable following the U.S. presidential elections in November 2024, when monthly downloads surged to 7.35 million. This increase in user adoption coincided with rising demand for Twitter alternatives. Earlier in the year, Bluesky had already shown strong performance, with 38,000 downloads from Android devices and 30,000 from iOS devices in July 2024. Moderation challenges and user demographics As Bluesky's user base expanded, so did the need for content moderation. In 2024, the platform received 6.48 million reports to its moderation service, a significant increase from 358,000 reports in 2023. These reports included 1.75 million for anti-social behavior, 1.2 million for misleading content, and 1.4 million for spam.

  2. Bluesky: global users 2024, by age group

    • statista.com
    Updated Jan 30, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Statista (2025). Bluesky: global users 2024, by age group [Dataset]. https://www.statista.com/statistics/1552760/bluesky-global-users-age-group/
    Explore at:
    Dataset updated
    Jan 30, 2025
    Dataset authored and provided by
    Statistahttp://statista.com/
    Time period covered
    Dec 2024
    Area covered
    Worldwide
    Description

    As of December 2024, 22.21 percent of global Bluesky.com visitors were aged between 25 and 34 years. Additionally, just over one in ten users were aged between 18 and 24 years.

  3. U.S. Bluesky and Threads users daily usage of selected social media 2024

    • statista.com
    Updated Mar 20, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Statista (2025). U.S. Bluesky and Threads users daily usage of selected social media 2024 [Dataset]. https://www.statista.com/statistics/1607044/bluesky-threads-users-social-platforms-daily-us/
    Explore at:
    Dataset updated
    Mar 20, 2025
    Dataset authored and provided by
    Statistahttp://statista.com/
    Time period covered
    Nov 21, 2024 - Dec 19, 2024
    Area covered
    United States
    Description

    According to a 2024 survey conducted in the United States, daily users of Bluesky were more likely to use YouTube, TikTok, and X daily. Overall, Threads users are more likely to use other Meta Platforms networks every day.

  4. Bluesky global downloads 2024, by platform

    • statista.com
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Bluesky global downloads 2024, by platform [Dataset]. https://www.statista.com/statistics/1382164/bluesky-worldwide-downloads-by-platform/
    Explore at:
    Dataset authored and provided by
    Statistahttp://statista.com/
    Time period covered
    Feb 2023 - Jul 2024
    Area covered
    Worldwide
    Description

    Launched in February 2023, Bluesky is a microblogging platform that was proposed as a Twitter alternative at the beginning of the year. In July 2024, the Bluesky app generated 38,000 thousand app downloads from Android devices worldwide, while iOS devices generated 30,000 thousand downloads during the month. Bluesky is a semi-decentralized social media, and while users can access the platform only after being invited by members, all internet users can visualize Bluesky posts and content as of the last examined period.

  5. P

    Bluesky Social Dataset Dataset

    • paperswithcode.com
    Updated Apr 28, 2024
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    (2024). Bluesky Social Dataset Dataset [Dataset]. https://paperswithcode.com/dataset/bluesky-social-dataset
    Explore at:
    Dataset updated
    Apr 28, 2024
    Description

    Bluesky Social Dataset Pollution of online social spaces caused by rampaging d/misinformation is a growing societal concern. However, recent decisions to reduce access to social media APIs are causing a shortage of publicly available, recent, social media data, thus hindering the advancement of computational social science as a whole. To address this pressing issue, we present a large, high-coverage dataset of social interactions and user-generated content from Bluesky Social.

    The dataset contains the complete post history of over 4M users (81% of all registered accounts), totaling 235M posts. We also make available social data covering follow, comment, repost, and quote interactions.

    Since Bluesky allows users to create and bookmark feed generators (i.e., content recommendation algorithms), we also release the full output of several popular algorithms available on the platform, along with their timestamped “like” interactions and time of bookmarking.

    This dataset allows unprecedented analysis of online behavior and human-machine engagement patterns. Notably, it provides ground-truth data for studying the effects of content exposure and self-selection, and performing content virality and diffusion analysis.

    Dataset Here is a description of the dataset files.

    followers.csv.gz. This compressed file contains the anonymized follower edge list. Once decompressed, each row consists of two comma-separated integers u, v, representing a directed following relation (i.e., user u follows user v). posts.tar.gz. This compressed folder contains data on the individual posts collected. Decompressing this file results in 100 files, each containing the full posts of up to 50,000 users. Each post is stored as a JSON-formatted line. interactions.csv.gz. This compressed file contains the anonymized interactions edge list. Once decompressed, each row consists of six comma-separated integers, and represents a comment, repost, or quote interaction. These integers correspond to the following fields, in this order: user_id, replied_author, thread_root_author, reposted_author ,quoted_author, and date. graphs.tar.gz. This compressed folder contains edge list files for the graphs emerging from reposts, quotes, and replies. Each interaction is timestamped. The folder also contains timestamped higher-order interactions emerging from discussion threads, each containing all users participating in a thread. feed_posts.tar.gz. This compressed folder contains posts that appear in 11 thematic feeds. Decompressing this folder results in 11 files containing posts from one feed each. Posts are stored as a JSON-formatted line. Fields are correspond to those in posts.tar.gz, except for those related to sentiment analysis (sent_label, sent_score), and reposts (repost_from, reposted_author); feed_bookmarks.csv. This file contains users who bookmarked any of the collected feeds. Each record contains three comma-separated values, namely the feed name, the user id, and the timestamp. feed_post_likes.tar.gz. This compressed folder contains data on likes to posts appearing in the feeds, one file per feed. Each record in the files contains the following information, in this order: the id of the ``liker'', the id of the post's author, the id of the liked post, and the like timestamp; scripts.tar.gz. A collection of Python scripts, including the ones originally used to crawl the data, and to perform experiments. These scripts are detailed in a document released within the folder.

    Citation If used for research purposes, please cite the following paper describing the dataset details:

    Andrea Failla and Giulio Rossetti. "I'm in the Bluesky Tonight": Insights from a Year Worth of Social Data. (2024) arXiv:2404.18984

    Acknowledgments: This work is supported by :

    the European Union – Horizon 2020 Program under the scheme “INFRAIA-01-2018-2019 – Integrating Activities for Advanced Communities”, Grant Agreement n.871042, “SoBigData++: European Integrated Infrastructure for Social Mining and Big Data Analytics” (http://www.sobigdata.eu); SoBigData.it which receives funding from the European Union – NextGenerationEU – National Recovery and Resilience Plan (Piano Nazionale di Ripresa e Resilienza, PNRR) – Project: “SoBigData.it – Strengthening the Italian RI for Social Mining and Big Data Analytics” – Prot. IR0000013 – Avviso n. 3264 del 28/12/2021; EU NextGenerationEU programme under the funding schemes PNRR-PE-AI FAIR (Future Artificial Intelligence Research).

  6. Bluesky: global users 2024, by gender

    • statista.com
    Updated Jan 30, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Statista (2025). Bluesky: global users 2024, by gender [Dataset]. https://www.statista.com/statistics/1552754/bluesky-global-users-gender/
    Explore at:
    Dataset updated
    Jan 30, 2025
    Dataset authored and provided by
    Statistahttp://statista.com/
    Time period covered
    Dec 2024
    Area covered
    Worldwide
    Description

    As of December 2024, 50.05 percent of visitors to the Bluesky.com website were male. Additionally, as of the end of 2024, the decentralized social platform had a total of 25 million users, up from 14.5 million in October 2024.

  7. The Rise of Bluesky

    • zenodo.org
    zip
    Updated Mar 22, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Özgür Can Seçkin; Özgür Can Seçkin; Filipi Nascimento Silva; Filipi Nascimento Silva; Bao Tran Truong; Bao Tran Truong; Sangyeon Kim; Sangyeon Kim; alessandro flammini; alessandro flammini; Filippo Menczer; Filippo Menczer (2025). The Rise of Bluesky [Dataset]. http://doi.org/10.5281/zenodo.15066073
    Explore at:
    zipAvailable download formats
    Dataset updated
    Mar 22, 2025
    Dataset provided by
    Zenodohttp://zenodo.org/
    Authors
    Özgür Can Seçkin; Özgür Can Seçkin; Filipi Nascimento Silva; Filipi Nascimento Silva; Bao Tran Truong; Bao Tran Truong; Sangyeon Kim; Sangyeon Kim; alessandro flammini; alessandro flammini; Filippo Menczer; Filippo Menczer
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Time period covered
    Mar 21, 2025
    Description

    This repository contains the datasets required to reproduce the results presented in the paper "The Rise of Bluesky."

    • profile_creations.parquet.zip: Profile creation dates for each user (Fig.1a).
    • user_group_date_intervals.pickle.zip: The dates corresponding to each user group (Fig.1a).
    • total_engagement_by_day_by_user.parquet.zip: Daily total activity per user group (Fig.1b, d).
    • active_user_count_per_day_0_8.parquet.zip: Daily number of active users (Fig.1e, f).
    • summary_stats.zip: Files containing daily network statistics such as average degree and node count (Fig.1g).
    • group_degree_distributions.zip: Daily user group out-degree distributions (Fig.1g).
    • clustering_coef.parquet.zip: Clustering coefficients for follower network for each day (Fig.1h).
    • gini_and_kappa.zip: Daily Gini and Kappa statistics (Fig.1i).

    Due to its large size, the dataset used to construct the follower network in Fig. 1c is not included here. However, it may be made available upon request under exceptional circumstances.

  8. w

    Subjects of Applying the Rasch model in social sciences using R and BlueSky...

    • workwithdata.com
    Updated Mar 3, 2003
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Work With Data (2003). Subjects of Applying the Rasch model in social sciences using R and BlueSky statistics [Dataset]. https://www.workwithdata.com/datasets/book-subjects?f=1&fcol0=j0-book&fop0=%3D&fval0=Applying+the+Rasch+model+in+social+sciences+using+R+and+BlueSky+statistics&j=1&j0=books
    Explore at:
    Dataset updated
    Mar 3, 2003
    Dataset authored and provided by
    Work With Data
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    This dataset is about book subjects and is filtered where the books is Applying the Rasch model in social sciences using R and BlueSky statistics, featuring 10 columns including authors, average publication date, book publishers, book subject, and books. The preview is ordered by number of books (descending).

  9. U.S. Bluesky and Threads users on AI impact 2024

    • statista.com
    Updated Mar 20, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Statista (2025). U.S. Bluesky and Threads users on AI impact 2024 [Dataset]. https://www.statista.com/statistics/1607083/us-bluesky-and-threads-users-ai-impact/
    Explore at:
    Dataset updated
    Mar 20, 2025
    Dataset authored and provided by
    Statistahttp://statista.com/
    Time period covered
    Nov 21, 2024 - Dec 19, 2024
    Area covered
    United States
    Description

    According to a 2024 survey conducted in the United States, Bluesky users were more likely than Threads users to say that AI would have at least a somewhat positive impact on their overall quality of life over the next ten years.

  10. Bluesky global downloads 2024

    • statista.com
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Statista, Bluesky global downloads 2024 [Dataset]. https://www.statista.com/statistics/1399030/global-bluesky-installs/
    Explore at:
    Dataset authored and provided by
    Statistahttp://statista.com/
    Time period covered
    Feb 2023 - Nov 2024
    Area covered
    Worldwide
    Description

    The microblogging platform Bluesky, which launched in February 2023, has been suggested as a Twitter substitute. As people look for a suitable replacement for the text-based social media platform, demand for Bluesky is rising. After the U.S. presidential elections in November 2024, monthly Bluesky downloads surged to 7.35 million.

  11. Collected feed statistics.

    • plos.figshare.com
    xls
    Updated Nov 5, 2024
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Andrea Failla; Giulio Rossetti (2024). Collected feed statistics. [Dataset]. http://doi.org/10.1371/journal.pone.0310330.t003
    Explore at:
    xlsAvailable download formats
    Dataset updated
    Nov 5, 2024
    Dataset provided by
    PLOShttp://plos.org/
    Authors
    Andrea Failla; Giulio Rossetti
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    Pollution of online social spaces caused by rampaging d/misinformation is a growing societal concern. However, recent decisions to reduce access to social media APIs are causing a shortage of publicly available, recent, social media data, thus hindering the advancement of computational social science as a whole. We present a large, high-coverage dataset of social interactions and user-generated content from Bluesky Social to address this pressing issue. The dataset contains the complete post history of over 4M users (81% of all registered accounts), totalling 235M posts. We also make available social data covering follow, comment, repost, and quote interactions. Since Bluesky allows users to create and like feed generators (i.e., content recommendation algorithms), we also release the full output of several popular algorithms available on the platform, along with their timestamped “like” interactions. This dataset allows novel analysis of online behavior and human-machine engagement patterns. Notably, it provides ground-truth data for studying the effects of content exposure and self-selection and performing content virality and diffusion analysis.

  12. U.S. Bluesky and Threads users on following politics 2024

    • statista.com
    Updated Mar 20, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Statista (2025). U.S. Bluesky and Threads users on following politics 2024 [Dataset]. https://www.statista.com/statistics/1607088/us-bluesky-and-threads-users-politics/
    Explore at:
    Dataset updated
    Mar 20, 2025
    Dataset authored and provided by
    Statistahttp://statista.com/
    Time period covered
    Nov 21, 2024 - Dec 19, 2024
    Area covered
    United States
    Description

    According to a 2024 survey conducted in the United States, 32 percent of Bluesky users read political websites and blogs daily, compared with 35 percent of Threads users. Additionally, 40 percent of Bluesky users followed politics very closely on a daily basis, compared to 33 percent of Threads users.

  13. U.S. Bluesky and Threads users stress levels after the election 2024

    • statista.com
    Updated Mar 20, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Statista (2025). U.S. Bluesky and Threads users stress levels after the election 2024 [Dataset]. https://www.statista.com/statistics/1607091/us-bluesky-threads-users-stress-levels-election/
    Explore at:
    Dataset updated
    Mar 20, 2025
    Dataset authored and provided by
    Statistahttp://statista.com/
    Time period covered
    Nov 21, 2024 - Dec 19, 2024
    Area covered
    United States
    Description

    According to a 2024 survey conducted in the United States, daily Bluesky users were much more likely than daily Threads users to feel increased levels of stress following the 2024 U.S. election. Overall, 72 percent of Bluesky users said their stress levels increased, compared to 42 percent of Threads users.

  14. Mastodon: number of registered users 2022-2023

    • statista.com
    Updated Apr 17, 2023
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Statista (2023). Mastodon: number of registered users 2022-2023 [Dataset]. https://www.statista.com/statistics/1376022/global-registered-mastodon-users/
    Explore at:
    Dataset updated
    Apr 17, 2023
    Dataset authored and provided by
    Statistahttp://statista.com/
    Time period covered
    Nov 2022 - Mar 2023
    Area covered
    Worldwide
    Description

    As of March 2023, decentralized social media platform Mastodon had over ten million registered users. In November 2022, there were 2.5 million users registered to the online network, an increase of around 300 percent within five months. Additionally, Mastodon, which shares similar micro-blogging features to Twitter, gained roughly 500 thousand users within ten days of Elon Musk's Twitter takeover on October 27th, 2022.

  15. Not seeing a result you expected?
    Learn how you can add new datasets to our index.

Share
FacebookFacebook
TwitterTwitter
Email
Click to copy link
Link copied
Close
Cite
Statista (2025). Global Bluesky users 2024 [Dataset]. https://www.statista.com/statistics/1536616/global-bluesky-users/
Organization logo

Global Bluesky users 2024

Explore at:
Dataset updated
Feb 14, 2025
Dataset authored and provided by
Statistahttp://statista.com/
Time period covered
Oct 2024 - Dec 2024
Area covered
Worldwide
Description

Bluesky experienced rapid user growth in late 2024. The platform's user base expanded from 14.5 million in October to 25 million by December, showcasing its increasing popularity among social media users seeking new options. Surge in downloads and user engagement The platform's growth was particularly notable following the U.S. presidential elections in November 2024, when monthly downloads surged to 7.35 million. This increase in user adoption coincided with rising demand for Twitter alternatives. Earlier in the year, Bluesky had already shown strong performance, with 38,000 downloads from Android devices and 30,000 from iOS devices in July 2024. Moderation challenges and user demographics As Bluesky's user base expanded, so did the need for content moderation. In 2024, the platform received 6.48 million reports to its moderation service, a significant increase from 358,000 reports in 2023. These reports included 1.75 million for anti-social behavior, 1.2 million for misleading content, and 1.4 million for spam.

Search
Clear search
Close search
Google apps
Main menu