Loading Tool

Explorer IconExplorer

Memory Pool

38,193 transactions
28.54 vMB
0.06316262 BTC
Random Selection Loading Transactions
Max Size: 144.33/200 MB

Candidate Block

Mining Attempt 4fc843f0973cccbd01e6a27651a3d9970ba92c0c454c550f109c6483f29748d6
Version 20000000
Previous Block 000000000000000000019a77c40282d48b8b439c6b19800056fbbad552052c91
Merkle Root 9f2af4cb11c8fe5264eb67ceb6bd13f326726d4e02abd4de50d69806a1f6094e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,753
Size: 1.00 vMB
Total Fees: 0.00804530 BTC
Feerates: 59.19 > 0.81 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,554 (815,386 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
99,168 99,168 0000000000001c5ee9797b96c02a2b1773672ead8400243259fa2e84693b52e5 2 0.00/1.00 vMB 0
99,167 99,167 000000000003fb114ec7becf4e4618d7db6c8c0aabccdbad3b6efebbc77ce518 2 0.00/1.00 vMB 0
99,166 99,166 000000000002a5ee117bb4e1cbcaed7fe789bbcfa09934db1022b1d29986f88e 3 0.00/1.00 vMB 240
99,165 99,165 0000000000002c77e2e5671887b3b491906e2df5b91773e5ec1af6a83aaacccf 1 0.00/1.00 vMB 0
99,164 99,164 00000000000341c980a02a3906f0950c52aacef35501826fa68c2b7a0e31d4ae 4 0.00/1.00 vMB 0
99,163 99,163 00000000000016731c73e408c31345c5bf9c939281a11e164e9a40cc5fe97b86 2 0.00/1.00 vMB 0
99,162 99,162 0000000000008e9a8eae889dafc9ce7392c2924c4bdda672398f5c17d2ba9f48 1 0.00/1.00 vMB 0
99,161 99,161 00000000000434bba06380a5f9ac980e202389a0e30aa44f158460a830905053 2 0.00/1.00 vMB 0
99,160 99,160 0000000000047dcc44489d4367682df2f0a4685248c22fd69b8e225af3b8ed0e 4 0.00/1.00 vMB 0
99,159 99,159 000000000002b024eb7927971f8e3b854eae9fa54bff85fe42f4adf73dc9b3c4 12 0.00/1.00 vMB 0
99,158 99,158 0000000000012892587c4b82ed680ec76dbffd47e9d5c8d54098f5741b904bdf 12 0.00/1.00 vMB 0
99,157 99,157 000000000003cb8849f96bed201e78cd5d492666a47ebea1498d4f3a78d2e753 9 0.00/1.00 vMB 0
99,156 99,156 0000000000001de6cc6b648a3d254fd7d13e3297a0deb371a86605cc971b87e1 1 0.00/1.00 vMB 0
99,155 99,155 00000000000273b5aa05cc1f8ceeea46909cc504fd413232fad5f75a34ca91a0 2 0.00/1.00 vMB 0
99,154 99,154 000000000000833ee20a9bf140d6316da8f04a611603cb8d7e9b362324451d65 6 0.00/1.00 vMB 200
99,153 99,153 0000000000019a940a82729efd5003561614aa638aa25c07032f5372360408a9 6 0.00/1.00 vMB 0
99,152 99,152 000000000001a0faac2d6d53752255412a9bfe0a85b195101a250907fc1ecc0a 12 0.00/1.00 vMB 0
99,151 99,151 000000000002a34e3f9f45e8bf5dd02cbdbb76925b5b5a2d516fc26f8525bdb9 7 0.00/1.00 vMB 107
99,150 99,150 000000000003079986c373ae1fc36ce36609d45e6bf7e22c180ff899f87dca01 1 0.00/1.00 vMB 0
99,149 99,149 000000000002958ccf08a632a027e780225274cfa0d51ff6715778ea5ec2a4eb 6 0.00/1.00 vMB 142
99,148 99,148 000000000000041ec3d8ac12233ca8537527bbb762db8935ffc9a708209b43dd 12 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.59 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 112
    • Outgoing: 10
  • Data Transfer:
    • Sent: 623.39 GB
    • Received: 11.45 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.