Memory Pool Memory Pool Refreshing

28,455 transactions
30.60 vMB
Show Random Selection Loading Transactions
Max Size: 183/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,404 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 4,471 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,403 (35,870 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
826,533 826,533 00000000000000000000e6fc443c73cd6b9fdc2eddd9e32cfddac6f1157ebf27 1.69 MB 3,858 44
826,532 826,532 000000000000000000036afabb5e6e74b13a7d3dbda17bfd92fbaaaf38fdfc3c 1.73 MB 3,961 55
826,531 826,531 00000000000000000000e84e11118b17d2d0d20bb47d80215b046c44d483f460 1.76 MB 4,977 43
826,530 826,530 00000000000000000002c7744c4156ab19a16b857a9976832a94360d2aa1a3bb 1.80 MB 4,337 40
826,529 826,529 00000000000000000000818cae91ec6e1fb624cfe04b5d93132756c669656c1f 1.69 MB 4,483 48
826,528 826,528 00000000000000000002a28d6e42a52050c498763666c128b3bf892a2fd82bf8 1.79 MB 5,017 43
826,527 826,527 00000000000000000002a1722885311881862600f8a46afb00f76e713d4c48c5 1.63 MB 3,145 41
826,526 826,526 00000000000000000000ffef0f073a91ea75007155b3700baad211e63bf38ffa 1.75 MB 4,085 43
826,525 826,525 0000000000000000000117c37a377f82497209b28b1413c29fefa75a066ad535 1.80 MB 2,673 46
826,524 826,524 000000000000000000033890d86fa69de2d9bb5b180adce50309339ba74a5184 1.82 MB 790 41
826,523 826,523 0000000000000000000231fca53045cc427f5f6c032abaffa88dc0933ce4d63c 1.60 MB 3,065 51
826,522 826,522 000000000000000000014f8c9655d063e5a70c8bb8b6c3fa0ee1ffd093b01468 1.79 MB 2,178 45
826,521 826,521 00000000000000000000579ee8a4629a73743942b14a35e0917d8ac2225acc86 1.67 MB 3,532 55
826,520 826,520 00000000000000000000cdff00c87730f00192ef9d28f38ed5c15a0c917d39de 1.65 MB 3,299 53
826,519 826,519 0000000000000000000295ca62b7d163f0955197217eca16e7f1a96b59e7f42c 1.57 MB 2,622 70
826,518 826,518 000000000000000000014ed355cd08343f60fb13ef818dc86d449794f3066cc7 1.64 MB 3,935 59
826,517 826,517 00000000000000000003ce8bedb96d96aeda6dd054485c334dd45554f0e22ad5 1.79 MB 4,147 36
826,516 826,516 00000000000000000000af5d09baed75034f0be1bfe3bac14b7964f330042694 1.67 MB 4,174 49
826,515 826,515 00000000000000000003baf67c020f89a6b94433a9c81f869c44fb93d404266e 1.67 MB 3,497 65
826,514 826,514 0000000000000000000057ddef5f3044b14dcfa7a1e1932c0c3e69cb18185fbf 1.55 MB 3,304 57
826,513 826,513 000000000000000000010e5865d5aeebb6eca43f79ef2092edff04a05a91928b 1.72 MB 4,282 50
Previous 10 blocks ↓
Total Size: 684.93 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,367.23 GB sent, 104.51 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.