Memory Pool Memory Pool Refreshing

54,002 transactions
20.95 vMB
Show Random Selection Loading Transactions
Max Size: 133/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,127 00000000000000000002c0700000000000000000000000000000000000000000 ago 1.00 vMB 4,277 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,126 (121,804 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
750,322 750,322 00000000000000000005e1a52b058cbedb8929550bce57c8917d82451f7abe8e 0.71 MB 665 5
750,321 750,321 0000000000000000000912a0e64c90ad0966dd76d6db9c2b9faaccc444158897 0.63 MB 917 8
750,320 750,320 00000000000000000005b0636588eb55f511a46a35cc17ebb03e9df203444c7c 1.50 MB 2,423 4
750,319 750,319 0000000000000000000883b0e41e35befcb874ebee63cb82bbddfb0ddf3c829a 1.32 MB 2,269 15
750,318 750,318 0000000000000000000639781bc60b7012da2d387799f0c4dbe138ea0f9612ef 1.57 MB 2,709 9
750,317 750,317 00000000000000000009a74502712197908b9689ed70ed2e3c18187a313bc54a 1.20 MB 1,706 9
750,316 750,316 00000000000000000008fc0ea3d6b030eb9ea182b92b689d54192d733e8b498b 0.35 MB 268 6
750,315 750,315 000000000000000000052012a1089a0e3ca0ba4e3ef8d4e546b04b09cc7e6959 0.83 MB 1,670 10
750,314 750,314 0000000000000000000632939173f247537fccf44553dd7988b565681b280ec0 1.08 MB 1,924 8
750,313 750,313 00000000000000000002457d46d3cf2404fc62b7fb2119fda96bae411ae5975c 0.99 MB 1,957 8
750,312 750,312 00000000000000000003daa8a27cc1b0dea23a9d6f75393aa1d189117b28d6fc 1.51 MB 3,117 9
750,311 750,311 00000000000000000006cd80578e88bf1ea2d2042f598a98197eaee335e6d41d 0.63 MB 1,255 8
750,310 750,310 00000000000000000006d3f7d76989b1a47d0e9e831a00d35fcb0aeff0ba6f9a 0.32 MB 532 10
750,309 750,309 000000000000000000085cd7c3499c54c9c56b4106a3519fbb1725d266f688ec 1.36 MB 2,142 8
750,308 750,308 00000000000000000004fc696826573d013043cb7c994d78453bfe7654df624d 1.69 MB 2,266 7
750,307 750,307 0000000000000000000404d2e726019f4180b1599c4c82a8a9b2fb90d17dac00 1.25 MB 1,385 11
750,306 750,306 00000000000000000009dd746277e15acf3c4c3e75da657e17113f8061dec256 0.94 MB 870 3
750,305 750,305 00000000000000000005904e4073286ce5a329157bedcc3eb105990dbbf674f3 1.54 MB 3,039 7
750,304 750,304 00000000000000000008eae23120bf8faa2e8115cd68c024651b8e0bd7129276 1.55 MB 3,022 17
750,303 750,303 0000000000000000000983c526a73d8e93d68add31a5b01269cac403356059d5 0.21 MB 374 7
750,302 750,302 00000000000000000005281cba40e0ec42075a337b3e124cf3b0dcfdf82069a6 0.56 MB 952 7
Previous 10 blocks ↓
Total Size: 703.44 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,591.98 GB sent, 234.28 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.