Memory Pool Memory Pool Refreshing

17,978 transactions
32.20 vMB
Show Random Selection Loading Transactions
Max Size: 182/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,929 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 3,740 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,928 (571,770 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
291,158 291,158 0000000000000000cac5d3ec32a90740b382cfd68d2ac385c2158358349eb56e 0.10 MB 95 11
291,157 291,157 0000000000000000aa99a436427d759a2ee33b1353de899fdf4c231bb6363bd6 0.04 MB 107 78
291,156 291,156 0000000000000000239852d1029c16b6d6c77297eb735bd9b20a79e98edbe295 0.02 MB 45 7
291,155 291,155 0000000000000000a4ef1303d77c174ea88d200f7974b4f3e4effb5f343d84c2 0.17 MB 208 21
291,154 291,154 000000000000000038372d6fe3e10da3bdd7861ed9933cc3982caff17ed581ed 0.35 MB 952 40
291,153 291,153 000000000000000093e48b323c45672296c905385a406264776ec51d8e3be0e1 0.23 MB 361 29
291,152 291,152 0000000000000000668808dc61364ee9f7c1672429ec92581ff6fc26969eee1c 0.18 MB 512 47
291,151 291,151 0000000000000000a784f83fe1fae0eb99cde6d34245f895cbc348a5cd687651 0.11 MB 283 37
291,150 291,150 0000000000000000011c821509a9a02af8c051823026800db38451ab59ac32c0 0.26 MB 449 27
291,149 291,149 00000000000000006297d10babd9968e2e4f21edeffe80457c0c3643c96aec4d 0.21 MB 329 30
291,148 291,148 00000000000000004984378193bc3ce93a65e4529cc84402dbba21e4bee25e8d 0.03 MB 36 28
291,147 291,147 00000000000000009f85bc004baa817a350cb8bac58673b9b17b66b2ea15d02b 0.12 MB 229 33
291,146 291,146 00000000000000003291713e98942c265c6bc47935247e1ca0b2eb6747f0e564 0.07 MB 151 43
291,145 291,145 00000000000000000f210fd04ddde0993d8f7b7d787e071211dadc16df8de87b 0.07 MB 142 37
291,144 291,144 0000000000000000fe4fc23f8f29aff9ac639d4c38428d2ab63e1a12089bcdff 0.19 MB 501 35
291,143 291,143 00000000000000001b895df68cb44e97ae64b2af45a2f660fb7fb4ad8d1d388b 0.08 MB 209 42
291,142 291,142 000000000000000038e5120c05a1fdedde1bd656fe40b875fff6aebb28b81ab7 0.12 MB 265 36
291,141 291,141 0000000000000000e74df7b0e914b2ad6b550470272f3f995456a812e551a8f9 0.10 MB 256 41
291,140 291,140 0000000000000000167ee26994447a890277232393bbb706cc0c124e8a69c30f 0.06 MB 106 31
291,139 291,139 0000000000000000f914be64895699fa0c758c9cdf78b53068d177559add28d6 0.06 MB 155 32
291,138 291,138 0000000000000000dd61d1d5d50db419ca62a6ee4d853f5246c7d54a32883ba5 0.11 MB 213 38
Previous 10 blocks ↓
Total Size: 685.96 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,412.44 GB sent, 111.54 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.