Loading Tool

Explorer IconExplorer

Memory Pool

77,851 transactions
29.38 vMB
0.08791701 BTC
Random Selection Loading Transactions
Max Size: 179.26/200 MB

Candidate Block

Mining Attempt 308c7ba52b7c58db42323d7e2b34f4cd3a4a2973957098fa2213fc8500c98474
Version 20000000
Previous Block 00000000000000000001873758786023bce526cc548acc0e4523a6e0d9f02e45
Merkle Root de1be50077693e2216d5f430cc7cb34b09885c160ffe825d86fa080c0e9083f7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,706
Size: 1.00 vMB
Total Fees: 0.02336979 BTC
Feerates: 301.35 > 2.34 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,242 (133,456 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
781,786 781,786 000000000000000000000908df9cb551dbecf45a8d85881e7af05b3f93eec79c 2,981 1.00/1.00 vMB 40
781,785 781,785 00000000000000000005bb93acfec5ef479323a8ccc6947d3704cd3b433521f2 2,847 1.00/1.00 vMB 21
781,784 781,784 000000000000000000043c3c93d85792cef547e39615f199344a9a7010243551 1,999 1.00/1.00 vMB 20
781,783 781,783 00000000000000000002b0446f28317796ddff454ed9ab63c19ead16f1ca060d 1,286 1.00/1.00 vMB 20
781,782 781,782 0000000000000000000182527632a3a80bb087213ad6b596781ec5a66e3ceaba 2,247 1.00/1.00 vMB 12
781,781 781,781 00000000000000000001bcb85c4d6662d07475da91f575f4728c3136fcdaec1b 2,039 1.00/1.00 vMB 12
781,780 781,780 00000000000000000000a3bc6f9153117dca7949de26fd463da598c08465cb9e 863 1.00/1.00 vMB 28
781,779 781,779 00000000000000000001c4dabb390fa612a178380506e6af09d7ba2c4567fc6d 3,689 1.00/1.00 vMB 28
781,778 781,778 000000000000000000012b56c517da004f0db68debc7c4bc00ff806c11fc4933 274 1.00/1.00 vMB 5
781,777 781,777 00000000000000000005e312920e74f367663a7e9ec8b2b781d42ffd6d8c6267 1,384 1.00/1.00 vMB 11
781,776 781,776 000000000000000000038fcc290617091c0691289e8ab844f674fa5c31b9e5ea 1,562 1.00/1.00 vMB 13
781,775 781,775 000000000000000000001a428862e83e2120a23b332ca555d2d847d0c4508081 1,273 1.00/1.00 vMB 11
781,774 781,774 0000000000000000000557cd05c6ce1ba466f05b8c4bc0a00ca1cc626e17f0be 961 1.00/1.00 vMB 8
781,773 781,773 00000000000000000000968441c6e76a5922f24a1be74d2659307ad1e8aa9d35 2,374 1.00/1.00 vMB 19
781,772 781,772 00000000000000000004df26fc7269bff1f6f92db50ecad00f9c7c0eaceee69c 1,623 1.00/1.00 vMB 8
781,771 781,771 000000000000000000023808bc943b9f296e59d6a346e385ae35f01e7aa6480e 2,172 1.00/1.00 vMB 11
781,770 781,770 000000000000000000064824e99a6515f8abe9156cffb802be9dd5ff0da121cd 2,326 1.00/1.00 vMB 23
781,769 781,769 000000000000000000034ee6fc6c9d05e6c08c6cdab91f381e3a7ef5f6a9d249 1,680 1.00/1.00 vMB 15
781,768 781,768 0000000000000000000124d6727c4a24543b96a18d74e5aa5a0d8fb611adf924 2,846 1.00/1.00 vMB 11
781,767 781,767 00000000000000000001a5c7e7651f0c70afd486cf85084d0d9ae91ee19daa36 2,848 1.00/1.00 vMB 24
781,766 781,766 000000000000000000063d2ac0cb05bb98612db1f2b5fb1b87f191f8e97c7ca4 1,701 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.81 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: 710.29 GB
    • Received: 17.06 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.