Loading Tool

Explorer IconExplorer

Memory Pool

32,063 transactions
27.83 vMB
0.06691295 BTC
Random Selection Loading Transactions
Max Size: 136.46/200 MB

Candidate Block

Mining Attempt 10ce5e65ccfb0ad77d7d2a779ccf6766ea0e333049dac9ddab3748a8fbb2cbbf
Version 20000000
Previous Block 0000000000000000000060e6b42c519f1600280c1d56df8b872ca0d7bb109b20
Merkle Root bdc5d25f03f813a5d32dce4990034b60275216735655db7e1a26d5fe24969c2b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,306
Size: 1.00 vMB
Total Fees: 0.01375649 BTC
Feerates: 194.93 > 1.38 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,506 (828,147 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
86,359 86,359 000000000019ba0ce9307d96f81ce01c0dde5bc176f79163f28725b4ac1bf1ec 1 0.00/1.00 vMB 0
86,358 86,358 0000000000129722038d94e8eec562fb222f9dedb57e36830b0630b198ad091c 1 0.00/1.00 vMB 0
86,357 86,357 000000000019987303a1ef8ba411dea1c96d14764f2bf02082d2768814f40409 2 0.00/1.00 vMB 0
86,356 86,356 00000000001d183a035f9f20a0bf701b33a95641f920c4311daccc62a69e6daf 1 0.00/1.00 vMB 0
86,355 86,355 000000000015be682c9931db28d9e88a525339a2c8c9335235cad472f9f2d57b 3 0.00/1.00 vMB 0
86,354 86,354 00000000002ebe6546bfb5a3a6cc5d10f6ce2806e6ab83b87b2ab3b1f430d7ae 2 0.00/1.00 vMB 0
86,353 86,353 000000000027be5be0d66ea1ad0c6b40945ec4f173c2481c72ca03cf9e476f6d 1 0.00/1.00 vMB 0
86,352 86,352 0000000000252524260b678219acc51f7c7af0723f72fc90159113ab24bc2f98 1 0.00/1.00 vMB 0
86,351 86,351 00000000001f60c252f5b8dfade599e196028c4b4bdc809ac9cd9ed10e95ceb3 1 0.00/1.00 vMB 0
86,350 86,350 0000000000121e22052405405059f01106abc1e0b663ea62738be8a78c816fc7 1 0.00/1.00 vMB 0
86,349 86,349 00000000001e953e50299b22c87305b00417a7060659b6dba91877f916b43f73 2 0.00/1.00 vMB 0
86,348 86,348 00000000001dfe5d3ba49da84ce03dcd8b89b501fb2826eba22638a2c4a96a4b 3 0.00/1.00 vMB 0
86,347 86,347 000000000020b97f87422c64a87c41eb3456fb372305c71fc6f5c30499f9d012 1 0.00/1.00 vMB 0
86,346 86,346 0000000000004cb5b8e1766470073a078704801a991c69934a51b8fd747b35b1 1 0.00/1.00 vMB 0
86,345 86,345 00000000002245ad9e1322819b65c66718e79d55ebd558dfcf8edb5a1eaf999c 6 0.00/1.00 vMB 0
86,344 86,344 00000000001e4fcf88ed167bec32d3d66f83e25e93d919e0697c1c5835d327e5 1 0.00/1.00 vMB 0
86,343 86,343 0000000000205f101b4e05a1a58f89789e16fdf44bd81e7e6d22ef4cbb95b973 1 0.00/1.00 vMB 0
86,342 86,342 00000000002cba13ff23f958db7e64756831862578fbc60588b9af51e3fb324d 2 0.00/1.00 vMB 0
86,341 86,341 000000000013e7e5013d24849394d108a837a07989e1133adca8c0da145dff5e 3 0.01/1.00 vMB 0
86,340 86,340 00000000001098fabed2c556278211ddffd6d26ed50d9e9665207d0ea26828b0 4 0.00/1.00 vMB 0
86,339 86,339 00000000001edb4b5572a70a747ce44e981d75b2c3daddf78887ea8252b4788b 4 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.51 GB

Node Details:

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