Memory Pool Memory Pool Refreshing

45,704 transactions
26.66 vMB
Show Random Selection Loading Transactions
Max Size: 168/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,618 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 2,934 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,617 (235,328 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
627,289 627,289 0000000000000000000b49bf80c038280124bdf60d3c67016cf50df00bce0deb 1.37 MB 2,466 34
627,288 627,288 0000000000000000000ffabf20101445a9c7e676ee864242308f1633cb5796ea 1.18 MB 2,676 13
627,287 627,287 00000000000000000010ac1f451525d4b54b0e2a0f678e33adecbf0bb93d4f95 1.22 MB 2,976 13
627,286 627,286 0000000000000000000178c9a4249e7109732ac895861d56e89e668a32d1f91e 1.34 MB 2,235 34
627,285 627,285 00000000000000000001a08570fea024d8f540764a55cc1495fb774f419edc5f 1.07 MB 2,590 6
627,284 627,284 0000000000000000000c0f938ef466cc516891ac17b3525297c834178912a310 1.21 MB 2,754 19
627,283 627,283 0000000000000000000e84faae883f9f392fcc410f6c46383c29a8ccad9a37e3 1.33 MB 2,694 24
627,282 627,282 00000000000000000011822fea1d7e4da5f8930b80544bc471a4562ccbe900c2 1.35 MB 2,475 32
627,281 627,281 0000000000000000000ff687a65ca3ff6bbe1005771fecd4a261a12d8cffe497 1.26 MB 3,131 44
627,280 627,280 0000000000000000000ccfd38a6bb033175112d5238f0d0c043dc285f73ab3f1 1.14 MB 2,519 12
627,279 627,279 00000000000000000007b2876ac26a996091200ef15c665a4c706f4bf2e52697 1.17 MB 2,982 17
627,278 627,278 00000000000000000002edea14cfbbcde1cdb6a14275d9ad36491aa5d8862747 1.33 MB 2,375 29
627,277 627,277 000000000000000000028dbd5c398fa064b00e07805af0a8806e6f3b6ffce2c0 1.26 MB 2,934 23
627,276 627,276 0000000000000000000b765fcf7f744ed0ac934f5f4c38f6da16af22febb248c 1.46 MB 1,807 26
627,275 627,275 0000000000000000000861d9fe17db30d1e58e3b1424f64053b339b42ad07e38 1.40 MB 2,917 36
627,274 627,274 0000000000000000000aed98e1d63038a5542dffed78b6b20f359b2fd95ec00c 1.34 MB 2,878 37
627,273 627,273 000000000000000000033a2c1b6999e1a2a807ab128c92556bd55aa45b56bf12 1.41 MB 2,361 35
627,272 627,272 000000000000000000046b0e3c04bf0d58e2d81ee7b8fcbf88e229b8a5dcae04 1.26 MB 2,907 43
627,271 627,271 00000000000000000009159a8f1aa246c5bcf35709f080e13ac51ef980404975 1.35 MB 2,561 34
627,270 627,270 0000000000000000000dc6156710b808f975f399d18c10872b76a206dbb1db3b 1.76 MB 407 3
627,269 627,269 0000000000000000000d69ed003f838c2f95010bba8d1fb96c5d48d87faee86c 1.56 MB 1,293 2
Previous 10 blocks ↓
Total Size: 685.35 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,380.23 GB sent, 108.00 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.