Loading Tool

Explorer IconExplorer

Memory Pool

79,121 transactions
29.46 vMB
0.08392286 BTC
Random Selection Loading Transactions
Max Size: 180.09/200 MB

Candidate Block

Mining Attempt 68a63182e134b4eb8853408b87c65caba7bc99a269b9ab308f14b6391aa1fc75
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root eb0138a328f0f039cbc212fa75e21568cdc5895504e48780841ea35122737398
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,344
Size: 1.00 vMB
Total Fees: 0.01919866 BTC
Feerates: 402.60 > 1.92 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (675,684 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
239,622 239,622 000000000000006ebd3dcc045ba14e9e86db83a3936e4a721c7eccff38b4ff42 92 0.04/1.00 vMB 151
239,621 239,621 00000000000000338a9ca57b5d7d3fa60d80e137c11777da9890c352638a7446 205 0.09/1.00 vMB 162
239,620 239,620 0000000000000060865cbc53bf9ebd959a07926a88fdc585b4ac89bbd2a515bd 70 0.03/1.00 vMB 153
239,619 239,619 00000000000000913ab12cf7b7119cf3f56179e79104bd6ec8649c5eccd2523d 197 0.11/1.00 vMB 43
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.17 GB
    • Received: 17.66 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.