Memory Pool Memory Pool Refreshing

10,295 transactions
4.68 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,345 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (609,408 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
298,317 298,317 000000000000000044cc8ee9f7a24a058b641ce58e817dc26c1be079de2e9f03 0.06 MB 104 19
298,316 298,316 000000000000000067f787bdca509a5026d93c35b7798610cc0ddaa16f008c34 0.33 MB 627 34
298,315 298,315 000000000000000030bf5fbecc2c88f7e5d95f7f3b0e97acee73cd147aa20418 0.03 MB 61 21
298,314 298,314 0000000000000000885b6bf18626447ea0a318d70099532f67b682145b4fbd21 0.03 MB 64 32
298,313 298,313 0000000000000000531fa57c37c25c4ad58ea47be320c01f064f7678f4df666a 0.06 MB 102 14
298,312 298,312 00000000000000004f0e58a2f41a045084f2d602ff5dfb74bc0d832ed7ebfa91 0.36 MB 209 35
298,311 298,311 0000000000000000771b468227dae378bfdf43d62f30d79d9e771ff82935e48d 0.35 MB 316 22
298,310 298,310 00000000000000009b025f2e4c2f9f0bba60d75087935d169cb157aa6d3c2ee6 0.13 MB 128 41
298,309 298,309 0000000000000000985b0eba7d7e8550a58d66a6cab2380cffda97aa5854d5ae 0.92 MB 1,181 47
298,308 298,308 00000000000000004d352bc78981d8d8043d919f52a6b3325090b5a7f64493b5 0.35 MB 509 21
298,307 298,307 00000000000000003a3235e55490d6db485abbdee33f637c3a46421e7bfe49f2 0.38 MB 1,024 48
298,306 298,306 00000000000000008176cc983b62c3a769bd19a65d8dcd401a7c2e8d4786f35c 0.19 MB 375 30
298,305 298,305 00000000000000006a00219bad60625dbf88324746f76064b2a47d65331d0cff 0.83 MB 974 20
298,304 298,304 0000000000000000575218eea2b2fd8dd3c2a60f9c86209cec0d6c14b9b71017 0.25 MB 588 29
298,303 298,303 000000000000000024ffb890c7dd3c300c09bec113c824409239afbff48cd51f 0.35 MB 968 51
298,302 298,302 000000000000000008f526a492fc466bbb6f84ce60c399f3f6e7519535b68b10 0.25 MB 819 59
298,301 298,301 000000000000000023ef0c2b68efd04b64074b20cc135ffb562e22099062e6a4 0.11 MB 136 21
298,300 298,300 000000000000000045650a49c73c31abbb8f3b12680ad84311f351ccdda8d7bf 0.35 MB 708 38
298,299 298,299 00000000000000002399e9d3bd9a63bd4f78aeaa2dbe3258637b22a8987105fe 0.05 MB 110 12
298,298 298,298 0000000000000000993b795637328bdb16ce6b4ae62be1f78d708ad36731d9b7 0.02 MB 50 36
298,297 298,297 00000000000000001ec05c5508bed69d287f9fb37eaec44a970938baea878765 0.29 MB 396 22
Previous 10 blocks ↓
Total Size: 769.03 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,625.73 GB sent, 93.04 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.