Memory Pool Memory Pool Refreshing

6,068 transactions
1.99 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,702 (586,409 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
321,293 321,293 000000000000000015b4caebf96b3c1eecb39e7f16ebebeb86e80b2af81113e7 0.33 MB 297 16
321,292 321,292 00000000000000001efacdb2c19988218e45af7a5ccb67ddb993f46186892ecf 0.25 MB 470 25
321,291 321,291 00000000000000001f18a7969a35db877605f7cebe471ad40e5b93474bf6923d 0.16 MB 295 29
321,290 321,290 00000000000000000eb664af5371b983d5e9d174eedb270d078cd68b0c4eb4f6 0.59 MB 983 25
321,289 321,289 000000000000000003e44288f9077c6b6a663cc80a4f9799a89148fdb2977539 0.02 MB 64 33
321,288 321,288 000000000000000002fe026322e3bebc5e0ed673406983b987c2757738c4f1f8 0.08 MB 146 25
321,287 321,287 000000000000000018a6c371b9c6f1c613b35320800b58b18c1daef7da311fbf 0.13 MB 240 18
321,286 321,286 0000000000000000203af7aeaa541127933204c033b638af4d677238ef5824d2 0.19 MB 402 28
321,285 321,285 000000000000000003cb06224fa0d5d61c31aa66177c37f2eb3d2f9971675ac7 0.21 MB 439 30
321,284 321,284 000000000000000020ccfc4d19155aa188a8ec982153ff597d6dce09bb6eb44c 0.41 MB 524 22
321,283 321,283 0000000000000000080c411b8b11ef90f28431de6036da2fbaa4f59a5606ceee 0.75 MB 1,485 32
321,282 321,282 00000000000000000ced50b74b59fd5cf9e696c09392e53f34137546d3dbcd22 0.03 MB 47 19
321,281 321,281 00000000000000002460fc924f3367b2a340703736c94ce1e5b3b2f09d822ef8 0.17 MB 243 23
321,280 321,280 00000000000000001d191b2fb85c630b12f96199a4dc2319d08312183d411c98 0.11 MB 206 26
321,279 321,279 0000000000000000056b00b036cce73164d87e6f6cbcdf67e31f7fb510f080df 0.38 MB 750 28
321,278 321,278 000000000000000020a56d130ac167509a99eac5d5af716ce573f5d576cac8de 0.42 MB 688 26
321,277 321,277 000000000000000011ba14d6e30d678d33d26bef85aa20787562b7464c2f11a3 0.07 MB 150 28
321,276 321,276 000000000000000022ccd929c600ee79d9d396103766b8da1354d6d5e1dc8348 0.36 MB 660 25
321,275 321,275 0000000000000000050c2e7b2a677c3ec16e0167b0264e2d7bb631f0d9bb0c51 0.05 MB 124 27
321,274 321,274 0000000000000000100e5504024219aed1d75ab32fbdceebc547d0972a97d582 0.19 MB 264 22
321,273 321,273 0000000000000000052da05901ea13488723842d52825476bf3629af336e3fa7 0.35 MB 469 19
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.