Memory Pool Memory Pool Refreshing

72,886 transactions
31.60 vMB
Show Random Selection Loading Transactions
Max Size: 189/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,309 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 3,963 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,308 (265,031 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
607,261 607,261 0000000000000000001239a63cfd0c4df495b4aec7d3e237352819375a102036 1.42 MB 2,702 22
607,260 607,260 00000000000000000005568e2b68d4e314f5d9844c4a74913b2e98fafe4e00b6 1.39 MB 1,778 20
607,259 607,259 0000000000000000000c96a0035aace187cb4893d752f3de09b583124fa5c7ce 0.86 MB 1,907 4
607,258 607,258 00000000000000000007f3cac588b2ad2eaab1a719cc88b0445d4f17959b0307 1.30 MB 3,035 25
607,257 607,257 00000000000000000011e7412718423464c6ac9a24cd8f4b4e28b2e72ae163ab 1.17 MB 2,592 10
Previous 10 blocks ↓
Total Size: 703.78 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,620.34 GB sent, 236.63 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.