Loading Tool

Explorer IconExplorer

Memory Pool

76,960 transactions
28.80 vMB
0.06976271 BTC
Random Selection Loading Transactions
Max Size: 174.45/200 MB

Candidate Block

Mining Attempt e7990bbee45a1ad5852eeae9820b2eaa9dbfa659ac7236d709855ecd0890ef20
Version 20000000
Previous Block 00000000000000000000e77986292dbc09ac5349d11628448e2144e30f8f2f64
Merkle Root 89d5bf53632fda8ac337264622cf1be541c31b055dccf8d128636d621a37797b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,370
Size: 1.00 vMB
Total Fees: 0.00964641 BTC
Feerates: 50.27 > 0.97 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,155 (471,524 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
443,631 443,631 00000000000000000375e6661fcd5ea21a60fbfcd9662a20837945d8e7342368 2,026 1.00/1.00 vMB 90
443,630 443,630 0000000000000000019a6aa2258f5ba5b3d2da0d237b6ce5798c0d6a5f20fcac 2,305 1.00/1.00 vMB 89
443,629 443,629 000000000000000003525999c49cb4a9116e0eaf1d9780f175eb4e13cce604b3 2,428 1.00/1.00 vMB 99
443,628 443,628 000000000000000000d2676e62312bcb13069bfa53f878e67fa87d70eb9f8c3d 2,681 1.00/1.00 vMB 122
443,627 443,627 000000000000000000fd8daed9156a196c1ea8ee26a5edfefc90ab4cbc1a430d 1 0.00/1.00 vMB 0
443,626 443,626 0000000000000000008abc0466260f88c35bfd168a99ef8b544ee6935726ca76 2,343 1.00/1.00 vMB 92
443,625 443,625 000000000000000000fce493aaf0cdbc1b27341dbabd330348affc557cfc2f69 2,876 1.00/1.00 vMB 126
443,624 443,624 000000000000000000247afa3533ff17ff3e56d63990ed2f9163ced01b98dda3 2,482 0.99/1.00 vMB 54
443,623 443,623 000000000000000002ae43d87bb778ff253ef4cf46774fe5defaa9cbfb84c3fd 1,397 1.00/1.00 vMB 56
443,622 443,622 000000000000000002f83f311fe529c471f7738eaeb87bc3cfba1d78bf73412e 2,214 1.00/1.00 vMB 77
443,621 443,621 0000000000000000021394c09b62f9150ae701e494b26c4ee7de26f41839a506 2,588 1.00/1.00 vMB 81
443,620 443,620 00000000000000000305209ecae2aaf8c89caf9a9d42cbd5f29bc409e829cd76 3,616 1.00/1.00 vMB 105
443,619 443,619 00000000000000000239d392c3b66bf2e9a1caef3f931c37a32c2da7b5544ea8 2,636 1.00/1.00 vMB 66
443,618 443,618 0000000000000000017131d400093ade56ef4c11489d9d8e5cdc126e5e9d1dd0 2,575 1.00/1.00 vMB 76
443,617 443,617 0000000000000000000243438987c95bfa7c278694d5953968d5a4adfe547455 1,615 1.00/1.00 vMB 65
443,616 443,616 00000000000000000242901c0917f0171d9d3fbead840c95d3bd5feed19bb590 3,552 1.00/1.00 vMB 67
443,615 443,615 0000000000000000016eadacaee911f0efd6934df3c41c71ce2aae88f1599101 2,197 1.00/1.00 vMB 86
443,614 443,614 000000000000000001dfc7b037ff3feacbdccd28ece62aa99cd410f556093f18 2,683 1.00/1.00 vMB 70
443,613 443,613 000000000000000002326f9d14f0bd0b5c6fcd504d7d5a3df72770e0f812b5aa 2,656 1.00/1.00 vMB 101
443,612 443,612 00000000000000000199cf439ce89a53dfacc3730e232fe9a732c3ec7b21688c 2,559 1.00/1.00 vMB 94
443,611 443,611 00000000000000000015fc7ab0424feef9088e89067a7e2374e376f40306b65c 2,544 1.00/1.00 vMB 119
Previous 10 blocks ↓
Total Size: 782.66 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: 673.06 GB
    • Received: 16.36 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.