Memory Pool Memory Pool Refreshing

8,223 transactions
4.03 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,805 (711,607 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
196,198 196,198 00000000000003d560434592ef2f8e085bf8efd7970b67f7f88807b4702c5e5a 0.03 MB 69 134
196,197 196,197 000000000000026a75f994cd1e6070c506e21234c6c17442eecadbb1015bdaa6 0.22 MB 512 132
196,196 196,196 000000000000011a4403588474464da2cf9f62495cbc3e54451c8af3dc3170b6 0.00 MB 10 66
196,195 196,195 0000000000000516a7c083464468283571e249a1d42e4ff0f436f8e747a2048a 0.01 MB 37 83
196,194 196,194 00000000000002bb53789e4edcf1e5fd37572d694511e01bcc55f744f4634d62 0.00 MB 16 40
196,193 196,193 00000000000003d30913575ca467796387efd1d3b571ee73779309fefca28ba6 0.03 MB 57 126
196,192 196,192 0000000000000112cee0259583dc0edb20cdbadd6abdbc83b992c721a7059001 0.01 MB 26 111
196,191 196,191 000000000000017732eeafb317329aeee1029844cec260309ec52e1bfa6a174e 0.11 MB 258 105
196,190 196,190 000000000000042e70d2a3bb812f55961abedb055571ce91c275cecf9e3931b9 0.00 MB 12 314
196,189 196,189 0000000000000259b7af200fc0fb1e6a8d9e7539fdf145398f41aa1b2f5fdeb0 0.14 MB 355 189
196,188 196,188 000000000000068af960d4f6929497236eefc465486c0a2e3857c2eafe0d8320 0.16 MB 395 299
196,187 196,187 0000000000000379b3a11ddb9fa01b7f833b78118fd7891e4ca30f622d25bff4 0.04 MB 142 47
196,186 196,186 0000000000000150be6c78071467ddd6f1a50c5cb42b08827b909bec7944fc79 0.03 MB 77 119
196,185 196,185 00000000000005d0927eeb23d5ea126f2ea4c6fb6f7e82a3847d1e6826f85f24 0.15 MB 512 29
196,184 196,184 00000000000004c23c16c51df78b05cc8c73eef10eb139f0ed58226a25437246 0.01 MB 38 95
196,183 196,183 000000000000051b9e90bd3be91a069d27739af741b348cf066c54bc1231d92f 0.02 MB 58 668
196,182 196,182 0000000000000163a9efc3a4c15a145aec034456456a247475a1a50f64d4ecc4 0.08 MB 193 235
196,181 196,181 00000000000001b08840111678fdbc1ac022e8e49683c6fdb406fe74dfc6f4a5 0.05 MB 134 203
196,180 196,180 0000000000000497075d8847b3755889b57895031b006c71b87c6785c7f8001f 0.04 MB 128 22
196,179 196,179 00000000000006de971b6d49bfb968774987ba5db89c267770249b78bfbc9d51 0.06 MB 126 82
196,178 196,178 0000000000000666518d22b953feee5a90762d9cf5026c59c11dc48bb05cff69 0.15 MB 351 192
Previous 10 blocks ↓
Total Size: 769.17 GB

Node Information

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