Loading Tool

Explorer IconExplorer

Memory Pool

80,010 transactions
29.76 vMB
0.09205521 BTC
Random Selection Loading Transactions
Max Size: 179.76/200 MB

Candidate Block

Mining Attempt 79ce7fed384a5a14cede9807f726d775109d05c8a7dcc21b77fcff975c8509fa
Version 20000000
Previous Block 0000000000000000000134f51554c94e7c4e33ec04070a06b3ca9e0eb5c85a0c
Merkle Root f0228641a9b4b7a7dfb4cd9034fd7698967013e81e1538af4b41488b07facdb1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,741
Size: 1.00 vMB
Total Fees: 0.02759918 BTC
Feerates: 100.11 > 2.77 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,097 (73,353 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
841,744 841,744 0000000000000000000092fceaf8774f74ad5425be2caa4de5deb6102a0280bc 6,508 1.00/1.00 vMB 15
841,743 841,743 000000000000000000008a2c3aa0a6ad5e3b1f660bea8dd7f1b19286fc76256e 3,830 1.00/1.00 vMB 25
841,742 841,742 0000000000000000000164ee378e3d75c2b70ce749428ffcbf66331e44d4c5d3 3,101 1.00/1.00 vMB 16
841,741 841,741 000000000000000000003da1e2ebb03d7f9029ef9c59139b8aa8ea58dd1cc68b 3,917 1.00/1.00 vMB 21
841,740 841,740 00000000000000000001c7d51ef1113d7a475b9cd80d1fcab6c7f0b0dbb2a84c 5,306 1.00/1.00 vMB 21
841,739 841,739 00000000000000000001eaa6b4064033aa4d3daae50b8ffc4e2c0c8925c221b3 3,225 1.00/1.00 vMB 16
841,738 841,738 00000000000000000000f8ffeaa7706368148c6db5a79e0b76e0a4d24669f223 3,399 1.00/1.00 vMB 17
841,737 841,737 00000000000000000001a4ed22bbe123d741ee1f7d42230cc954dbf9d896a761 4,877 1.00/1.00 vMB 19
841,736 841,736 000000000000000000012f87445349251d72d7d545a8b8ea0a1f7dd538953711 5,107 1.00/1.00 vMB 19
841,735 841,735 0000000000000000000033bda4dc6379854fd3cc9856e6f6af5d5319d1629bf2 978 1.00/1.00 vMB 27
841,734 841,734 00000000000000000002ddcb73e2aff9879490288ef2ea46f3826e13a4546031 3,526 1.00/1.00 vMB 17
841,733 841,733 0000000000000000000318fea286739ac698352116eb14c6999c1e4e87cf3b24 4,550 1.00/1.00 vMB 23
841,732 841,732 00000000000000000000104529549796732f01459a9dc674f4e58af7988d3bab 2,551 1.00/1.00 vMB 36
841,731 841,731 00000000000000000000575901bc5dcde3bddff22dfd6c92ade8a09ef14fec96 5,314 1.00/1.00 vMB 23
841,730 841,730 00000000000000000001923891b7c70ac5d227bdeb123038de30c924eaf41c3c 5,544 1.00/1.00 vMB 20
841,729 841,729 000000000000000000016696fdbce75ca3459191bfd7657d5209a9090bb1987f 5,388 1.00/1.00 vMB 22
841,728 841,728 0000000000000000000119112effb2ce37fb3a230f5462323fff49542be366da 4,565 1.00/1.00 vMB 23
841,727 841,727 0000000000000000000147d344470ed6e8ee944eccb3ff41d52f7e52070af832 4,484 1.00/1.00 vMB 19
841,726 841,726 000000000000000000015dbc9725db193adcb5be0f3eede514ddd004c099b926 2,731 1.00/1.00 vMB 32
841,725 841,725 000000000000000000014145ae371653a067cf2366088ebe7d43d1874c1c93fd 4,007 1.00/1.00 vMB 19
841,724 841,724 000000000000000000005aeaa3cd842f60ae9fc608bfe1332cdcbca0663f50a2 2,485 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.56 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: 670.17 GB
    • Received: 15.83 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.