Memory Pool Memory Pool Refreshing

50,676 transactions
19.23 vMB
Show Random Selection Loading Transactions
Max Size: 112/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
871,929 00000000000000000002c0700000000000000000000000000000000000000000 ago 1.00 vMB 3,247 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 871,928 (299,470 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
572,458 572,458 00000000000000000005430ac7141af56d47fafab405f497e5a5f508ba8d6db2 1.27 MB 2,866 28
572,457 572,457 0000000000000000001283e48f96161de940924dca2d2c236217ff920627a5ba 1.61 MB 1,787 61
572,456 572,456 0000000000000000001313567e263d0a84a841219a87e23b7af06a08b7acfb01 1.71 MB 1,556 66
572,455 572,455 00000000000000000005c106456e32115fc54323a793ed46afa028ed7d62036f 1.31 MB 2,973 55
572,454 572,454 00000000000000000019defde1c2be6396f3051227a33669f7c9b90893e4d035 1.17 MB 2,837 82
572,453 572,453 00000000000000000017143fc966174f82eb968e9cfedfbca0ec27cb4b1cb074 1.23 MB 3,263 78
572,452 572,452 0000000000000000000cf649626edb80f5d7727fdc463fa9ce789d77031738f1 1.31 MB 2,855 52
572,451 572,451 0000000000000000000f74aa7bab497fc2e2c0f989ca6064757fd83ce13dc6e1 0.00 MB 1 0
572,450 572,450 00000000000000000008e54392e76d55f8d1730b822d86a33dd497dcc4a421ab 1.22 MB 3,145 79
572,449 572,449 00000000000000000013838f670d6e0fcd993266b346063eba545e47cb4fa631 1.18 MB 2,949 40
572,448 572,448 0000000000000000000699355af7f03c467ab606e12f5f8e40c18a8451016bb2 1.07 MB 3,235 19
572,447 572,447 00000000000000000006a68723417c7f66cbf47ea375f493505b6ed3e9cccdf6 1.23 MB 2,534 49
572,446 572,446 0000000000000000000f4075c29ff49c29382c87403e93dce3a8cd6a9652c829 1.20 MB 2,699 33
572,445 572,445 00000000000000000029a49c163b96a8f0f836f531085861aff2006a8daa98de 1.30 MB 2,630 69
572,444 572,444 000000000000000000089b3608c5490bd4cee864a6d441133f3003cf111d8142 1.06 MB 3,033 11
572,443 572,443 00000000000000000023074b9901c509d14db58769d2bd0b0c4d06ab4b164f2f 1.10 MB 3,232 20
572,442 572,442 000000000000000000058f34a7b7f8bba7c63ae02ddc3a75cd7d4e5987d3edef 1.31 MB 2,915 65
572,441 572,441 00000000000000000015a9e1953e07c878d9d0fd1e6d0e3ec1472f993b1ffe08 1.15 MB 3,075 25
572,440 572,440 0000000000000000001c68cc86d30fb523726a6951460b133d83d01afb4de64c 1.33 MB 2,748 62
572,439 572,439 00000000000000000020a454b0710da45ab21e4aae852ff32d52912eccfbdb81 1.26 MB 2,902 24
572,438 572,438 0000000000000000000c7af2180db1e73b07f686802f1e0ba966e2c98adc54b2 1.29 MB 2,690 73
Previous 10 blocks ↓
Total Size: 703.07 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,581.57 GB sent, 231.89 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

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.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

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 to 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.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.