Loading Tool

Explorer IconExplorer

Memory Pool

37,710 transactions
25.45 vMB
0.06231120 BTC
Random Selection Loading Transactions
Max Size: 131.26/200 MB

Candidate Block

Mining Attempt 9b72139031e8e2216f6e958cd0c1dfae982261df8e66646954826ddb19ea395d
Version 20000000
Previous Block 00000000000000000000f29f8bc6623c876b1c28cb328a71a306f0d15ee3bb07
Merkle Root f0b533a7c6d18078d1e9770b337e1b1119e1d2ab5052cc10098f19cd94e1d83e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,095
Size: 1.00 vMB
Total Fees: 0.01646932 BTC
Feerates: 101.64 > 1.65 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,805 (337,052 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
577,753 577,753 0000000000000000001040cab526c6ad4c6533b323d6788dc67bfc097825bf08 2,501 1.00/1.00 vMB 141
577,752 577,752 0000000000000000000db88e75856b842e1168a9827b23895001e76db0bd2fc9 2,944 1.00/1.00 vMB 61
577,751 577,751 00000000000000000027d9ef9437b4a87eccb554157d68c130237fd62536dd97 3,335 1.00/1.00 vMB 143
577,750 577,750 00000000000000000002ebde4029cd6a94ad2df4e4619091bc0e49f64bd29c62 2,493 1.00/1.00 vMB 75
577,749 577,749 0000000000000000000a9d7db4f2d5580917e0089b949aedc84355b7a27f557e 2,977 1.00/1.00 vMB 94
577,748 577,748 0000000000000000000ffa32a5278c35bce70a8e1c96c9fa7a20f0192939162e 3,126 1.00/1.00 vMB 170
577,747 577,747 00000000000000000017b58a5f72315bd15e434153327b5626fa73473e97065a 1,531 1.00/1.00 vMB 85
577,746 577,746 0000000000000000000e01b2cb944d5cdad57183e6a8137bf1b1e69554fd3bbc 2,971 1.00/1.00 vMB 119
577,745 577,745 00000000000000000022f85df0e4c1a3fd6907b542fd653473017af22bc7915e 3,615 1.00/1.00 vMB 171
577,744 577,744 00000000000000000002c6cf1df475c6ff968bfef4f8cc5b3d623c5175e64530 2,228 1.00/1.00 vMB 132
577,743 577,743 00000000000000000001203bc193d428888c67deb23b8d753ed520e86f46b713 2,750 1.00/1.00 vMB 79
577,742 577,742 00000000000000000016de14ccce26182322e59209995d32f16a17abc3b8cf3c 3,126 1.00/1.00 vMB 126
577,741 577,741 0000000000000000000df2f519b96d3adf2819c7b2d3be5f0a06c9aa1432a177 2,373 1.00/1.00 vMB 119
577,740 577,740 00000000000000000017e55efb5c3fb46c3ff0d656dcb1baaf3ed8c464164a62 2,621 1.00/1.00 vMB 100
577,739 577,739 0000000000000000000fbeceab224efba402b103c9f999e8e43d6d24f648f654 3,102 1.00/1.00 vMB 119
577,738 577,738 0000000000000000001829444e7cae15afada479d30c3e7df64d93dc9eb06d86 2,439 1.00/1.00 vMB 122
577,737 577,737 00000000000000000010b3239cd1346d7e147032c3aac499d69fbb1dd8687657 3,013 1.00/1.00 vMB 132
577,736 577,736 0000000000000000001e7ec9ea77f41867d527b52ec5591db7469cf810ccd536 3,185 1.00/1.00 vMB 169
577,735 577,735 000000000000000000130a5af6f991d6702451b411a956f1a05dca76ba7c9ae4 2,581 1.00/1.00 vMB 141
577,734 577,734 000000000000000000219858756a8d215d5b37ab879431d98f3da82bb86dc99e 2,944 1.00/1.00 vMB 136
577,733 577,733 00000000000000000018224293d5815049f62516cedc470feed12f5b90f168eb 2,608 1.00/1.00 vMB 151
Previous 10 blocks ↓
Total Size: 782.04 GB

Node Details:

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