Loading Tool

Explorer IconExplorer

Memory Pool

72,757 transactions
27.97 vMB
0.06508506 BTC
Random Selection Loading Transactions
Max Size: 166.06/200 MB

Candidate Block

Mining Attempt 90437cb85f573f602abb179bbd7a4d3245a420245b3da1a0f6673575fd89eeaf
Version 20000000
Previous Block 000000000000000000003563c4b66b8c7aee15d5eb92bb97c05d0ba548e70e53
Merkle Root 0ca88d208bd18551681ab4a1fdbe399758c3478af3dd39b2c5a8e0c5211a34de
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,386
Size: 1.00 vMB
Total Fees: 0.00927999 BTC
Feerates: 180.34 > 0.93 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,033 (811,664 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
103,369 103,369 0000000000018a17b2d6a6874492aaac0363875c3b9f69b95bdc4cf73493b0ce 1 0.00/1.00 vMB 0
103,368 103,368 000000000002c08a608640d7630ec709bc4b2a428e419ffa6bb7c99acd7911fb 3 0.00/1.00 vMB 0
103,367 103,367 000000000002c16c98a8ce8ddf1e6a0540947023646838df3585f496f83f7057 1 0.00/1.00 vMB 0
103,366 103,366 000000000002d44479b264563aeb49bb530369667a70ac2dee7868ee794100eb 3 0.00/1.00 vMB 0
103,365 103,365 000000000000706a27683dc58eb601c1fdd75e8ebb87fecd005e96de9cb6d4ca 2 0.00/1.00 vMB 0
103,364 103,364 00000000000055c5040a4ef0e3ae5bf8bcdd2ac4587d7088924a411b4fa1a13b 6 0.00/1.00 vMB 0
103,363 103,363 0000000000018fa3de766361a49c5f532ce526a4685ae59ddc4e8ac2f9a49531 12 0.00/1.00 vMB 0
103,362 103,362 0000000000010d98058c41320451bb56d5814e240884fb7f8f5a19155a9b1c0c 9 0.00/1.00 vMB 0
103,361 103,361 00000000000241e2433a0ac6dd3b55cc90937eb65078e090e6bf79f3baed5aaa 20 0.01/1.00 vMB 0
103,360 103,360 000000000000f64bcec2e37569f83b920df870fbacad7dbf9bf4a95ed6ad31a1 1 0.00/1.00 vMB 0
103,359 103,359 00000000000028bfe108436f40a8ead0482fff32e7b3ac76a0c37c24cf7952cf 3 0.00/1.00 vMB 1,937
103,358 103,358 00000000000133c15396bdc0deada3b92e1853cf4758aeb2164bd43a382c723c 2 0.00/1.00 vMB 0
103,357 103,357 00000000000240a659de59a1e0a7903b19db4e0820c4747b2b854c4730b6869a 6 0.00/1.00 vMB 0
103,356 103,356 000000000002378be6526ec4f4a5117e1fa93736fd005b667e3e401c47419f20 12 0.00/1.00 vMB 0
103,355 103,355 000000000000dcbac6a894bd722cca9684d68f3d5c4f363337a60e590639f576 7 0.00/1.00 vMB 0
103,354 103,354 000000000001753deeea7a377da1e5afd18f4478aa5a891a1d55d3ab7335837f 5 0.00/1.00 vMB 0
103,353 103,353 00000000000137f81a75ea708da5fb80877e5a737b0539cd890130ac074240eb 7 0.00/1.00 vMB 223
103,352 103,352 0000000000017af14969aa0aec397eaf2fc08e75c82da3c9780a3765e3b2b0ea 1 0.00/1.00 vMB 0
103,351 103,351 000000000001deae5a86df534e6eb62b0355001dd5e141468b5e4eb41d82c8c6 2 0.00/1.00 vMB 3,861
103,350 103,350 000000000000faf3fb55060442b1192538818a558cbc5c273e565581319c212e 10 0.00/1.00 vMB 0
103,349 103,349 0000000000016d33a10d0fab2d8b15d3c987b9e02c8680df017f2fc0ba1a5911 16 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.45 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: 666.89 GB
    • Received: 15.23 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.