Memory Pool Memory Pool Refreshing

46,179 transactions
26.27 vMB
Show Random Selection Loading Transactions
Max Size: 166/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,577 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,060 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,576 (78,874 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
783,702 783,702 00000000000000000002813f0df9935fc90aa5e395aaad8e12e1144e57f005dc 1.78 MB 2,748 17
783,701 783,701 0000000000000000000433f665aa8f494fe12c63c804f532fbbab22f57bc083c 1.75 MB 2,665 13
783,700 783,700 00000000000000000003a28a6ea7e5077ed7200741df7e90be022c98abbb5e59 1.51 MB 2,961 21
783,699 783,699 0000000000000000000252e45ef663897c225a818473a00dca9086db0fbbbd95 1.49 MB 2,640 13
783,698 783,698 0000000000000000000277e0bb8054db017809083f197a310dd37952a2aaa305 1.32 MB 2,527 28
783,697 783,697 00000000000000000000d250ce623cc7b15faf7a7f5823352555c6e8e13c703e 1.93 MB 335 3
783,696 783,696 000000000000000000050a1df323beb6939ce01b87d84d7e342a33d01e5915c1 1.91 MB 216 3
783,695 783,695 000000000000000000046211ab5b7cdd3e433e48878b4bca3fb80db527c46158 2.00 MB 1,162 6
783,694 783,694 0000000000000000000011c39bba00ea37a0f038afdfc4b23a573741e1599a28 2.25 MB 1,139 6
783,693 783,693 00000000000000000002b917aa2e4f625eb722202ba1a3a256125ffad10daf4f 1.51 MB 2,665 19
783,692 783,692 00000000000000000001dface6fe6340d82afd23dd9d1e49d5aa82898b604c63 2.02 MB 568 4
783,691 783,691 0000000000000000000045fe21f9d5ada756a334982cdcaf8b65108719aed59f 2.05 MB 1,842 9
783,690 783,690 000000000000000000006af4dc728b6d551ae3c1f8dfa4e78c248d37a52ebe27 1.92 MB 1,916 7
783,689 783,689 00000000000000000005832179d2eb58289a02b6011c278c82c00413c8aa642d 1.41 MB 2,922 25
783,688 783,688 0000000000000000000486b8f316d62b103769ecee9a32627b8579d218029023 1.79 MB 1,399 9
783,687 783,687 00000000000000000005c01d8572fc0909e5c719753fef3e6569148e32a2567d 1.91 MB 2,578 15
783,686 783,686 000000000000000000036b852a721b24c71a60cfe1713a9ac96ee16bd9bcb77d 2.04 MB 1,901 12
783,685 783,685 00000000000000000004929cccf2254500c71c4d43188a48e890929ee6e43c25 1.25 MB 1,416 23
783,684 783,684 000000000000000000000b7cefe6bbf769e6848843a03417ca76ea65b1b02269 2.92 MB 1,821 6
783,683 783,683 0000000000000000000589a0ef015656310520e0201559142801767fa1995fe4 1.77 MB 2,573 11
783,682 783,682 000000000000000000046a26587ddad5fd6fa310b109d837d14ac4c0b90054ae 2.13 MB 2,342 11
Previous 10 blocks ↓
Total Size: 685.27 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: 1,376.26 GB sent, 107.46 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.