Memory Pool Memory Pool Refreshing

38,979 transactions
33.47 vMB
Show Random Selection Loading Transactions
Max Size: 197/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,685 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 2,711 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,684 (287,484 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
575,200 575,200 0000000000000000001732a123dfa3f9398a4a781c52d2722995c2a1ef28f2b1 1.05 MB 601 60
575,199 575,199 00000000000000000013bdbd03e9bfb4681ec28b85713b491ced5f952c09b9f3 1.18 MB 1,736 54
575,198 575,198 000000000000000000124e94efe0c9c52d4927f3950d91daf41f5bf362857e58 1.26 MB 2,515 71
575,197 575,197 00000000000000000025b5610c4fdb00dd64b23b8a450ff2bfeaae4353798e75 1.24 MB 2,015 95
575,196 575,196 0000000000000000002890eadf20a8bc36b1f11f06e1f11565228ba727def0d0 1.30 MB 3,526 105
575,195 575,195 00000000000000000024606adcb0f1ea5f6ffdeaa8d8f60bc7f68a3bfb4a23dd 1.31 MB 3,669 106
575,194 575,194 00000000000000000023077adddae190e7cb22049fe1f4ab780044791819a4cd 1.19 MB 1,905 17
575,193 575,193 000000000000000000024b19722a980a1462bdbea7083891429692ca9841d63e 1.13 MB 2,764 30
575,192 575,192 0000000000000000001150a0faeae3cbcc444a4acd2a141d05882e05a9b9f030 1.20 MB 2,853 45
575,191 575,191 000000000000000000272d42034c37e7400a9a25733d6f8c9343ac34939bd870 1.45 MB 2,436 75
575,190 575,190 00000000000000000021a9f98b1b5d5d9d3017a780a74561173d26f6d47d81ca 1.30 MB 3,107 98
575,189 575,189 0000000000000000000ef477c1ce718d561896fd6d6a117ae872c384bb563fb7 1.50 MB 2,400 34
575,188 575,188 000000000000000000066a32bd350aa5735bfbe1efea9ac7219352117b2eebba 1.39 MB 2,071 23
575,187 575,187 0000000000000000002249550a8f0e508836caba2bf39a6b7b1e9e67f10a6d86 1.14 MB 2,442 43
575,186 575,186 0000000000000000001676cbb311773066ac2ad37041e6ed56532cd7b5abda0e 1.31 MB 2,018 78
575,185 575,185 00000000000000000004cb78402eb48125698296f4bdf6415c2a6aa43111c31e 1.41 MB 1,397 32
575,184 575,184 00000000000000000003aee6cb89040822bebe910cc9b3d77825760577732c59 1.33 MB 3,087 91
575,183 575,183 000000000000000000299f09fe141f765cfdc0d2b4a5247e5778a93ffa2cd2c5 1.35 MB 3,030 78
575,182 575,182 000000000000000000146d2e3526d384ad4fa0d15956bcb35cbafe18d93ae772 1.32 MB 3,223 85
575,181 575,181 00000000000000000004d1a7fc965e6012e2a54781fa370b76913ec021050c51 1.26 MB 3,195 44
575,180 575,180 0000000000000000000b5e6792d95e4320536ac59b9210e4ca3d722fecf466b3 1.24 MB 2,585 46
Previous 10 blocks ↓
Total Size: 685.48 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: 1,383.24 GB sent, 108.74 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.