Memory Pool Memory Pool Refreshing

4,433 transactions
2.40 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,824 (627,288 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
280,536 280,536 000000000000000218d5319e66e1a067f3aae0c7a6e71c16f8533b8bb3f4e2be 0.13 MB 324 42
280,535 280,535 00000000000000008bfba0d7fe92114d8aed2789b4af670ad800a52702db2ecc 0.03 MB 68 39
280,534 280,534 0000000000000000a25f9a6e47dd8996b6ed9edbe2aaecba98be6d27e43990c5 0.14 MB 343 51
280,533 280,533 00000000000000018dfe539c4def0a48f8ba592fb2d80b466598a8354ce9c747 0.01 MB 39 37
280,532 280,532 0000000000000000e0b27dfe7ab3a05f363162f6e81b6b0e522952bd618d23f9 0.04 MB 76 15
280,531 280,531 00000000000000011b2b24ae7051fcbeabd65a8036799d00002de633599b8982 0.01 MB 28 37
280,530 280,530 0000000000000001ff9a9ea957214e7e8bd5aa085c5a136d80e6d016e3c1ff40 0.10 MB 210 62
280,529 280,529 00000000000000008c063cd40041a332abd3397f1f60d3c3dc7cda570a98c4a1 0.45 MB 625 24
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
Previous 10 blocks ↓
Total Size: 769.21 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,634.48 GB sent, 93.99 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.