Memory Pool Memory Pool Refreshing

37,959 transactions
31.68 vMB
Show Random Selection Loading Transactions
Max Size: 193/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,203 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 2,562 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,202 (380,031 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
482,171 482,171 000000000000000000b491eb8a680b65b9453e71971e4794778752b4bb5039f1 1.00 MB 1,700 293
482,170 482,170 00000000000000000089bfaab346f48363f68c54caaed875d6e80108d1844101 1.00 MB 1,805 269
482,169 482,169 0000000000000000013ba94b252dc42ef4bfbc4e1ee2e18bc27a5795ca1b0e0c 1.00 MB 1,356 200
482,168 482,168 000000000000000000a35aef32b02c20527a04728348027b1b3466d9ba329915 1.00 MB 1,588 450
482,167 482,167 000000000000000000181c0c8c84953fd54eadf25049eb2e81873e193ebd5b67 1.00 MB 1,803 134
482,166 482,166 00000000000000000080577b544d78d88f94f360c9d4255f840e6a1c8e793886 1.00 MB 857 171
482,165 482,165 00000000000000000029fc7fb6d141e734406c9248618057b367151bb045c421 1.00 MB 2,731 138
482,164 482,164 000000000000000000a9a4c41e9a421ef570624528fd64dbb874ab5a5828e2aa 1.00 MB 1,509 57
482,163 482,163 0000000000000000001ae96111fa32620d598408b32bdb2dd72d78c49390a9b4 1.00 MB 1,528 279
482,162 482,162 0000000000000000011fb2a93b566e7b3d5e06e16b1c24f8ed4a03753719ed07 1.00 MB 1,940 161
482,161 482,161 00000000000000000039ab5b80102b36c3f6b7762d1908b128c1c599586d7dfa 1.00 MB 1,356 163
482,160 482,160 000000000000000000a4f4228c6b7dc144a9f0201adb6d91d1b2a6e85099da1d 0.99 MB 617 421
482,159 482,159 0000000000000000005bac62285db769e76f108b6a038476f7792437a194044b 1.00 MB 1,182 118
482,158 482,158 000000000000000000097cb70756dbef80d5c0a896c79a822967a6e7058e3bae 1.00 MB 1,759 174
482,157 482,157 00000000000000000127db95f380901c68bcef573d76a59ece1f8925f21c49a2 1.00 MB 1,578 306
482,156 482,156 000000000000000000abe64063ebdfc845b4f6a324fe11f03932257270b586f7 1.00 MB 1,708 297
482,155 482,155 00000000000000000033cfec0a0ed318993c8b8fdbf2b474e81c26adbc71be4a 1.00 MB 1,568 162
482,154 482,154 0000000000000000000197368a1c6a3177fb6b046f4e77a635c78418b5710e0d 1.00 MB 2,028 258
482,153 482,153 000000000000000000137ccff4495de3a347437ca00baebb2b30035ab9988606 1.00 MB 1,575 205
482,152 482,152 000000000000000000189082bd8ca7a51ac795cac07a29f597743645f3e09924 1.00 MB 1,737 172
482,151 482,151 00000000000000000072013fdfc63634f4e07ccc12e744592bcaa8bbd3f10b48 0.99 MB 1,360 189
Previous 10 blocks ↓
Total Size: 684.55 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,355.75 GB sent, 101.79 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.