Memory Pool Memory Pool Refreshing

6,778 transactions (2.25 vMB)
  • 1 sats/vbyte = (5 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,776 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,077 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,775 (870,350 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
38,425 38,425 000000002e4ce7e56d567ab84ab99878acc5861ed77191e767c2638435d6299c 0.00 MB 1 0
38,424 38,424 000000008a53f5641564305e9bee7de44b5860f6bd2f16eca6e1e88414c08b90 0.00 MB 2 0
38,423 38,423 000000001805aa9b6cd0dfd104aa6fca76ea9cbbe20c568a4f2bf79ff5eb4925 0.00 MB 1 0
38,422 38,422 00000000362fb90839dd4fb7f342341a012542384f90f4022d72d78c7b2cfbe2 0.00 MB 1 0
38,421 38,421 000000002fc7445cb1be388463864b07a94b0751013f2da73cc036a4b618260c 0.00 MB 1 0
38,420 38,420 00000000593e8abfe3b9421cb24a10fd3e26b76b8b06c086f8e4e887deac1c6c 0.00 MB 1 0
38,419 38,419 000000002fdbd59c66c0d3339b83966694c0fe5d8ce68a8be5eca3dfb72e987a 0.00 MB 1 0
38,418 38,418 0000000019c85a6d82cb47a2fbd6ea6f5eddb18b12a27e964638e7e6f6f679c1 0.00 MB 1 0
38,417 38,417 000000006aaf926b6cf6de38352b4ca731529ab82d2f4158000e6f6d8933db41 0.00 MB 1 0
38,416 38,416 000000008aecc6310d0d0c60ed8ad50ce51675517eaac0864adab8b845123378 0.00 MB 1 0
38,415 38,415 0000000057b536596fb96735c1b2dc4ed0cddc9d30f8aa3ee966975227d7aba4 0.00 MB 1 0
38,414 38,414 000000000d4294b0e769a03a27cb367b61f5b16c640c01a449b501d129d90b13 0.00 MB 1 0
38,413 38,413 000000004358adbba797b55bb08b5dd5920ec5c8405d73c119faf9f4f819a39f 0.00 MB 1 0
38,412 38,412 0000000018117fd591b946f7f2701c8e356ae759a15e86df3474213cf0d5f799 0.00 MB 1 0
38,411 38,411 000000006f7d8a746f9a9b0291731d881b0eb81e65ae12b43450926a557887ae 0.00 MB 1 0
38,410 38,410 0000000030b8e035d9e06a737bb943b4dde668287d3c2c56c570430c6f9055de 0.00 MB 1 0
38,409 38,409 0000000054d3b20bfc637f8e5258557e1a2fb4cc5a2e6daea911bf21abdbca66 0.00 MB 1 0
38,408 38,408 000000002e81dbd7d023536a339215c82949d21f78ba3305e2fae16222671cd1 0.00 MB 1 0
38,407 38,407 0000000019dd4da0fb06147fc9c1e8de88d64e4a90d3965e249525664747da14 0.00 MB 1 0
38,406 38,406 0000000043acf25886fac3c3b8e32d273777f61d889b5532cb0290689ede5acb 0.00 MB 1 0
38,405 38,405 000000005ecf495edec74971920810885c596dc3b84e40ab692442896223e5d4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.14 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,856.82 GB sent, 102.72 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.