Memory Pool Memory Pool Refreshing

33,451 transactions
31.10 vMB
Show Random Selection Loading Transactions
Max Size: 179/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,037 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 3,049 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,036 (239,162 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
623,874 623,874 0000000000000000000a902ea5699f73d85c0ec125d2454bb24d996f45763491 1.20 MB 1,957 16
623,873 623,873 00000000000000000012968e15d5c3b472dd2e08ecb2da15f4cf0f80899bd33c 0.92 MB 1,470 21
623,872 623,872 000000000000000000118f9f20b2aaedee7cb4d381ffb682f73b72e6899daa76 0.22 MB 377 12
623,871 623,871 000000000000000000062b7e14b2a611b4d932567bb6cc3d7db0594484e29508 1.28 MB 1,970 17
623,870 623,870 0000000000000000001284bfc53153f77b48332480ddddb4e1919a686ebd5d68 0.30 MB 528 17
623,869 623,869 0000000000000000000a349b68683a5579fdd2ffb03879446298ea5bc1ac17f2 0.30 MB 199 3
623,868 623,868 0000000000000000001234befa3a90b37cd8ee80d1cd6a638e0d7dffaaf26f88 1.35 MB 1,714 6
623,867 623,867 0000000000000000000f4289faf85d436dec9205692ed49771e73dee920cc29b 1.29 MB 2,568 23
623,866 623,866 000000000000000000080a7fb28e1607155359a0604ecc07e2547f7f3588a144 1.35 MB 2,612 34
623,865 623,865 0000000000000000000f43db619ac979a639cce7dc74f7c80576f9037a6f22a1 0.21 MB 287 13
623,864 623,864 00000000000000000003cb0849736dd9cb1b88ef377b2c06e57e4ea4341314d1 0.62 MB 868 16
623,863 623,863 0000000000000000000ed856cabd3c9314eff906c01cac4f645bf43d42150ed2 0.99 MB 1,523 22
623,862 623,862 00000000000000000006659c56066b9b5f9b8964f1f712c7283a459f9c9dfa01 0.03 MB 77 15
623,861 623,861 0000000000000000000a653571de878d64d54de8e5ebcef1ac95ecef6fbde82a 1.02 MB 1,348 11
623,860 623,860 0000000000000000000cfca9c7e630a0fd60294e9d348cf3f8cd853d80a32720 1.19 MB 936 1
623,859 623,859 000000000000000000133d75819ad2fc2f56f16352b93dcc7afbadf14b0190f5 1.23 MB 2,267 26
623,858 623,858 00000000000000000006a1ad2cc6b0f9474905b2b4e40e0d955400b117b5ac22 1.34 MB 2,230 34
623,857 623,857 000000000000000000005ea14f6ce54010d7ea0351410ae888b362f83694aff4 1.26 MB 1,239 16
623,856 623,856 0000000000000000000916917a3748c310aa5780843eff3a3592dd93830ac61a 1.19 MB 2,003 20
623,855 623,855 00000000000000000003a1357bcccd885a932b9b7bdb777eea769b311e140927 1.17 MB 2,180 16
623,854 623,854 000000000000000000113bea3230d35896ac93cdfc04f8bbb8e27d1733ea986c 1.37 MB 2,142 42
Previous 10 blocks ↓
Total Size: 686.16 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,416.56 GB sent, 113.15 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.