Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

676 transactions (0.32 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,522 000000000000000000022b910000000000000000000000000000000000000000 0.32 vMB 665 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,521 (12,068 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
899,453 899,453 000000000000000000021431c0f8c134d1d84222c9748497d8a7ae79178f9ecb 1.40 MB 2,666 3
899,452 899,452 00000000000000000001f72efd534a589d490a979a9e83d765754f8095152721 0.46 MB 672 2
899,451 899,451 0000000000000000000140720ebe2af7e8ee0417c943124eb7d1a0bbd5e2d690 1.36 MB 2,510 2
899,450 899,450 000000000000000000011cf62c38ad1460c4b9f2b7e62421c34d49509d78ac77 1.11 MB 1,859 2
899,449 899,449 000000000000000000005d264eedef848759715a7fa3dd3ef79eb98e0d85433a 0.40 MB 580 3
899,448 899,448 0000000000000000000018bd2bb517fabf73c89627673b22064bfeb97747231e 1.48 MB 2,726 2
899,447 899,447 000000000000000000014df473455ea00cd0cf37830597648aecae8b629f90e8 0.58 MB 1,268 2
899,446 899,446 00000000000000000000ac2a62eddb95b29d108f967578cafc01b100e656233f 1.56 MB 2,779 2
899,445 899,445 0000000000000000000163af0286da56e17f648fd045110c8319b40b2f137770 1.34 MB 1,648 3
899,444 899,444 00000000000000000002302771ccff66459974de92d88e8cf55177bcf245c6a2 1.94 MB 2,077 1
899,443 899,443 00000000000000000000bd15e6e94f819bc7dce375961c5c741ed9a9460e2ac9 1.39 MB 1,138 2
899,442 899,442 000000000000000000011860be7b1e4cb9d68cf69574048ed7a3a59fabb1b9e1 1.65 MB 2,515 3
899,441 899,441 000000000000000000022351dea57466e3e8c7be4ce6532dcdcd4582047495ae 1.69 MB 1,781 5
899,440 899,440 000000000000000000009adf51e9dbf8e253be2b248cebc4dd063ede93bbc3f1 1.50 MB 2,567 1
899,439 899,439 000000000000000000011ff735adf259f875baa7504ea22219fcf77b9c86cfb8 1.54 MB 2,325 3
899,438 899,438 00000000000000000001f36d1822d25f41a1029e86b3bdfd7f4a4784e091341d 1.46 MB 2,052 4
899,437 899,437 000000000000000000015159fdaa418da8fcf0f034523606f7218fb86c3e2439 1.48 MB 2,496 4
899,436 899,436 000000000000000000002d76f0bb6f19e3b0dc52171bf4c390aeb50ffb255348 0.16 MB 431 1
899,435 899,435 00000000000000000001f680959044cba3ec83619b4505136c785562179ae57d 0.65 MB 948 1
899,434 899,434 000000000000000000022eb49b30ce7b17724ce0163bc9fcced200a6d562cc48 1.54 MB 1,799 3
899,433 899,433 00000000000000000001c861a6d5907e0d4df9850ebe2596f52858adb42a00ce 0.87 MB 1,581 3
Previous 10 blocks ↓
Total Size: 776.20 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: 2,412.90 GB sent, 129.71 GB received

Notes

  • This page updates every 5 seconds.
  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.