Loading Tool

Explorer IconExplorer

Memory Pool

82,470 transactions
31.15 vMB
0.12626129 BTC
Random Selection Loading Transactions
Max Size: 187.15/200 MB

Candidate Block

Mining Attempt dd2e8d5e9357aa1465077a0c0d99570c1a5ef6944a9162bd5702c94218e7898b
Version 20000000
Previous Block 00000000000000000000ed28e39baea4b6623f6a6c602c921cd015c56b2bd9e9
Merkle Root 5df284f653ab139374f3de6be5976f7693f7f720b777d3251a99bd1d394bde2d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,157
Size: 1.00 vMB
Total Fees: 0.05469903 BTC
Feerates: 180.34 > 5.48 > 0.47 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,171 (138,385 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
776,786 776,786 000000000000000000031b89723a3d6e4a9d0ec4e80640606f9d22a91f852bbe 2,734 1.00/1.00 vMB 29
776,785 776,785 000000000000000000009bf312767883d9e996ad63b400ce8a34f7602e2480df 2,558 1.00/1.00 vMB 23
776,784 776,784 000000000000000000014d68a7eb6928091f6be695641adc62261aed1e503df8 2,735 1.00/1.00 vMB 6
776,783 776,783 0000000000000000000405310a60f3231dc2e392f155c5b270a2bca5ceaadcd7 2,053 1.00/1.00 vMB 20
776,782 776,782 000000000000000000045668d32f377c4e479b60b30850ee0910d1d64b71721d 1,151 1.00/1.00 vMB 14
776,781 776,781 000000000000000000026110f528d0452d3a2747349cc3820684ddbb0f7c5c77 1,708 1.00/1.00 vMB 26
776,780 776,780 000000000000000000001b1379553ac39bfbe3b5b52b33723fa28257e1a8256f 1,420 1.00/1.00 vMB 11
776,779 776,779 000000000000000000054014ab6d90b5262652f1a0b23e67c5b936e6696cacfc 1,295 1.00/1.00 vMB 12
776,778 776,778 00000000000000000005e0c5a76e25ebbb84cd8b02e8984881b7ef8417abe580 1,418 1.00/1.00 vMB 8
776,777 776,777 00000000000000000001281aa807e4f3ebd0ddf3e18e30abe2e548fb5d1da5a4 2,232 1.00/1.00 vMB 21
776,776 776,776 00000000000000000004347f7da3ae44e0b0dca769ab7a38e288c221f5df98e3 3,025 1.00/1.00 vMB 32
776,775 776,775 000000000000000000016a230bf68f5b3ed89e46fd3b9f973b4c071872f56e87 1,767 1.00/1.00 vMB 18
776,774 776,774 000000000000000000055a7d3add2917064e107455ad8860c0919e2574ee209b 1,700 1.00/1.00 vMB 17
776,773 776,773 0000000000000000000129d23b02d53f363059d83c51fc463abcdf8861de7744 1,228 1.00/1.00 vMB 7
776,772 776,772 000000000000000000002d3441f2004ad7640c8311ac571f5549159dc7acc586 1,656 1.00/1.00 vMB 9
776,771 776,771 00000000000000000001f142cba5c2aa24a329c75009a9019f08cea80fea27e8 1 0.00/1.00 vMB 0
776,770 776,770 00000000000000000005d074eb3ea2e637280346ee64aee18cb435eca5248eb7 618 1.00/1.00 vMB 6
776,769 776,769 00000000000000000003c4162658d69db220086d3ce4416929a4cbae20b653c1 1,116 1.00/1.00 vMB 10
776,768 776,768 00000000000000000003c93cbbb4a2c1a7171f7536bf28fa1fedf7c50f7ee2d5 951 1.00/1.00 vMB 9
776,767 776,767 000000000000000000028c27f6e5b0aeb3dc0f97d155cb0e964bf0b31a5b3535 615 1.00/1.00 vMB 7
776,766 776,766 00000000000000000005e3c343ffd898a3bc1241a8e39032da2724f9458f0d1f 316 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.69 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: 697.29 GB
    • Received: 16.53 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.