Loading Tool

Explorer IconExplorer

Memory Pool

76,128 transactions
29.13 vMB
0.10360720 BTC
Random Selection Loading Transactions
Max Size: 172.21/200 MB

Candidate Block

Mining Attempt acf9d4a3f2b6f7bab1f25dc11c570398841b43b7902fe3c69b0e2766260b0feb
Version 20000000
Previous Block 000000000000000000007d0a1e8c0ae4964fa44e3af26c0b0a6f061f00bb89fc
Merkle Root f51c7ec3c480f51706bf772de19ea59dda56e566ca859e950e227395a01998c1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,406
Size: 1.00 vMB
Total Fees: 0.04133800 BTC
Feerates: 201.37 > 4.14 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,039 (324,555 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
590,484 590,484 0000000000000000000d342f350dce7750a2274b5050487695ba7ece2b6de516 1,805 0.66/1.00 vMB 48
590,483 590,483 000000000000000000049d7a8589a8d372663d91f2c3d63dd4d72e7db3006d56 884 0.27/1.00 vMB 15
590,482 590,482 00000000000000000003c349c9da2e197a1452d7f4bbce5c1eae3fdc64589622 2,705 1.00/1.00 vMB 13
590,481 590,481 000000000000000000194871334d0501ad3161cf7f0e09c43310626fe64b1544 3,181 1.00/1.00 vMB 56
590,480 590,480 0000000000000000000342d4692cfdac6ef4f5b5c04684d70c7428855c9af500 339 0.14/1.00 vMB 5
590,479 590,479 0000000000000000000cadc303fbe1da0bf5a1bb95c2b9752fc1fe7627404663 2,396 1.00/1.00 vMB 16
590,478 590,478 0000000000000000001a8515dd6e51742d35ea4143f58850d5fde85f90829db3 2,130 1.00/1.00 vMB 26
590,477 590,477 00000000000000000002c216de0248fc47413d23b0c51867555a80866b5ae152 1 0.00/1.00 vMB 0
590,476 590,476 00000000000000000000dcb6d84fdf2ef10a5c5951ad3a3d5437cd25ac76b533 2,625 1.00/1.00 vMB 11
590,475 590,475 00000000000000000015d538f1c8302df371d72115a1676e5d76a7d1a87128fb 2,382 1.00/1.00 vMB 35
590,474 590,474 00000000000000000011b712f0994989619adf9c9d855ef108ce95dea23fc052 2,876 1.00/1.00 vMB 63
590,473 590,473 0000000000000000000276b9ed0f31a2e7c557a8ad7c1672a9666cdb44381e25 3,499 1.00/1.00 vMB 85
590,472 590,472 000000000000000000075a6003258921c2eedd93114c2d7999fe879dbc5f4189 2,934 1.00/1.00 vMB 37
590,471 590,471 0000000000000000000a98caa5e1ed6cdf9d385880bf6c434a634f9194c8a0a2 3,112 1.00/1.00 vMB 10
590,470 590,470 0000000000000000000aaded52d5ea4e6d3870341715c91d4d4d8d5a38fe8bc6 2,714 1.00/1.00 vMB 51
590,469 590,469 0000000000000000000ad0126b1cac42b1504b9faf4c704fced24149c8709ffb 3,021 1.00/1.00 vMB 53
590,468 590,468 0000000000000000000662ca7f874b628b8d67adee60a39d2f29fe7b12c94004 3,302 1.00/1.00 vMB 57
590,467 590,467 00000000000000000002f5105dc4fabbffb290589989f1108a3c0249e8abd3eb 1,673 0.51/1.00 vMB 33
590,466 590,466 0000000000000000000d27299e581c243c370bb942f5f02eecb13fc382ad600d 2,225 0.90/1.00 vMB 25
590,465 590,465 00000000000000000012623d52c5d7211c2e6f9c6679585bc8a8d264585484d9 1,612 1.00/1.00 vMB 2
590,464 590,464 00000000000000000016bfa840d5423aecae0d69b94a1951c402448aeef1b210 2,522 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.46 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: 667.91 GB
    • Received: 15.31 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.