Loading Tool

Explorer IconExplorer

Memory Pool

79,170 transactions
30.69 vMB
0.10579685 BTC
Random Selection Loading Transactions
Max Size: 180.11/200 MB

Candidate Block

Mining Attempt 87e44036923ac19313d84257f4aaa2cff3f249d69eea65e56868b5ab68e37f01
Version 20000000
Previous Block 0000000000000000000021f3a956650a7471edcad1ab0779099a4375c55a0f91
Merkle Root dbffc5b2ad3893bb3b0bcf7b3b373971df33c9ba1a1cb815380565ec81ee10aa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,851
Size: 1.00 vMB
Total Fees: 0.03285172 BTC
Feerates: 201.36 > 3.29 > 0.47 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,058 (164,912 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
750,146 750,146 000000000000000000096b734dff63241b4bb4b642e90625781a6e79cb61d0bd 2,219 1.00/1.00 vMB 6
750,145 750,145 000000000000000000091ef6ca413f803aec1c93d9596a65592b2b7a0abe90fc 3,137 1.00/1.00 vMB 8
750,144 750,144 0000000000000000000873e9fb729e9a9d6bdb145b3c341e28bd9c2d51b2d3b7 2,251 1.00/1.00 vMB 21
750,143 750,143 000000000000000000043f17f28f84ab7760d6461a2b1ae3cbcb1350677cfcf5 2,196 1.00/1.00 vMB 9
750,142 750,142 000000000000000000084127391f9a8fc6e59f98dc48cbdb60b50b7ffebb7aa6 1,416 1.00/1.00 vMB 3
750,141 750,141 0000000000000000000657f89452da1e90ead1229c88cc8893320ebbca791ffe 2,555 1.00/1.00 vMB 4
750,140 750,140 00000000000000000009b47614c4f322db62771b28fc758c2fa1802633ef0095 2,891 1.00/1.00 vMB 15
750,139 750,139 00000000000000000009e128cb4317594b9690488ae96ad19684d805241d6234 3,127 1.00/1.00 vMB 15
750,138 750,138 000000000000000000061ba8071e79e45c7e5ef709d682320812925800413732 1,905 1.00/1.00 vMB 4
750,137 750,137 000000000000000000062241771ed802452c994a1b0487b017e25c93b0aa3166 2,693 1.00/1.00 vMB 13
750,136 750,136 000000000000000000037a39ecfaeafce907e16a84496233a4d375e93c4e12ec 2,413 1.00/1.00 vMB 18
750,135 750,135 0000000000000000000611dc20af1bf13a568b5d53e1ea67c3a8e78e760d9e14 1,310 1.00/1.00 vMB 14
750,134 750,134 00000000000000000004772ce4796ac9fbd8ea2252cc0f5f53d3cd2c1a0c2ffe 2,375 1.00/1.00 vMB 7
750,133 750,133 00000000000000000003792caac3d2ea28e5871c80344c0246fdd2c0cef22a12 2,676 1.00/1.00 vMB 16
750,132 750,132 00000000000000000004b95d54d47d54fda16425d4f26f01ccea34fd9723ba9b 2,568 1.00/1.00 vMB 10
750,131 750,131 000000000000000000025ac37e199be38ad7204af38385936d72b1a247d146d3 2,924 1.00/1.00 vMB 18
750,130 750,130 000000000000000000030427d20297f1884a5fb229b1076a14856525f41f5589 3,304 1.00/1.00 vMB 21
750,129 750,129 00000000000000000002f7d39ca6c914329a8d87010215ef6466c17ffaba0a1f 2,979 1.00/1.00 vMB 22
750,128 750,128 00000000000000000009a92e7461fa71737619a22308083ff09fe0be84d29291 2,765 1.00/1.00 vMB 6
750,127 750,127 00000000000000000007db3552ba44627e8cfc095af3c82ea0370df1a5d413b2 2,969 1.00/1.00 vMB 18
750,126 750,126 00000000000000000002fa7bdfcb4905afff542ef0927e21e9da0a9c2b84f5d5 1,645 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.49 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: 668.33 GB
    • Received: 15.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.