Loading Tool

Explorer IconExplorer

Memory Pool

79,982 transactions
29.59 vMB
0.07382086 BTC
Random Selection Loading Transactions
Max Size: 181.68/200 MB

Candidate Block

Mining Attempt 69e6abeda8332d083b89c10488108de938b9294715028dfe4dfb472ae17b0f7b
Version 20000000
Previous Block 00000000000000000001b9e1fc0c07b333cc15370429acb6a77281d8bcbc9d2b
Merkle Root 9e54af6532c14b6693367475513a220857994612574a5078de316dbbd72c4ea8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,807
Size: 1.00 vMB
Total Fees: 0.00867455 BTC
Feerates: 29.89 > 0.87 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,324 (675,681 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
239,643 239,643 00000000000000ed180b7de4338687e85815513e8d31c22924e6afcd8776687d 19 0.01/1.00 vMB 175
239,642 239,642 0000000000000004ac36c0bfddd44057da7a4575fd61a4d8f939e66d4b4f8ab4 55 0.02/1.00 vMB 217
239,641 239,641 0000000000000068208bb3bce5103f7d9358a8af80d4ac9262f1902b24f17a50 32 0.03/1.00 vMB 27
239,640 239,640 0000000000000033b190321c1d17142cea29712bc08c6987b0dd95da7a9c05cc 135 0.08/1.00 vMB 105
239,639 239,639 00000000000000ab8cdaaabe92599b15da915975389718de67422ee6915156b4 261 0.13/1.00 vMB 126
239,638 239,638 00000000000000fa6de294165a55ae287091420acb2e1d9c154b11872329b043 480 0.21/1.00 vMB 201
239,637 239,637 000000000000015bbeb947191077734b8ec440938971bd24b4dd7a9de8118eab 275 0.12/1.00 vMB 145
239,636 239,636 00000000000000916cb0f79d2faa6265b17bf01c92bff36ccfde5ac987473eab 8 0.00/1.00 vMB 145
239,635 239,635 00000000000000c498a6e843af7e200c667128879990cfc643619768e49aa179 126 0.13/1.00 vMB 88
239,634 239,634 00000000000000113a92e87b4fed60250d4f9939c6481e4e232148302e85d48f 476 0.23/1.00 vMB 213
239,633 239,633 00000000000000cab4090fff5d984505dd1e357f1c180816382f7ee1437dc447 6 0.00/1.00 vMB 0
239,632 239,632 000000000000001f55964849905f133740345802755716a724f5aed85af8ee28 22 0.01/1.00 vMB 158
239,631 239,631 00000000000001061b0cc1de5bbc7d99dabd71a9b67195fd95b8172fc75350ad 167 0.07/1.00 vMB 260
239,630 239,630 0000000000000034d35fbd69748762f1919129c757859b328b40aeb35ba19c18 80 0.07/1.00 vMB 84
239,629 239,629 0000000000000140b48f6ede5dcde74f7de92a3259c59184fd9531f97feccdbb 311 0.17/1.00 vMB 144
239,628 239,628 00000000000000c200ab1e9e7c6be20b8ce1304b9636fe9a70b19c9e96d170e3 688 0.25/1.00 vMB 208
239,627 239,627 0000000000000149d97ef47d75376eab4674cf6a787d68716e54552cf407d9da 64 0.05/1.00 vMB 34
239,626 239,626 00000000000000979328620cd096440a4595411a739d366d910b7f744f05a9ae 256 0.49/1.00 vMB 24
239,625 239,625 00000000000000019452614bf1b2055c227cd24f39f14e2cbbe52cc064604a5b 288 0.14/1.00 vMB 165
239,624 239,624 000000000000011e71013d002d12853b5d9c1d007cff9023029fbcca9ea9251a 291 0.12/1.00 vMB 206
239,623 239,623 000000000000002a8c61bf10c28ae0ae9e7e6662c15d043a6ef559a24dd63906 537 0.25/1.00 vMB 170
Previous 10 blocks ↓
Total Size: 782.95 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: 715.23 GB
    • Received: 17.67 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.