Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

796 transactions (0.29 vMB)

Priority:

  • 1 sats/vbyte = (3 blocks)
  • 2 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,803 000000000000000000022b910000000000000000000000000000000000000000 0.29 vMB 775 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,802 (798,978 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
112,824 112,824 000000000000d6416efd4c337058f1694cd4a806528d45c5873e1f3ed207f6d2 0.00 MB 5 0
112,823 112,823 000000000000ee00dfec5effcecbd4a8c6805349e286428546850e800f33c37a 0.00 MB 1 0
112,822 112,822 000000000000779b152fc6e33bd2de01146aa3a3a36155c2aa6caaa08b8d726c 0.00 MB 4 0
112,821 112,821 000000000000707f78f4909f1e245cd0b60ca85edd0673f341fb28895d1d8b77 0.00 MB 3 0
112,820 112,820 00000000000090a4e9cdea2384098a923822ddd1a3851623b50d7dda83cc93bc 0.01 MB 19 245
112,819 112,819 0000000000010e10795ea29c6ef3e78e51c9ffa927a427aed2d0e3289de4fee7 0.02 MB 15 258
112,818 112,818 00000000000072b753b70ed2225bf0a949187a6de044b29b1c1f53af8d9729ea 0.00 MB 2 0
112,817 112,817 00000000000088acc17ace5768a12ee01029a6adbecbd494413c2be9e3c1d02e 0.00 MB 8 1,281
112,816 112,816 00000000000075758493ee74c43c53e437026bdfdd52b24a12dd697fc9ff4629 0.00 MB 2 0
112,815 112,815 000000000000f2dc5e2031ef12e45b08e6c6726d060586b882a1032b8f987b24 0.01 MB 36 0
112,814 112,814 000000000000577e2c17f7aad95a4ba89d00124641a8fc2bfef4603382f7d232 0.00 MB 12 1,005
112,813 112,813 00000000000011ae86b4891b52c196dde8f2db324b1873b50134b6ba1ba7ba81 0.00 MB 12 335
112,812 112,812 0000000000003c9751ba4bfe7d142c99c6cd3a5b44ff281d4c2c87b16e575242 0.00 MB 13 1,096
112,811 112,811 0000000000010b79877a26df0d6f7fa1acd88e2c1a04f4833bef4c05ab1cb2fe 0.00 MB 1 0
112,810 112,810 000000000001211dc48a0c8e14690b2b3f5a8e6ad5d211d4d90284702b785613 0.00 MB 3 2,070
112,809 112,809 000000000000251fd01bcb5b7092e2d5f5e593a49dd22ff2494743cfeaccbe7d 0.00 MB 3 0
112,808 112,808 000000000000a3dbb1a117afcd319ccad05845c67709d4333d0e79ceb8f53a64 0.00 MB 8 480
112,807 112,807 000000000000ca6d1f0e90cbcdb652b060ec3b4830697d0050a2414e3d6af7a9 0.00 MB 1 0
112,806 112,806 000000000000069f8a4fc957c23c12090ffef3e9eede54964f1f6239aee359a4 0.00 MB 10 0
112,805 112,805 00000000000112afe724ebe37d0931106f21ad59018348d1c27ade4c4797bd05 0.01 MB 31 801
112,804 112,804 000000000000b5a834581a84fc99063680475b1d8b023079e27d082618515a27 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 776.73 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,448.82 GB sent, 132.17 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.