Loading Tool

Explorer IconExplorer

Memory Pool

44,766 transactions
26.88 vMB
0.06550574 BTC
Random Selection Loading Transactions
Max Size: 141.63/200 MB

Candidate Block

Mining Attempt 54ff0aa71c4748b221bad83ed99aa391b4c8d4c71110f14c37d5d50306235fc9
Version 20000000
Previous Block 00000000000000000000facfaa62459f98f3b2a139e8179039060bf314a7e923
Merkle Root ccdefe11f004c183ddb1a22418cd2ba8ecd5b993da024eeceec30f5c5f929ea5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,456
Size: 1.00 vMB
Total Fees: 0.01582128 BTC
Feerates: 251.72 > 1.59 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,747 (243,847 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
670,900 670,900 00000000000000000007baaaee906632d6d4a18077b7a513d85574db4eb6f69b 2,594 1.00/1.00 vMB 88
670,899 670,899 000000000000000000014a6e5db383e0fe034843d7ec425e32905f0a0d38054d 2,450 1.00/1.00 vMB 76
670,898 670,898 00000000000000000002b83fc3925c7ec20d7c91720709dbe911a0d49fa83e96 2,635 1.00/1.00 vMB 91
670,897 670,897 0000000000000000000beefc1419de927332a9f5db308af83ff055f3eab120fd 2,128 1.00/1.00 vMB 100
670,896 670,896 0000000000000000000b12d307b9815fdab4f0edd02384edcd2940d58295e62c 1,430 1.00/1.00 vMB 114
670,895 670,895 0000000000000000000c06df8abe93a7fddacb2589efbd4f201e8475166cb020 2,600 1.00/1.00 vMB 63
670,894 670,894 00000000000000000003f6bbc609e59974a6f16318e6035e32258b6a76747b84 2,772 1.00/1.00 vMB 108
670,893 670,893 0000000000000000000a1e0cced8d55768384b38162fd2131a2f5e938de7a093 2,973 1.00/1.00 vMB 67
670,892 670,892 0000000000000000000964a1109b41214a5924e1b5a67eb962aea715ea697cc0 2,448 1.00/1.00 vMB 110
670,891 670,891 00000000000000000004b4f736800d05baded7d76217f419cad86b21ad6e0c1e 3,324 1.00/1.00 vMB 86
670,890 670,890 000000000000000000080c9e54701f5841c456321a21b49209de355019ae7c11 2,829 1.00/1.00 vMB 107
670,889 670,889 000000000000000000039b3ed02b91a3f3b0c9436ca367dfcced0ccb366f3994 2,869 1.00/1.00 vMB 115
670,888 670,888 00000000000000000005acb31b2f83ef6f736a600b9b11148627763ce3f12d33 1,603 1.00/1.00 vMB 110
670,887 670,887 000000000000000000020b2eff4fe694a98667d1983b66cc919ab0761de9d94e 2,383 1.00/1.00 vMB 117
670,886 670,886 00000000000000000007dc9c1847795edaba82ac96faa8d35cbdc3d0e6d39065 2,661 1.00/1.00 vMB 115
670,885 670,885 0000000000000000000bfaeafa031a9549bdf36ff4e22efc54d353424698f435 2,529 1.00/1.00 vMB 116
670,884 670,884 0000000000000000000ad634e20bc0e117e783d101a4cf160e4556265e586442 3,154 1.00/1.00 vMB 148
670,883 670,883 0000000000000000000aa2858b41b836f58d22b664bc2b7cfe9136ba26414d33 3,032 1.00/1.00 vMB 62
670,882 670,882 00000000000000000000a69575df7dc1eceae90bbdc4c4bbe4a692c2c5adfe44 3,166 1.00/1.00 vMB 84
670,881 670,881 00000000000000000004acfc4ebde4ff6af886dfdbb1eb118e05a432e0b90173 2,899 1.00/1.00 vMB 110
670,880 670,880 0000000000000000000b33cff20e57fce80583a9c8375a17b3712c13fe18eb22 2,640 1.00/1.00 vMB 105
Previous 10 blocks ↓
Total Size: 781.94 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: 646.70 GB
    • Received: 12.88 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.