Loading Tool

Explorer IconExplorer

Memory Pool

49,129 transactions
30.54 vMB
0.09465236 BTC
Random Selection Loading Transactions
Max Size: 163.39/200 MB

Candidate Block

Mining Attempt fce40c7431981efa48ad093f6398824e621c2952ab7f776ccd4ad6cb3b4acf85
Version 20000000
Previous Block 0000000000000000000132ab124e17e42052e9ae16d60ff0455651bf47e15c17
Merkle Root eb06d2e072b478e90db7ebbbd0434e5b3e2b86dd760765f663085b1595c74dc7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,547
Size: 1.00 vMB
Total Fees: 0.03155825 BTC
Feerates: 101.56 > 3.16 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,853 (148,060 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
766,793 766,793 000000000000000000035233be2d7fc0e51b5ed7ccc5ac80e93474c05ad7c69d 2,943 1.00/1.00 vMB 13
766,792 766,792 00000000000000000002edda21b343c712c1a31dfec462bae34f719180b0b5e2 1,864 1.00/1.00 vMB 6
766,791 766,791 000000000000000000064961b4fb63b49950cb1904c9b11c0b3c311bb37b6b24 329 1.00/1.00 vMB 2
766,790 766,790 00000000000000000004bee876735118df031c892bf6dbd29d94112cedab0db9 1,747 1.00/1.00 vMB 8
766,789 766,789 00000000000000000003d0fb42990adfeb7c75012735aa0cca35093dc9194a51 1,062 1.00/1.00 vMB 4
766,788 766,788 0000000000000000000136fa0ca204cb0ccf4fb3af75a6caaa0c30414670f005 3,466 1.00/1.00 vMB 6
766,787 766,787 000000000000000000039c2736152a24ea76cde645d3bde910ea7c9469ca4b19 2,402 1.00/1.00 vMB 14
766,786 766,786 00000000000000000006759c43102f24cb83c2ac89aa8d097f04a3db5d01f68c 1,531 1.00/1.00 vMB 11
766,785 766,785 00000000000000000003607291efb4af8c1d25aabf0ced126c9bd2c248f15907 3,031 1.00/1.00 vMB 17
766,784 766,784 00000000000000000004c03333f55840e2dff3fce08e09a5e05db8b5c6b7c8b8 268 1.00/1.00 vMB 9
766,783 766,783 000000000000000000050b9203ba32fb0d8ba092b9c6d9a2cc9b307e1fb01c3e 1,700 1.00/1.00 vMB 12
766,782 766,782 00000000000000000006d6c81c082b13e0d6bf5fe8f49889d95101de5c32f70f 367 1.00/1.00 vMB 9
766,781 766,781 0000000000000000000244f34d4f23938b97b2fc7fe6379084a80699ca1b9c01 614 1.00/1.00 vMB 10
766,780 766,780 00000000000000000007b0f95d3c983b44e36e2faab722390e37533ea27b39f1 222 1.00/1.00 vMB 3
766,779 766,779 000000000000000000005117f442fcd20168a2954b15f9a287e47f36d120b4da 772 1.00/1.00 vMB 5
766,778 766,778 00000000000000000001872f1e99f1df5460ce0537c1a195c94e73700e30e56c 925 1.00/1.00 vMB 4
766,777 766,777 000000000000000000060d2fb3cebfbd024d0b7a6bf46db1b23bf745aed9868b 3,629 1.00/1.00 vMB 13
766,776 766,776 00000000000000000003951f014a8b8f366d8cf24da7d1390cda57cd8f4da79f 791 1.00/1.00 vMB 5
766,775 766,775 000000000000000000050a113d764034893c01d6f2c255f2a811864dccbea1c0 567 1.00/1.00 vMB 4
766,774 766,774 00000000000000000005ae1997983e6915c9004429f3e8d1a93e6c82706cc4d1 169 1.00/1.00 vMB 3
766,773 766,773 00000000000000000003e6a0da43859381624e3fe69712d63419da94a95073e2 1,459 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.13 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: 652.42 GB
    • Received: 13.77 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.