Memory Pool Memory Pool Refreshing

61,629 transactions
28.84 vMB
Show Random Selection Loading Transactions
Max Size: 171/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,435 00000000000000000002c0700000000000000000000000000000000000000000 ago 1.00 vMB 2,320 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,434 (182,077 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
690,357 690,357 00000000000000000011fc89f1441cd954f9a017b34636fb47cd83c2b6793582 0.13 MB 168 41
690,356 690,356 00000000000000000009311372a82fd05a57a0195effd19c24c55fdb90a51377 0.21 MB 372 28
690,355 690,355 00000000000000000006fa797df48a97194eac103be58446660214f77864645b 0.13 MB 291 21
690,354 690,354 00000000000000000012af906c66aea1a9a6153555934ec759697ffb2c510478 0.61 MB 914 30
690,353 690,353 0000000000000000000a12eba0633cfef26c5caba2b586822bca0fecd72c5e8e 0.64 MB 1,161 14
690,352 690,352 0000000000000000000e3b3e1df89bb673abce3162aebd79c956ff5b4e1695f6 1.32 MB 1,651 30
690,351 690,351 000000000000000000002c4d2689aa2bd743809d7ac77420f03569d197743a0c 0.32 MB 583 25
690,350 690,350 00000000000000000011ce3a2039cf592b9130996a4a1b283d5018d5c1cb3472 0.43 MB 940 29
690,349 690,349 00000000000000000009b8bcc55cd586d11874d4516b5bae61c06781cf82215c 0.91 MB 764 11
690,348 690,348 0000000000000000000a7ff4923e030c615a4ee2df826b402075efb3876a93e2 2.14 MB 590 5
690,347 690,347 0000000000000000000240372fb7d62ff97a8ae6444f9a7fd1a4609a8f3406e3 1.91 MB 1,156 12
690,346 690,346 0000000000000000000d9bcdda84017f7f31981e415b662938fcb6cdfac738d9 1.66 MB 2,226 20
690,345 690,345 0000000000000000000ed24da6413a98038b9f1aa3e7465aaad02f0fe64a0f30 1.67 MB 1,753 18
690,344 690,344 0000000000000000000d7956d95afbf30b388a0cb4c244ec2da16dd488bad023 2.16 MB 694 7
690,343 690,343 00000000000000000004d631bd71849eb461050c347a8b370c37fd48716af803 1.91 MB 1,463 6
690,342 690,342 0000000000000000000ce1403f9afe559c90f3922ed3c4b204aafe5c919bd8ca 1.82 MB 923 14
690,341 690,341 0000000000000000000548a74bedfe78f2306310e1b0d18f0d4ae3c99459b3d6 1.80 MB 289 17
690,340 690,340 0000000000000000000ba7b080f42522f3e4e0246c0dc4c89f8b0a25d486d42f 1.62 MB 1,902 30
690,339 690,339 00000000000000000000c02dc037933f43b21e3c6ebe7f585a4440efa6dd860a 1.66 MB 2,135 18
690,338 690,338 0000000000000000000ef8d499e118e0a5f7ddd0bcef33879b92ecd1ca713d37 1.26 MB 1,300 29
690,337 690,337 000000000000000000096adec0f9a36c97000a1f5e6d5369745b57424cf1edbb 1.72 MB 2,023 16
Previous 10 blocks ↓
Total Size: 704.01 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,635.46 GB sent, 238.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.