Loading Tool

Explorer IconExplorer

Memory Pool

86,826 transactions
31.85 vMB
0.11003359 BTC
Random Selection Loading Transactions
Max Size: 195.11/200 MB

Candidate Block

Mining Attempt 20d750c6177b5066714a71dcf87433c6cbf988a134bcdca6ed253460fd53e354
Version 20000000
Previous Block 00000000000000000000209b8de38c3e1775cd6d32cde674ad92e343308213be
Merkle Root 103bc827c9c3c6d1740fabe2dad96fe511368eb21d78762551484b4dae7cc762
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,845
Size: 1.00 vMB
Total Fees: 0.02894763 BTC
Feerates: 1,236.26 > 2.90 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,362 (203,206 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
712,156 712,156 00000000000000000009761f983a90fc43315d8c78ccaaf899305d5964ff67a6 1,330 1.00/1.00 vMB 20
712,155 712,155 0000000000000000000aab18e3b7caae41680cc7e21c3b0306b9d3e6d3cb2082 2,096 1.00/1.00 vMB 22
712,154 712,154 00000000000000000002e951bfb28aadd0a798dbee779d174f1862a784566f5d 1,247 1.00/1.00 vMB 10
712,153 712,153 00000000000000000000cfa0837431f2a5070b1dd54bf50b720ed0ae032e8670 1,920 1.00/1.00 vMB 15
712,152 712,152 000000000000000000036f7f5d6148040b4b3b9423248d4db49c03d3942f62b8 1,237 1.00/1.00 vMB 10
712,151 712,151 00000000000000000007658f4bb2ebc48dc2bcb492c52b4cdc6e10d43ab51bf9 2,011 1.00/1.00 vMB 17
712,150 712,150 0000000000000000000615e524f7b28f50d8d3f9e376e2667253b0d81b0b0ebf 2,508 1.00/1.00 vMB 27
712,149 712,149 00000000000000000002847927e51256d6c38705d52a866f929ac0cd74f2b474 2,641 1.00/1.00 vMB 17
712,148 712,148 00000000000000000000937cfad81e59755454bf31dd8ff6c060dbc5b234a249 2,519 1.00/1.00 vMB 19
712,147 712,147 00000000000000000001eaf1094f966d2b0b58fb9b91baa99f3d956b4348de9c 2,680 1.00/1.00 vMB 22
712,146 712,146 00000000000000000002f351082d111ce1f339be304557e8a4038099417cf677 3,477 1.00/1.00 vMB 21
712,145 712,145 000000000000000000059f34beb626c56ca0f62db494b8224bf6232adc421f85 1,530 1.00/1.00 vMB 11
712,144 712,144 0000000000000000000a16a4f25efe678709206d2147c8cbed9671bc9e068497 2,497 1.00/1.00 vMB 17
712,143 712,143 0000000000000000000bce50fa9538aa9ffcbb2950f4dda83795d56a9cae7058 1,911 1.00/1.00 vMB 26
712,142 712,142 0000000000000000000ac796edf4aa14a37fc8dedcd5d2384e6081369acd635d 1,551 1.00/1.00 vMB 10
712,141 712,141 00000000000000000005a3ede489dc467376359278ee22db7117b75678deb153 1,818 1.00/1.00 vMB 14
712,140 712,140 00000000000000000007aede6bdbdbaac580a0d9ca3cac48595da5c2c1ba9d97 2,743 1.00/1.00 vMB 13
712,139 712,139 0000000000000000000732f18d4bd0ae4fc3d64bb8e1d104c4814ee18f5dcf9a 3,264 1.00/1.00 vMB 16
712,138 712,138 0000000000000000000b477bc1b669a47695edf7ebbbee89981dbf4a2628f236 3,077 1.00/1.00 vMB 33
712,137 712,137 00000000000000000008d0cd3571eacfb6655f4c0097b968a24b1070cc62adcd 3,540 1.00/1.00 vMB 15
712,136 712,136 000000000000000000024295d77e94e3d841453e283de6bca4019384f7856ac5 2,670 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 783.02 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: 719.41 GB
    • Received: 18.05 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.