Loading Tool

Explorer IconExplorer

Memory Pool

54,644 transactions
32.29 vMB
0.22613362 BTC
Random Selection Loading Transactions
Max Size: 173.08/200 MB

Candidate Block

Mining Attempt 01d4189302e83f6682b6b9d5fc76ebac0573f651fd57cf9ac66d5ff3ce2857dd
Version 20000000
Previous Block 000000000000000000001af732fd5b15bb90e3760b3de0020b22660de0315512
Merkle Root 3fa9436d7bb2f7a05ffc987ca01b9a4dfc446fd93b2a895ef0ad455c3511162e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,017
Size: 1.00 vMB
Total Fees: 0.11967209 BTC
Feerates: 101.66 > 11.99 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,818 (724,025 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
190,793 190,793 0000000000000489c972782813c9613c3d18970215495f2f0754f4c1b9ada4c6 30 0.01/1.00 vMB 156
190,792 190,792 00000000000001f225f6561e26734688a415c445d73f7be2e58e3cd48668372e 258 0.13/1.00 vMB 109
190,791 190,791 000000000000014b30ac0eb7ee8a7e59c55ddbaba27a79c1c63f98905276ed1a 150 0.04/1.00 vMB 343
190,790 190,790 00000000000006b3d4f1aa84b45c9f753104a1db8c4df0c59ff3f127ace3a861 719 0.28/1.00 vMB 134
190,789 190,789 000000000000050eda70bcf2c859a4ee9a7b2c61157514ebfa2974f3987202f5 148 0.05/1.00 vMB 110
190,788 190,788 00000000000003456986ba1a8d8cfa95fd8bcb1b9baddc5fca69563ff954eb15 9 0.00/1.00 vMB 550
190,787 190,787 000000000000014b2a0f40956cf8f27418a6e6f806b226ecc95e7e1e865bb4ef 152 0.06/1.00 vMB 107
190,786 190,786 000000000000070293a15c3e70f859fbb1a7a1b1a267f9754f34dcbd793471d8 139 0.05/1.00 vMB 67
190,785 190,785 00000000000003ce5573bef19a75e6966e8863a37102123944de365224962748 202 0.08/1.00 vMB 173
190,784 190,784 0000000000000025e6c720e747a0f87299932872b385ab0daea8c3b5c2aef2a8 12 0.00/1.00 vMB 0
190,783 190,783 00000000000008498280e2ebfb40ef79f45f50666b1ff09b9f84c8fe8f9b8404 295 0.12/1.00 vMB 140
190,782 190,782 000000000000013e466179fff23b0246189c62a47f2e84356ffa0af1f82db5c1 6 0.00/1.00 vMB 0
190,781 190,781 0000000000000359c5e9937d143cc38b657d0ede770e5b21379e597275cfaee9 265 0.10/1.00 vMB 128
190,780 190,780 0000000000000419acdbf92f3608b18fca57c57f8d48e1b1589c38601e61d824 1 0.00/1.00 vMB 0
190,779 190,779 0000000000000498dfd72591c3fe63645d06c0624488ee4164b35493d8aa1ac6 410 0.25/1.00 vMB 303
190,778 190,778 000000000000003a779aced437e06677dc8aaa2b67630a62e4b46e2787e76a67 5 0.00/1.00 vMB 0
190,777 190,777 000000000000089c9d2430ba5a5322340411ec31b834bcf5ad219d6fed4812c7 12 0.01/1.00 vMB 149
190,776 190,776 000000000000068c12d7ff29d214c23a0a3308e39c79048a12f7960ec5019ba3 288 0.10/1.00 vMB 845
190,775 190,775 000000000000077fcf520dcb9d5a0ac62e681f63442e20baa355ce55e0a022f1 90 0.05/1.00 vMB 83
190,774 190,774 0000000000000821ded978ca7f88b9ccf49eb5adac6e65af402d7c98101833c7 24 0.01/1.00 vMB 109
190,773 190,773 000000000000001993e0768cb40ca5ad574b83f3ce79cc1fba6d0fe367a9a58d 256 0.09/1.00 vMB 230
Previous 10 blocks ↓
Total Size: 782.07 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: 651.22 GB
    • Received: 13.48 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.