Memory Pool Memory Pool Refreshing

63,237 transactions
28.90 vMB
Show Random Selection Loading Transactions
Max Size: 172/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,186 00000000000000000002c0700000000000000000000000000000000000000000 ago 1.00 vMB 3,524 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,185 (356,866 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
515,302 515,302 00000000000000000015361409d5ce126dfdaaaf4fff801834b2cd3a58189210 0.87 MB 1,978 30
515,301 515,301 00000000000000000009ce6b7af6b9687e334d13bcbdc075a20fd97fcb5f75c2 0.56 MB 1,356 31
515,300 515,300 00000000000000000033e70b7d8a69f7b5f4cc925d74e27ffe3a6cebc60ec9a1 0.64 MB 1,430 28
515,299 515,299 0000000000000000002fffe052877968d9d08ae50ecd7c53d50cf6c14a5e9f85 0.20 MB 238 13
Previous 10 blocks ↓
Total Size: 703.55 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,602.09 GB sent, 235.07 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.