Loading Tool

Explorer IconExplorer

Memory Pool

1,098 transactions (0.29 vMB)
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 1.70/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,310 000000000000000000022b910000000000000000000000000000000000000000 1,074 0.00705696 BTC 0.28 vMB 2.06
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,309 (817,533 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
94,776 94,776 0000000000068ad5ebaff7b5e7ce77d5c3a210cf8b5937fd20b95289d36db4e7 0.00 MB 3 0
94,775 94,775 000000000003fa016e214ff54a5e17624bff9fe92ebeb4185b54c36b68dba40a 0.00 MB 3 0
94,774 94,774 000000000000c7fcbdddda9a321335610d4f6adea599b7b890f7082c1078f880 0.00 MB 2 0
94,773 94,773 000000000005a68a47b98842f5816e2d29b05f522b8214c4a394a167ed85ac3b 0.00 MB 2 0
94,772 94,772 000000000002f409c1fd8682b64b23951250bcc1e719622160d6c5c79078ddbd 0.00 MB 8 0
94,771 94,771 000000000001505c046d29771d3ae19b1a052187a05ea76cdc6b2c03a13960f1 0.00 MB 1 0
94,770 94,770 00000000000229fafdad25eec283773ac4bfc6eae747abe0ad741b279e6d7e60 0.00 MB 1 0
94,769 94,769 00000000000294795d0e965fa953f8f1f887f02d9cb77e0b4ae9724c14ef64df 0.00 MB 12 0
94,768 94,768 000000000000b96f79b44dc3ba82cd3e7cabff77cd7803d175463ebaea21b98e 0.00 MB 2 0
94,767 94,767 000000000001480ad789a0425c8ed7a3315fdccbbb95c8f51b9b1171ccfe1605 0.00 MB 3 0
94,766 94,766 00000000000637e30f9c22ec9d379d5e5d897a29a247cbb87b5a1ea39451f653 0.00 MB 11 0
94,765 94,765 000000000004794d6f4597e8ba9b3963ead8e0f058112c2d6653b6d1f59dbe40 0.00 MB 5 0
94,764 94,764 0000000000024800dde989e913fff8764cf089cea802839d9416661467e5674e 0.00 MB 2 0
94,763 94,763 0000000000068ebdda18cb6408ad935023d0d753cd267cb4e374bcc31898c7e2 0.00 MB 1 0
94,762 94,762 0000000000028eff97bfffad7f312025526ef9c830b6404a967ead2196eacac6 0.00 MB 9 0
94,761 94,761 000000000005ced81f0a50654fa93c3466d819d33f057660ce69363a89b71fc4 0.00 MB 13 0
94,760 94,760 000000000007a5b8b1f826af6b98b5facb3740926043e6fe2eed5e22cbbe846a 0.00 MB 11 0
94,759 94,759 00000000000770ee5a0c270f51c8aba1a709d0fdf6d789de351eb38a83f62531 0.00 MB 1 0
94,758 94,758 00000000000146f4ec0228bd424af0658e4abd2ef513b4f12f1b67ccb3fee455 0.00 MB 2 0
94,757 94,757 000000000007adba2e45eef0a4bc36cf729870b54a532089fa491e5cda27e787 0.00 MB 3 0
94,756 94,756 000000000002e067bfae6394ef3516d84d6c071353ff9904c9fcc85ef34ad0dc 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 777.65 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2,542.46 GB
    • Received: 136.59 GB
  • Uptime:

Notes

  • 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.