Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,421 transactions (1.14 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,469 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,966 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,468 (874,699 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
35,769 35,769 000000006df9b315414ad263db29bcec2793b2ec71ee3687d8fa4d7a6630579a 0.00 MB 1 0
35,768 35,768 0000000025127538611b15bf5f145dfb5703d5848905824f0eae037ea70a5a7e 0.00 MB 1 0
35,767 35,767 0000000049fb5f8477b5f3b5ebaf0ece43dc3d1e751b1db3c3b95e99b3905d64 0.00 MB 1 0
35,766 35,766 000000007aa1128a83c4ef2fc7a027594d8827906cc23d76910b5bc19a76319b 0.00 MB 1 0
35,765 35,765 0000000060a57a12346ec808bd69c171d341ecd61a547bc9777589c37366cd8e 0.00 MB 1 0
35,764 35,764 000000008e5256e3b6a4d9b47fca8dd08e467000518769098dfedd592279d06f 0.00 MB 1 0
35,763 35,763 000000009818afbddfb0a0427b5a25ec7460175a1ab5ea0f1de9f400dee3eced 0.00 MB 1 0
35,762 35,762 000000009fcfcb375438ff1f8815678b260a171734cb3e51527bed3a694ec034 0.00 MB 1 0
35,761 35,761 00000000a57809e07fd7c531ddd5d0a213bc02faa83f520ec5ca79f915bbe935 0.00 MB 1 0
35,760 35,760 0000000007c146dd3e5c74d05a8e393b464714383098c281407c47d8842cefc2 0.00 MB 1 0
35,759 35,759 000000004f01501e1be8e483cf1b143b191674a1d8a14ae56a5d7ce3bc671d10 0.00 MB 1 0
35,758 35,758 000000008686169fd25410f5d412cea2807ab9d6301c6d6ae32a0fe4e1c12070 0.00 MB 1 0
35,757 35,757 000000006a78eacd9a546d34e8d947d7075410e0e7489f9149e42a716a2e3522 0.00 MB 1 0
35,756 35,756 000000000240bf5f727f0fe11bc01cd92235ad49048cbe4e946cd29ec2cf7674 0.00 MB 1 0
35,755 35,755 00000000a1f691e2a7a5f5afd4294fe98d26274b3c17f967d4ba1e54ac586574 0.00 MB 1 0
35,754 35,754 00000000069d1ef77d12b9bfb7855db333becc116e0200c0250c502383301953 0.00 MB 1 0
35,753 35,753 000000006a7c3497df6cb3823fa14b76f6dd57a83c38d636eaa58a3b24908146 0.00 MB 1 0
35,752 35,752 000000001932e05fad7b4f40eaaf50470a217c24884897f2c183c524b72d00b0 0.00 MB 1 0
35,751 35,751 00000000bc620bc95c5111161e054229c0c33348edeada5ffe254d81ae5f5741 0.00 MB 1 0
35,750 35,750 000000007f6c31712b6993f111fd17b1a36b3dc50a1010955001d13089a321fb 0.00 MB 1 0
35,749 35,749 00000000365be75528057eea0a36824b4a9c3addc194b569fe7790035e4b95a8 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.26 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,242.48 GB sent, 119.81 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.