Memory Pool Memory Pool Refreshing

1,027 transactions (0.35 vMB)
  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,108 00000000000000000002349e0000000000000000000000000000000000000000 0.35 vMB 1,018 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,107 (868,714 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
40,393 40,393 000000000c4a3c16533080a4d4bd3853fdc72e249338662b627ebd7a11a0aebe 0.00 MB 1 0
40,392 40,392 0000000026f95c32cf910e176e2cca49b8f07d88c9c2171a25f9fa91b2060ffc 0.00 MB 1 0
40,391 40,391 000000000689ec4e15c8b75fd035f4a4f409a0c1d948bb85b335e0be32bb68e1 0.00 MB 1 0
40,390 40,390 000000003eef018ad1bf50a8d811748249928961a162a318788926d73acd6d7e 0.00 MB 1 0
40,389 40,389 0000000018f616ca314a36eab87353eb8ac15f5c1776e7a198ff360449236a05 0.00 MB 1 0
40,388 40,388 0000000000bdde76c981e28378138eab9ee6edc1f8949249a97521fa5757ba47 0.00 MB 1 0
40,387 40,387 0000000044e5923d967977346116686d6a5911b3352fe3b18986cb0669a4b6c5 0.00 MB 1 0
40,386 40,386 0000000041eaf02944ddfa81b38908bb0d88bb8f5b4c48ecc9ded39a345eb736 0.00 MB 1 0
40,385 40,385 000000004f0a2e4bf045f8b545add7a3e7808eb19f94f7f3d2959e8bc4759612 0.00 MB 1 0
40,384 40,384 000000004f904c78db09293041567a68aeb4a35c19cbddc4820c87044d1b4fad 0.00 MB 1 0
40,383 40,383 0000000046cf43b235de54442b58ff704e11d9ee4b98f604aba3010e33ca7921 0.00 MB 1 0
40,382 40,382 0000000015043962dbc3beb31b66f1a5f71caac13dcfc5786b52d71cf6cb2e01 0.00 MB 1 0
40,381 40,381 000000001da6547156873b0216293bc03807fb68a993b46f8db08fda657b941a 0.00 MB 1 0
40,380 40,380 0000000063fb105fd1503a7b8403dad2382f4be1982f30d293555ca43b3dc6b0 0.00 MB 1 0
40,379 40,379 0000000012c904e83b37e6c705fd4758ce8a4560eb0ce16402c8b28fb2f928a8 0.00 MB 1 0
40,378 40,378 00000000531f04987ad304e2811fba0fb9e55209b23bdac4b63b7e398c7ca504 0.00 MB 1 0
40,377 40,377 00000000341e6cfe3e0125fd765969da51c1c33107d74b59fc98302f7065ec0a 0.00 MB 1 0
40,376 40,376 000000003ecccfcc8d8b159a2dd0f7726452a9ff298dc991f0928132a6027e7b 0.00 MB 1 0
40,375 40,375 0000000057c4468d9c0e74ec2615919953af3388e0a702db7371e46e7374d0ab 0.00 MB 1 0
40,374 40,374 0000000038588f85920b7167eac827000c0f488191f9618250ec35fc35d0eed6 0.00 MB 1 0
40,373 40,373 000000001caf9c23a70902e2a101646bb88714497a604153edf8b425f90a9a2e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.74 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,923.16 GB sent, 106.28 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.