Memory Pool Memory Pool Refreshing

71,115 transactions
29.19 vMB
Show Random Selection Loading Transactions
Max Size: 176/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,825 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 5,174 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,824 (41,800 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
829,024 829,024 00000000000000000000fa0813e88a044584510486cf3d6ef56ad58c060b4890 1.51 MB 3,123 59
829,023 829,023 000000000000000000022d20c7aaa7adbbd22e3d71c0967f4c76975cfb8af23a 1.11 MB 799 28
829,022 829,022 0000000000000000000046d775a7728b18f8cff79addfa76d0a87a60a4e9b79e 1.33 MB 1,679 35
829,021 829,021 000000000000000000007b77d17d65463372023e0689bdc644e39193e02fe3a6 1.78 MB 2,479 42
829,020 829,020 000000000000000000036d70457bdc6e2ebecedb7d9118cb51cc6bee683d95e0 1.49 MB 2,149 35
829,019 829,019 0000000000000000000090322b06871c0824436bcc6e890eeb2332dea9b78d14 1.70 MB 2,575 36
829,018 829,018 000000000000000000010cced58e94a859597ad16056be548eac3710139858ce 1.60 MB 3,329 69
829,017 829,017 00000000000000000003380cfc3204fb4e46a270c6ef13a141078a1abba72359 2.01 MB 1,094 39
829,016 829,016 00000000000000000001d20b1b25bd1c40a8bacc373385cacbe652e0596ee23b 1.68 MB 1,975 36
829,015 829,015 00000000000000000000ef2e540cf6cdad211aa31d0c5f788c27145f4071abd4 2.61 MB 3,597 67
829,014 829,014 00000000000000000002b942485262ac6c27862d1f1c638e242e352cce22db3e 1.69 MB 1,907 42
829,013 829,013 00000000000000000003093bb75634723aa088ebd6d75f67ad40ef9cd5f216c2 1.57 MB 2,508 49
829,012 829,012 000000000000000000024ffd89ae68a515bb6e3473caed471f5455dc1c566e93 1.70 MB 2,830 49
829,011 829,011 00000000000000000000337c7605639d9bba86cbfa63c687f07e16cfddd946a0 1.66 MB 2,612 36
829,010 829,010 00000000000000000001bccd9a6a68b80c443e003d8437f99cc7db576bad6a48 1.51 MB 2,965 68
829,009 829,009 00000000000000000002a172afe3dd43b2dbeaaa2cf3f288e210367e319283b3 1.11 MB 662 27
829,008 829,008 0000000000000000000045a406bad398c7a204ce6f16e6772e6bff1ae198164c 1.52 MB 1,189 33
829,007 829,007 00000000000000000002448377f22e65b76a31b6c45c9a2f29b2c09db0564fb0 1.35 MB 1,333 29
829,006 829,006 0000000000000000000081e56e595958716201a90060892aac7d057e108aa379 1.71 MB 3,073 57
829,005 829,005 00000000000000000002ff25cd0c33498a2e52a87518439907079f2a12079f2a 1.26 MB 1,297 33
829,004 829,004 000000000000000000022dee2c67902782112503de624180e7a82d5a36c83c9e 1.26 MB 1,153 33
Previous 10 blocks ↓
Total Size: 701.02 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,398.06 GB sent, 217.40 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.