Memory Pool Memory Pool Refreshing

62,312 transactions
31.42 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,406 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 6,328 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,405 (100,286 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
763,119 763,119 00000000000000000003e89b831a1e830820b1ee188d5adfc84aa7cd7fb5ad2f 0.40 MB 355 10
763,118 763,118 000000000000000000045cc7824bc1c3c68136f848bde3aa4c6993850c8ac42b 0.81 MB 848 11
763,117 763,117 00000000000000000001e95832eae0a3a68714eddcb382d12b7088149b315c64 1.63 MB 2,423 14
763,116 763,116 000000000000000000031d2c226345ebc1ab473c0c56699f54856153b45a307a 1.50 MB 2,606 15
763,115 763,115 000000000000000000019a7d865bff1d240cf4241bcd9d383ca2eb49322e95d5 0.81 MB 1,181 14
763,114 763,114 00000000000000000004deda08383e6a10ca7eb189e7b0a2f23c026151240aec 0.93 MB 1,463 16
763,113 763,113 000000000000000000028d013181e7071f19aa3696ec04dc2b67f9efc63fdcd6 0.34 MB 399 11
763,112 763,112 00000000000000000001f43b3428f647de01534a41d6a4a0d5ca4157ccb439f9 1.04 MB 1,429 15
763,111 763,111 000000000000000000057ac7f94c7cb34271c2245f52653a99aa9bc152ee076c 0.80 MB 255 3
763,110 763,110 00000000000000000005d1413c91f2d3624d4bb58ae1fcefc867ed1b744319a2 1.28 MB 1,449 17
763,109 763,109 000000000000000000010545f65f7cd0684050c80797556251e026ab6ad1c9a0 0.17 MB 137 8
763,108 763,108 00000000000000000005552f13301527f231d9fd3bfd2eccda1743665f9ff6e5 0.19 MB 322 15
763,107 763,107 00000000000000000005e6eda6680c1b8be2d1846ddf523daf2f3e6dddf6dd42 0.55 MB 707 14
763,106 763,106 00000000000000000000819781943185218a189a312b8e4b5cab6e343987bcf5 0.13 MB 245 17
763,105 763,105 00000000000000000006b48470b4ba0e43ed12f8e0d658b19b1211ea1d724069 1.30 MB 1,347 13
763,104 763,104 00000000000000000002f07a7be8f1537abdc9337195db8b537ba06f8e1a9a27 1.37 MB 1,748 14
763,103 763,103 0000000000000000000187fd880fa4d802a0c5323995f476ee0f53da2ba84f71 0.53 MB 684 12
763,102 763,102 00000000000000000006104f10f84591c0394d93c97e889ec22627ea077a2461 0.04 MB 90 18
763,101 763,101 00000000000000000003ab3cf00417a2373d49346c1802691b4aca4248baf06f 1.62 MB 173 1
763,100 763,100 00000000000000000002df08047d4362fc2b8605ab2d177c2e67ff4f520ade7f 1.41 MB 1,862 15
763,099 763,099 000000000000000000042afc6d60eade962f9b407becf2def7fcf16a66588b1a 0.16 MB 219 16
Previous 10 blocks ↓
Total Size: 686.89 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,496.48 GB sent, 117.71 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.