Loading Tool

Explorer IconExplorer

Memory Pool

41,390 transactions
27.39 vMB
0.08049241 BTC
Random Selection Loading Transactions
Max Size: 141.52/200 MB

Candidate Block

Mining Attempt a0f80ee58f9c7b8386a11f325efbf70d7b48f2833aa759ea4107f87a2403ac1d
Version 20000000
Previous Block 0000000000000000000125e4fd7be7c13b9e183c8ebf26e8254a360295f574ea
Merkle Root 953fab1eb1dc1522039f978ddd33ab2096226e25e8957ddad1da42ca2889ec1e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,054
Size: 1.00 vMB
Total Fees: 0.02713961 BTC
Feerates: 141.50 > 2.72 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,659 (682,893 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
231,766 231,766 00000000000001611e934a53c920d2e3c016317e106a9cb960ab8912fbfbd16e 223 0.11/1.00 vMB 114
231,765 231,765 000000000000001b64804c3cf4ecd2bdb07da7f903fa6e3e4b0f56808254955e 164 0.18/1.00 vMB 63
231,764 231,764 00000000000001095ebc561392b5d3f7f5383fdf8bc81429205c5962ed3ba0bc 631 0.28/1.00 vMB 132
231,763 231,763 000000000000014c34751c39fbcccd25b41414e5f5b860918685cf61bf01e18d 351 0.17/1.00 vMB 144
231,762 231,762 00000000000000a9e5f1ab62f5201b99b88228843a06b39ba891c1a95bf72a3b 307 0.12/1.00 vMB 166
231,761 231,761 00000000000001a23391e90b1a29b8daf4116a971237a87a2b3c01b8c6de206d 221 0.09/1.00 vMB 156
231,760 231,760 000000000000020089d67bd25d04a40c9c43b46f6c0b35c58d16146f3c5afbbd 213 0.09/1.00 vMB 178
231,759 231,759 00000000000001b27a2c83077c656848a50703307adb164e40e56e83ca3e04c1 44 0.02/1.00 vMB 203
231,758 231,758 000000000000005ff2d0fbcc3fc2c8e328c45ec046084bcbb612569f6dd03666 42 0.02/1.00 vMB 101
231,757 231,757 00000000000000fbc74f8653683d7302c9fda28d88bf34f80611114f54dcf32b 158 0.09/1.00 vMB 124
231,756 231,756 00000000000001834f61be5f90bd7840959c4990611e3fed2008243492d0652f 100 0.06/1.00 vMB 104
231,755 231,755 00000000000001b3265cbfde5c5bef744ad2ec46a1c733e2e7cd7324dc7dcc74 174 0.09/1.00 vMB 76
231,754 231,754 0000000000000083ceda46016ab9ec919e0a1662e32729b0987f2e80c9239b56 32 0.01/1.00 vMB 108
231,753 231,753 000000000000008f4d0eb675f13d069786cfd8293e4d657834281f57d3822d85 202 0.08/1.00 vMB 135
231,752 231,752 00000000000001db025cbb8464ae5fd163269b9158da59b4c81c77d6543d3a00 28 0.01/1.00 vMB 109
231,751 231,751 0000000000000087923805bf8e365985c2de2ee7e003f936b071f5647d1dc3ca 108 0.06/1.00 vMB 109
231,750 231,750 0000000000000217b676b2af118bb5723b32d5b6b95d6aa10c687fe3135451cd 27 0.01/1.00 vMB 142
231,749 231,749 00000000000001c4f460ff3f2d27ba34daa912cdde1b1eba4e3669ffb247c11c 41 0.01/1.00 vMB 82
231,748 231,748 00000000000000ce6ee639f3d3a6b9a20dd8fc8166aa8d811785213e76aca74b 268 0.15/1.00 vMB 106
231,747 231,747 000000000000000c4e6e95e3169aef2e78f6d21510c12deab8d05d1d3ba99592 89 0.04/1.00 vMB 65
231,746 231,746 000000000000009aafefa316d09d601683f2ccd53ddbd9a06391bd6e91738c95 441 0.20/1.00 vMB 135
Previous 10 blocks ↓
Total Size: 781.79 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: 633.65 GB
    • Received: 12.21 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.