Memory Pool Memory Pool Refreshing

53,367 transactions
23.32 vMB
Show Random Selection Loading Transactions
Max Size: 144/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
871,726 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 2,833 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 871,725 (356,402 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
515,323 515,323 000000000000000000174d0f60bed88951574699cee97160ba3cad59199ad01f 0.78 MB 1,401 40
515,322 515,322 0000000000000000000ea37f87e9ada4e73a7dadf6102b14c8880d9c66166155 1.40 MB 1,897 15
515,321 515,321 0000000000000000004f204d9b88941315aeb714fd170d7c7551e8e7397c4056 1.43 MB 943 49
515,320 515,320 00000000000000000005318b3f0da32c18083dcc074f2d38ac57d39fb95083b6 0.26 MB 470 24
515,319 515,319 00000000000000000046ab2fc414b57dcc7008f0f07719290378f96e4f71a879 0.91 MB 1,513 26
515,318 515,318 00000000000000000016205572fcd29278610b6a5b19ab734d3d26c6d592535d 0.04 MB 80 39
515,317 515,317 0000000000000000002c021ee3197aebbb2c6e148d7bf3b852ca417225e1ba91 0.82 MB 1,301 6
515,316 515,316 0000000000000000004331ada65a4af91d60cd764375a997a4a054c80a568c6b 1.12 MB 2,306 64
515,315 515,315 0000000000000000002047de5f0d07911347e8596912ca62e077df49e71083d1 1.01 MB 1,140 15
515,314 515,314 000000000000000000308ef88b0b0d651eaa78d77d3e808e455bae1d74850ade 1.11 MB 2,348 31
515,313 515,313 00000000000000000005a5f4228edb6fd465371b0647a37ca7dce53c9d432b03 1.13 MB 2,070 49
515,312 515,312 0000000000000000005011ac371c9750837989a02e0077ae864bdc7a44447fa3 0.29 MB 671 28
515,311 515,311 0000000000000000002033db97de1bf2ed580c79789e8046cf6af03fd0fd3292 0.49 MB 858 34
515,310 515,310 000000000000000000235b748a93e0809838b43cfe69034257a18abc17b810d6 0.13 MB 308 29
515,309 515,309 0000000000000000000b062c18b976070424318559b3f6dcf81fdc9218e50920 0.94 MB 1,648 32
515,308 515,308 0000000000000000000be8417cc5002c4ac1fba0404fbbf1ce08c1473eb02a0e 0.23 MB 536 23
515,307 515,307 00000000000000000015945a24d4085bd0678d0c019f7f74c0284e907ca4279b 0.03 MB 66 18
515,306 515,306 00000000000000000005cc69742fd65d27e2428ae61b6febd46473fc8839f376 0.54 MB 1,074 31
515,305 515,305 0000000000000000001523f28de3fe6218b2323f33bbe76f8f8d7f0c0d897ecf 0.86 MB 2,230 43
515,304 515,304 0000000000000000001d4bbc5778b65c1a48483ed9aa32ec80694276f3e251fc 0.29 MB 585 24
515,303 515,303 00000000000000000011d737067722ce4557aa54aa5942d45e0950ff6a10e208 0.97 MB 2,319 33
Previous 10 blocks ↓
Total Size: 702.68 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,558.62 GB sent, 229.29 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.