Memory Pool Memory Pool Refreshing

11,271 transactions
4.76 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (584,346 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
323,377 323,377 000000000000000011b07afe863ef3171ab58e5a038e9942557f76b7b6028f61 0.75 MB 2,059 38
323,376 323,376 0000000000000000140a0d004a583fd8f981e0be16047481e6b742d041d4dd6c 0.37 MB 704 29
323,375 323,375 000000000000000015f3c1c20b8f96edfb66d746e84cecbea87f3c1c29107561 0.35 MB 429 21
323,374 323,374 00000000000000001440c469dbe17caae19f5143651d742eb83a8262065f4c36 0.19 MB 281 24
323,373 323,373 000000000000000002233fd614f34326da84671670ab3f20cb727234e099d650 0.93 MB 879 17
323,372 323,372 00000000000000000ebcb27430fa5db5f4550768af081445b70c3e2a709279d1 0.75 MB 1,906 40
323,371 323,371 00000000000000001e769747cf123f5fe66998ff66f7e60e39a5198530277b44 0.83 MB 1,443 27
323,370 323,370 00000000000000001c096505f5caa57db690913f8ee2c6c648b0ec9504e6f3f8 0.45 MB 930 31
323,369 323,369 000000000000000017fccd5b96bf2acf7b29fe685a4272d3e80f2f207d7e0bdd 0.25 MB 492 31
323,368 323,368 00000000000000000a5040866a560a1924772872c3d58368d1b99a18a8bb5d1d 0.21 MB 325 26
323,367 323,367 00000000000000000cef4f63e32a0321eb090d04659df186419c11bc643b4f52 0.01 MB 26 19
323,366 323,366 00000000000000000346e214a096074c458b35af65b9d21a511c5d2f55ac4d1c 0.15 MB 330 24
323,365 323,365 00000000000000000b544a12315ded1c4d511e540708cd87f275b992110eb022 0.68 MB 1,206 27
323,364 323,364 00000000000000000900c8d311b9d0b3a7a34460cb265499d9bc67c5b96ec2c5 0.22 MB 391 25
323,363 323,363 0000000000000000018e9b738028393c0df679d88f33417334467494ac5f296d 0.06 MB 40 4
323,362 323,362 00000000000000001614622e66b11f16f47185ce9d23df57f8886399cc3cad18 0.17 MB 133 13
323,361 323,361 0000000000000000126008b3efaedd119f5afd39aa09090a49394ee4dbb45754 0.22 MB 218 13
323,360 323,360 00000000000000001022bede3f6a03e1e565278869e063556455833de6401835 0.44 MB 683 28
323,359 323,359 00000000000000001d77bccc0f7e7569d35b1e9feb5e0cd91c650eca7aff88db 0.66 MB 473 13
323,358 323,358 0000000000000000133eb8d763cadaf7bdd9ebd20f2781968a79b30cac6d6c18 0.34 MB 1,024 45
323,357 323,357 00000000000000000433c3d41dcf2ed0acac64ac52654fa5908144401335227d 0.34 MB 565 31
Previous 10 blocks ↓
Total Size: 769.03 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,625.10 GB sent, 93.02 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.