Loading Tool

Explorer IconExplorer

Memory Pool

89,095 transactions
33.08 vMB
0.20331740 BTC
Random Selection Loading Transactions
Max Size: 199.68/200 MB

Candidate Block

Mining Attempt 54bcfc67d58bbe7a6beb5ac1b38da7c160d4c4fe76f38c38fef4aac099e73c0e
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root 5403a8407027f7f0405ed0bc3f0376d8db758e2217a8a7a8ace494ca1f058b37
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,864
Size: 1.00 vMB
Total Fees: 0.09039062 BTC
Feerates: 387.56 > 9.06 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (467,907 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
447,046 447,046 000000000000000000ebb432997dbac0ee758a7f94b893b5e2db545978c5949d 2,167 1.00/1.00 vMB 78
447,045 447,045 000000000000000002e3a4fac533ea4010f3abe9dca50736d000b22b8caebd0a 2,329 1.00/1.00 vMB 113
447,044 447,044 0000000000000000034643675a9119d565769cc3530e5070a7452321dda46344 1,930 1.00/1.00 vMB 74
447,043 447,043 000000000000000001a4f875c8aaf0dea9183f32901060fe42a2c70e19ee3de3 2,474 1.00/1.00 vMB 90
447,042 447,042 000000000000000002689fecb764f01dddae8c5208a3cc0bf94dac01b53f10be 1,803 1.00/1.00 vMB 120
447,041 447,041 000000000000000001ccae1ab9243d9d8a48fcdd6dcca2e06da586bd6896dc34 2,132 1.00/1.00 vMB 94
447,040 447,040 000000000000000000f1f9274177eead18ddf692f4372644d339fdf9f65fcaa7 2,381 1.00/1.00 vMB 92
447,039 447,039 000000000000000001b7c4cbabc3f78a1da3cb192cab9c9289ab59c54f6eeb7d 1,909 1.00/1.00 vMB 65
447,038 447,038 000000000000000000f343dcd208b04374a5694736b19a0ef142625a583ac68c 1,972 1.00/1.00 vMB 66
447,037 447,037 000000000000000001f9deb4c0d76532869c31a438d608631f5fe83ea53492d4 2,348 1.00/1.00 vMB 86
447,036 447,036 00000000000000000078020c96e086886ff285549f8f292a2c42067ae2751664 2,375 0.99/1.00 vMB 91
447,035 447,035 00000000000000000017b3940d0791eaaed8c271a2632ceafbd929e7ef262adf 2,193 1.00/1.00 vMB 100
447,034 447,034 000000000000000002bda9fc0af758672a763319643d5d0be1e90c121507d82b 1,831 1.00/1.00 vMB 83
447,033 447,033 0000000000000000034148a9125df103ad1d798762019c17766fe369748f12ae 2,680 1.00/1.00 vMB 70
447,032 447,032 00000000000000000229172ee44140a203bb7e73df27d2d8a117919fb29a18fe 2,304 1.00/1.00 vMB 94
447,031 447,031 000000000000000001e183ec649c90796ba893c6b29fe826423f048265149fd3 2,454 1.00/1.00 vMB 87
447,030 447,030 0000000000000000033d18b58cbba430fdc19db7b159a41a9fa689c2dd6d5e1b 2,507 1.00/1.00 vMB 101
447,029 447,029 000000000000000003007667b62bc5f558a071f266bab3c4e9174e3db377fcb8 1,296 1.00/1.00 vMB 40
447,028 447,028 000000000000000000d5011a71dbd70d9e734cda2c63ce8395cfe134f04d7227 2,491 1.00/1.00 vMB 71
447,027 447,027 00000000000000000334a7640675f63098daf99e84fad30e5ff10888c50e0933 2,290 1.00/1.00 vMB 85
447,026 447,026 0000000000000000017b3bf4b74a0d82a65e8d9a3215541472f4dc942a55f470 1,988 1.00/1.00 vMB 74
Previous 10 blocks ↓
Total Size: 782.31 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: 660.19 GB
    • Received: 14.62 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.