Memory Pool Memory Pool Refreshing

36,169 transactions
31.88 vMB
Show Random Selection Loading Transactions
Max Size: 180/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,003 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 4,032 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,002 (56,719 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
806,283 806,283 000000000000000000039726ddbfa1aac2d1859c03e73585c0a38f134f76c94e 1.53 MB 4,335 16
806,282 806,282 000000000000000000005c96d1f214435b35e80dab5240d2fa4010a9791dcee0 1.40 MB 3,300 14
806,281 806,281 00000000000000000000a938fc3e7b78ab21b2c2be21088bef7d9b23bf0fb357 1.27 MB 1,811 16
806,280 806,280 000000000000000000028ee2f1668e346cdf974cf94e302dd02998439d4ec30d 1.87 MB 7,615 13
806,279 806,279 00000000000000000000646a6db562bfb958bb12d5a2851ac5da43ec696f425a 1.27 MB 1,946 15
806,278 806,278 00000000000000000003d3b4034237497e3fe3aaa70587d0486a85b10d80a794 1.59 MB 5,078 12
806,277 806,277 00000000000000000000148ce94532b3278afc574f6e6cf5e7d8759d57373cd5 1.34 MB 3,082 14
806,276 806,276 00000000000000000001579207ec777f9344b15dfd0e77796dfa30de675aa2af 1.42 MB 3,727 13
806,275 806,275 00000000000000000004d3be5c118fd75211935c33d7b4ad50c509d5d0b8d815 1.64 MB 5,626 16
806,274 806,274 000000000000000000046070437274a03a444f01a71702acb6dd9a8c2b2f4baa 1.51 MB 3,848 15
806,273 806,273 0000000000000000000111f6389d6e452646ff4e84cb3f90e5647274f895f1c1 1.63 MB 6,476 14
806,272 806,272 00000000000000000003db402e98ef8bae54fc6da018d6fb0e7fa91878779ae0 1.55 MB 4,907 14
806,271 806,271 0000000000000000000198f54bacd65008e9bb1d7f0df5ec68b1a561366f146c 1.95 MB 6,227 15
806,270 806,270 00000000000000000003900ae359e9e0e3679b0f0f0aa0b5e36a0ef6be88392d 1.44 MB 2,848 13
806,269 806,269 000000000000000000006c83d76028d088d2db4466a79ff4fbe13cf22aa3e4a6 1.71 MB 4,619 18
806,268 806,268 000000000000000000025c0f44f9cd7086677e6529b726d343bece934d3e4a91 1.69 MB 5,910 14
806,267 806,267 000000000000000000027b4ed7d2f6afcef3424144ce87b86a2bc51082dac54f 1.69 MB 6,951 12
806,266 806,266 00000000000000000002fcc062c92c883da7dcea75062655791e98e4408310b9 1.34 MB 1,986 17
806,265 806,265 000000000000000000045f6b35252c0fef61e1755cb399a323ca4aea12e8ff6d 1.45 MB 2,945 16
806,264 806,264 00000000000000000000b93369ca030defdc146dbbc93e1c9741e91d0957d7e4 1.72 MB 7,968 11
806,263 806,263 0000000000000000000317d36959c56318c77a8d61cc9e16956857acbf6fd7b5 1.57 MB 6,001 13
Previous 10 blocks ↓
Total Size: 686.10 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,415.44 GB sent, 112.68 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.