Memory Pool Memory Pool Refreshing

49,524 transactions
19.91 vMB
Show Random Selection Loading Transactions
Max Size: 116/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,399 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 3,997 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,398 (148 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
870,250 870,250 00000000000000000000c31b77291fa0723929a81d7587a3adcffedbfb800dcb 1.81 MB 3,395 9
870,249 870,249 000000000000000000011c940b11dd146da4a7c9c3f82ac78d4ad8c3182558ec 1.77 MB 2,807 18
870,248 870,248 000000000000000000011700fd9122609bae164b32d16348e389e31ae3c54b37 1.88 MB 2,655 16
870,247 870,247 0000000000000000000088e99a1dd4984abef9fb27aed182864d4c3dff086bdc 1.34 MB 1,855 10
870,246 870,246 000000000000000000008c498098720b2eff15585b04109291a159419cf1c08b 1.58 MB 3,754 19
870,245 870,245 000000000000000000012dca0d41870c9ddb6e1e36ef3c35c56fd06b4507d7ce 1.64 MB 2,767 10
870,244 870,244 00000000000000000001b307fad5317bd46f07c377a28be09053270388e0abc3 1.62 MB 3,274 15
870,243 870,243 000000000000000000008228c7c69dc31c1cc4f854e879529e39dd3dd27d2281 1.56 MB 3,184 30
870,242 870,242 0000000000000000000152063e6bd2ee918d4202d702d05f3fc3bfe34d5f5458 1.48 MB 2,607 15
870,241 870,241 000000000000000000016797024fe61fabae4baa2e31fcbb5acdbe8e3b849800 1.61 MB 3,800 19
870,240 870,240 0000000000000000000168347e6d3c701b64896d57caaaa128be68fc5f691ab1 1.58 MB 3,288 21
870,239 870,239 000000000000000000017a163260fa838d94714af42b95169435011f48a9fa9e 1.43 MB 835 8
870,238 870,238 0000000000000000000008c32d6cf7a2aa3e51e359b5d77e50bc8b8f6d6f1033 1.63 MB 3,443 16
870,237 870,237 000000000000000000000cdc9e92f1c35451e10149d7f2cb59e33036d90213b1 1.72 MB 2,787 12
870,236 870,236 000000000000000000013997604a2ede58c0804b2f49bed33294eba86f047be6 1.37 MB 3,311 15
870,235 870,235 0000000000000000000051f9bcbda61fbb4aaa74161075a4cd4a0975ea5742ae 1.56 MB 4,240 18
870,234 870,234 000000000000000000016889581332c741431475ac0c1dff7d130db61b0478ec 1.56 MB 4,659 28
870,233 870,233 000000000000000000016afaf57ec22f75fec1068b8102dec389ff5904dbc84b 1.49 MB 6,219 22
870,232 870,232 00000000000000000001f67da3ee2c3e03d46f0287e6ea82747291034e82e705 1.57 MB 6,045 19
870,231 870,231 000000000000000000006250f90843209e81fa3dfefc19e7381d123c6d6f31d9 1.58 MB 5,576 23
870,230 870,230 00000000000000000001cef93cad60767c013c0529879c6517728993b9cbdcf1 1.48 MB 6,852 26
Previous 10 blocks ↓
Total Size: 700.20 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,268.06 GB sent, 211.60 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.