Memory Pool Memory Pool Refreshing

28,012 transactions
30.25 vMB
Show Random Selection Loading Transactions
Max Size: 175/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,726 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,104 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,725 (255,443 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
607,282 607,282 000000000000000000010fd39fe852fb9447999fa22d4c5be161b460358ece2d 0.33 MB 814 14
607,281 607,281 0000000000000000000272381ab97fd994bb43ccfe7cb3c3950f207d14d8f140 0.28 MB 815 14
607,280 607,280 00000000000000000001cd66b5bdcc5ce77f9e4e36b12ca4c7bfd47f6b9e6be1 0.63 MB 1,852 17
607,279 607,279 000000000000000000158301174ff52c3de52e667c41ad4c71a458cca3afb96c 0.07 MB 187 13
607,278 607,278 0000000000000000000847a0409a802bc7a95a15fa90506d1badd23e37192db1 0.79 MB 1,928 9
607,277 607,277 0000000000000000000c8f1afad28613fa054b8cb8fdf578823be1ee0d73e96e 1.35 MB 2,376 12
607,276 607,276 0000000000000000001341130a22ee9ff5806ca02e4ef91335b5e17bbae46c39 0.08 MB 186 22
607,275 607,275 000000000000000000129b6b473a6e1e838c95f0e6dbd16d9f76a5336cbd3b0a 0.00 MB 1 0
607,274 607,274 00000000000000000009a40306fdab1b556b3e0c74893a5b310aa544177fb58a 1.23 MB 2,401 11
607,273 607,273 000000000000000000103472bac7b62ded8f6dd47e12422374f438b2287b0767 0.44 MB 1,236 8
607,272 607,272 000000000000000000037dbe5aca444661a1dc624d238e72cca0fba976e1f6b8 1.26 MB 2,736 5
607,271 607,271 000000000000000000116ea510fe1e3cebab28e677935ec1080f02da6b7872ef 1.34 MB 2,619 23
607,270 607,270 00000000000000000007d8a1b3c079c94bc232af6698e1c1a02ea3609630fa21 0.40 MB 997 2
607,269 607,269 0000000000000000000a0867e92158dc2c09b7920a76293ffdbaf4aa33edb0ac 1.29 MB 2,180 8
607,268 607,268 000000000000000000136fb02ac569daa4fd24baa9b37f4b8ef7d80e79ded268 1.34 MB 3,121 2
607,267 607,267 000000000000000000059d582d1326807f7fa173b0611a3566d2ba7b9cc81a00 1.28 MB 3,087 14
607,266 607,266 0000000000000000000bc9adf49a30ed92e507970b16d5378c98b08566ac6140 1.20 MB 2,826 6
607,265 607,265 00000000000000000000fbf439c4c2002fc58391f44e06ca7992774e49694a08 1.20 MB 3,130 8
607,264 607,264 00000000000000000006e7a771a935532a0af2d41c0b1f64ab09594d5dfcdec1 1.37 MB 3,208 15
607,263 607,263 00000000000000000006a3f486c36e4b56ec81d75e24a899aa1559a7da6ba4b9 1.42 MB 2,900 17
607,262 607,262 0000000000000000000d5d5052e942fe93f4b80a36bd1842796af75c4bb2f30e 1.34 MB 2,997 22
Previous 10 blocks ↓
Total Size: 685.56 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,387.38 GB sent, 109.23 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.