Memory Pool Memory Pool Refreshing

43,375 transactions
32.36 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
863,494 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 2,922 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,493 (34,519 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
828,974 828,974 000000000000000000038828ecd6b5cf4203e584ab90bb187e36a038a9824210 1.58 MB 2,801 61
828,973 828,973 00000000000000000003b46cc1b0fec739ca2d8e09d397e2fb12dc90f143c538 1.44 MB 2,037 48
828,972 828,972 000000000000000000012c5b5586bd7f3f30c97b758598afb8fd082a96b25061 1.21 MB 908 33
828,971 828,971 0000000000000000000337ae4337e9957893070380cdb2573ae4d1e3c5236829 1.25 MB 1,119 34
828,970 828,970 00000000000000000000434b97b96c9fae02f9c3d6ca9aa93bb72d8947de94f7 1.21 MB 1,086 25
828,969 828,969 0000000000000000000284bce842ba2eeed5cab55d31470f3d2715c644478ac2 1.54 MB 2,723 54
828,968 828,968 000000000000000000034a99f5e65a68a1f11e5c3ee3b35776186467d7acabfb 1.17 MB 748 28
828,967 828,967 00000000000000000001fa6e879aa3747cec72eee2007ab6c939a90c92136581 1.37 MB 2,018 39
828,966 828,966 00000000000000000002929294d33a04e48b6a86d918bd07a9b01fa5d531f590 1.30 MB 1,230 33
828,965 828,965 000000000000000000033c0cf5a28bbdecf20d3b86d30e8d3c00558e2ef7328f 1.46 MB 2,244 42
828,964 828,964 00000000000000000000c5766f2895968a0b52efa632d1af1cc7a41d301fbbd2 1.07 MB 463 29
828,963 828,963 00000000000000000000ba34a3d8f4c0455144a17498b82916e544500c4eafa6 1.18 MB 978 33
828,962 828,962 00000000000000000003833c9008c26606d5c7e6f9aea61461e21a8ba7ba2f94 1.10 MB 486 29
828,961 828,961 00000000000000000001c658c13b066d02a582a285e059b37848c84f8192e3b6 1.51 MB 2,016 53
828,960 828,960 00000000000000000001197593d949c6247678c002dbd60fa3d12aa73b09c375 1.15 MB 795 33
828,959 828,959 000000000000000000020d538a9c8dc6517d2493e19c3bebd2435de34d472ad6 1.18 MB 955 32
828,958 828,958 00000000000000000000c3df659a29539baaa6407526c0c033396f6fed0134f3 1.20 MB 1,062 35
828,957 828,957 000000000000000000022f49eb789bc6d13696293482823518e8987ca38eca7b 1.42 MB 1,246 28
828,956 828,956 00000000000000000003594423979d27fa9906f10b2ee838cbfda1c4386050a1 1.65 MB 2,900 80
828,955 828,955 000000000000000000006d885ae3fa1da51c167adb765f1981c67d9ac3089c0d 1.65 MB 2,602 58
828,954 828,954 0000000000000000000319e76e4f5d698e87a273aec38d1683d6c59fbc7c2c4c 1.29 MB 1,447 41
Previous 10 blocks ↓
Total Size: 687.06 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,505.87 GB sent, 118.83 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.