Memory Pool Memory Pool Refreshing

2,800 transactions
1.20 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,770 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,096 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (558,660 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
349,109 349,109 000000000000000004dd750510dc9983248435ed7cea52d3f14a684d747099b8 0.30 MB 552 24
349,108 349,108 000000000000000013e168e3e3c65c24cebc951b2e3fb49e403e9c7966d8f80e 0.42 MB 732 25
349,107 349,107 00000000000000001466baced418a4cbdc4371b993caed1d6c7db3ed74e8dabd 0.03 MB 64 16
349,106 349,106 00000000000000000c472e72439064a11ee69b8ea61bb5abc9f44e1a2de15c16 0.19 MB 300 25
349,105 349,105 000000000000000010b44d295c3628faddbd9a64b91171f2508e4c2073d327a2 0.02 MB 46 29
349,104 349,104 00000000000000000259d7782267226707071f974ad06a4ac9dabd1be15f23ce 0.01 MB 32 24
349,103 349,103 000000000000000006cc033b4cee196a4db42fcf0494bf271a01446c359dd57d 0.42 MB 900 27
349,102 349,102 00000000000000000a61cd0d963641948cf11967cb89e827eac0682be64c9d17 0.10 MB 190 23
349,101 349,101 0000000000000000059798e31d0683152b6cb3d1f4213b996af1c0fd0a6e3ef3 0.10 MB 131 16
349,100 349,100 00000000000000000e2746613193ea27b54fd300a3c88c51d8b2906a355bb68a 0.38 MB 638 20
349,099 349,099 000000000000000013d821a640f7907c2ebc5293c5fa9a772caff370907c0f2f 0.50 MB 1,059 29
349,098 349,098 000000000000000016ddc020ac30302355f3db6e1e05ada9302391f367f6ce49 0.00 MB 1 0
349,097 349,097 000000000000000003dc3e8d137716c0ce9c1d599512d874a6135568b1abe692 0.05 MB 109 27
349,096 349,096 0000000000000000169f9d6b9962023288432ccb2711434224d77cb0e8f9f535 0.16 MB 327 22
349,095 349,095 000000000000000009f3bf474c21742106efc5da4c7cc1aecc7a184d256c82b5 0.50 MB 1,060 30
349,094 349,094 0000000000000000112ef7c396cc72541e794a144218a0b66923f7f9dcd2a166 0.09 MB 140 25
349,093 349,093 00000000000000000cdafe697e6e28fbf9093aed797ae215c0bb85120c0eabda 0.11 MB 174 20
349,092 349,092 0000000000000000175498a665b71c50caaa2f958fffd0453013c85f932a6397 0.05 MB 128 36
349,091 349,091 00000000000000000eb4e663c5f1154030cc7b13b0f5f117ddadd869c2f8abcb 0.17 MB 230 20
349,090 349,090 00000000000000000430411613019a76e580678aa225560b8ce427a36b645daf 0.10 MB 140 14
349,089 349,089 00000000000000000d1e4f2d912280bf456688965055362e25adef774bcb884e 0.10 MB 164 20
Previous 10 blocks ↓
Total Size: 769.11 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,629.59 GB sent, 93.44 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.