Loading Tool

Explorer IconExplorer

Memory Pool

74,119 transactions
28.71 vMB
0.08002608 BTC
Random Selection Loading Transactions
Max Size: 169.72/200 MB

Candidate Block

Mining Attempt d0f09c37ffd82db0ca0d3cb06c3bff8775df5d8eb8d1985a9594a04c979a41a8
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root c13c2969bf2cbe4d1e90eff301240daa8ec90ba1e8a292663939ecdd7d8f5ba4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,607
Size: 1.00 vMB
Total Fees: 0.02207200 BTC
Feerates: 150.36 > 2.21 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (173,289 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
741,763 741,763 000000000000000000027c4c8a4843fc5c79ed7d486281091d59ced79dbc8db7 3,094 1.00/1.00 vMB 20
741,762 741,762 0000000000000000000202c8d2415997b0fd7c69e577c6d79838a900be668aed 2,697 1.00/1.00 vMB 12
741,761 741,761 000000000000000000014ddf7277e7ab99656c81fc1138d4e71f1e3b33b89820 1,314 1.00/1.00 vMB 3
741,760 741,760 00000000000000000000a574a304fed4eabb4b875736fccac5a915b688e7f1cc 1,628 1.00/1.00 vMB 7
741,759 741,759 0000000000000000000449831cca624c4fff744087d1c6d2c65f4243289eb73f 1,638 1.00/1.00 vMB 13
741,758 741,758 00000000000000000004a6a81760d25d4d7f5733e9bb301bb76ef8baeb3e086c 2,644 1.00/1.00 vMB 19
741,757 741,757 00000000000000000006a48518e65d911e27bee3dbda9e1350bbe4e717ece510 3,095 1.00/1.00 vMB 11
741,756 741,756 00000000000000000008f7de9619e47cb291bbbf841b4506efc4440e4f961373 3,305 1.00/1.00 vMB 22
741,755 741,755 00000000000000000002b56e83e610c82cbcbd4ead2d32b1f002d94e25b67da2 2,149 1.00/1.00 vMB 12
741,754 741,754 000000000000000000045c9c85489e481396424053e6b28fc2747b664ce6d3cc 3,855 1.00/1.00 vMB 14
741,753 741,753 000000000000000000079ff9faa7be337df15cf71b7476bfc8b1e6765609507c 2,800 1.00/1.00 vMB 20
741,752 741,752 000000000000000000020f4fe666c72828227751f6ea31da4de36654054ea845 1,976 1.00/1.00 vMB 16
741,751 741,751 000000000000000000079a43148ee5a5d018996f43d64eb35cee06d6e3531a47 3,123 1.00/1.00 vMB 22
741,750 741,750 00000000000000000003f8d5b8d17220f4fc6daf441f956536c512f5ff3c08c2 2,319 1.00/1.00 vMB 19
741,749 741,749 0000000000000000000475fdfe91f16dcab9171278ef11458523a982c1c6a666 1,859 1.00/1.00 vMB 16
741,748 741,748 00000000000000000005ccaeffe66012dbd60076f0119af99054127e1b130bf7 3,095 1.00/1.00 vMB 24
741,747 741,747 00000000000000000002d796e230d7d12f24925f6e370f47662a2c502daa15c7 4,274 1.00/1.00 vMB 14
741,746 741,746 000000000000000000008cb35283d3bd6a70969f0091c6a97743b9c4ecaeaf78 3,042 1.00/1.00 vMB 25
741,745 741,745 000000000000000000041d26c4aabb93d8bc0cd8dced2b68c912e86b40c14436 3,313 1.00/1.00 vMB 18
741,744 741,744 00000000000000000006b47179395136e270050871379bdf73b9b301e174473d 2,735 1.00/1.00 vMB 24
741,743 741,743 00000000000000000001d6ff9f584fcc0b15c0bc99316e9ee7a868cec4ae1f63 2,817 1.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.48 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 668.19 GB
    • Received: 15.42 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.