Memory Pool Memory Pool Refreshing

1,324 transactions
0.76 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,994 00000000000000000002349e0000000000000000000000000000000000000000 0.75 vMB 1,310 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,993 (627,465 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
280,528 280,528 000000000000000250a0546e81e856e1d4c1f479f29303ca6273b1ea7269bfaf 0.23 MB 543 48
280,527 280,527 00000000000000006d961abd366ae93fd515371de93b8a323cf2e46d4cc12371 0.03 MB 77 483
280,526 280,526 000000000000000223c3cf2e019f02a0ba67cad83e138b38ff2ca2a9143b8c1c 0.24 MB 459 44
280,525 280,525 0000000000000000a9d6a2792c7bc5222fa3100eb3b3468ef115653363649c04 0.11 MB 213 38
280,524 280,524 000000000000000097d5963afe8417312294d133192d7cbc4b3153ac2dc5d451 0.00 MB 1 0
280,523 280,523 0000000000000000ff3b69364a8d220c4c49d50b2fa9685e6d8e7fdbe4436186 0.03 MB 82 39
280,522 280,522 000000000000000138cf446e60ebc5ad2b3f91a4909aa3002fc0ce0a7653b3f2 0.08 MB 112 21
280,521 280,521 00000000000000010d6e05f61f0cdeedca5df9a8dabf418922e34fc3f624c7c4 0.18 MB 390 58
280,520 280,520 0000000000000001c136bdb59d057a0de6395d850db23b51b4f0f9630a1ff676 0.09 MB 191 44
280,519 280,519 000000000000000171e8b967b698a8237c0c397ae2f1e87302e0f2be62352b82 0.25 MB 605 78
280,518 280,518 0000000000000001e16c81fbb5a03b0e5e988696a9948011083f35deea36eb52 0.42 MB 992 37
280,517 280,517 0000000000000000029fb6385a9565f4f453c9bd306e9ddd019c577501948ae5 0.25 MB 199 908
280,516 280,516 000000000000000197c217905a62a46c6fccf6a1415fcebb948985d95aae6b5d 0.30 MB 663 147
280,515 280,515 00000000000000010f26ef3d100de15d01cdefa68bd4e7246613a37a01b63c07 0.03 MB 86 263
280,514 280,514 000000000000000008b8e3141f2fd72c82991c7806ad0b551b2ca588247eeb41 0.61 MB 873 37
280,513 280,513 000000000000000264f1d134d8651682268d81ba96a1e4985991aecaf6e48dcd 0.25 MB 334 82
280,512 280,512 000000000000000009cd1007a92acccdf9f51ce7bc08133bbc22ac9a5637c212 0.04 MB 16 2
280,511 280,511 00000000000000013d57ce968a43b288acf46f9253951cd0f73154db991749cb 0.00 MB 1 0
280,510 280,510 0000000000000000b0b54512c019707199bd74978d1f1db23e70a597402a175c 0.06 MB 83 33
280,509 280,509 0000000000000000b6d441c2b1e92a2aa71027e69649d46a11922afe3548845f 0.08 MB 206 43
280,508 280,508 0000000000000001b9370719765decac5d68bbb1f095f136e75dfefbd496fa36 0.28 MB 621 49
Previous 10 blocks ↓
Total Size: 769.53 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,648.13 GB sent, 95.60 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.