Loading Tool

Explorer IconExplorer

Memory Pool

42,505 transactions
29.24 vMB
0.07485930 BTC
Random Selection Loading Transactions
Max Size: 149.94/200 MB

Candidate Block

Mining Attempt 1c087a761c6b5a50391db440c41047b0ef7c76ca2a86c0e0ec0668493190c482
Version 20000000
Previous Block 0000000000000000000109f5c0bf8516a6aa7ceb54e4b23cd73ce285a7f939df
Merkle Root 47ff4a2e37dff6903ef9567aca444ef8d7ae8acb261e8d3fd27ae7dc5d090e35
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,639
Size: 1.00 vMB
Total Fees: 0.01758620 BTC
Feerates: 100.36 > 1.76 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,614 (476,592 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
438,022 438,022 000000000000000003d11d8e000a9f3574c356f519954f4344736efdfd716f22 1,850 1.00/1.00 vMB 55
438,021 438,021 0000000000000000009d9152742304e37fc0815b87949156242c2835768487f1 2,006 1.00/1.00 vMB 74
438,020 438,020 000000000000000001dcc192a76e78bfabb8f495531b80849b54fd723205de3a 1,001 1.00/1.00 vMB 29
438,019 438,019 000000000000000001736dcf7d8388ac2b42ef60a6a65e293a2113b8c31c799f 1,936 1.00/1.00 vMB 47
438,018 438,018 000000000000000000eb76716755d0f1c1ad5b6daddcc4e9517f7567c7b4ee1e 1,866 1.00/1.00 vMB 61
438,017 438,017 00000000000000000014833132dd274ae067f49c2acf347d4407c373cf7ea9fc 2,104 0.75/1.00 vMB 98
438,016 438,016 000000000000000000b348ec45abf01c32745d4186989c3de6f3c325b17f6347 2,175 1.00/1.00 vMB 47
438,015 438,015 00000000000000000427bed40494d508bd012595111c27f3fa66148a7576b6ed 1,645 1.00/1.00 vMB 58
438,014 438,014 000000000000000002806d32ff9428451150803481a2bd415e512be589789956 2,471 1.00/1.00 vMB 78
438,013 438,013 00000000000000000311b0d3a9385fd5df099c16c816820073227e0cfd3f882c 2,212 1.00/1.00 vMB 85
438,012 438,012 000000000000000000c2bec933a2f1fa9fb8f10a0c2281f95bbe8f2cd55dbad7 2,375 0.99/1.00 vMB 59
438,011 438,011 000000000000000000d0078b6fdf97af3743bd7bba7022ba2f4adae41dd5c51b 2,118 1.00/1.00 vMB 92
438,010 438,010 000000000000000003a40ab603f2c5ab33f0e42d69e9aa1821701c72d8cd1199 2,696 1.00/1.00 vMB 60
438,009 438,009 00000000000000000095139beb7b40b65c051f95d8974bf54c5bfda864384e5e 1,686 0.75/1.00 vMB 64
438,008 438,008 000000000000000002a6181d301bf99991331982d21d3fb3ba48c3e16d85c395 2,544 1.00/1.00 vMB 102
438,007 438,007 000000000000000002a92fd1c47b40810d0693edd4ce5c0983e67f41199331ac 2,827 1.00/1.00 vMB 77
438,006 438,006 000000000000000002f24e91d81da01ea78b699d44490c74329f9fee96d6a2f8 272 0.99/1.00 vMB 6
438,005 438,005 0000000000000000041729a5dbec6a4831db8ceae73b3cc1573405c174870eae 1,865 0.80/1.00 vMB 65
438,004 438,004 0000000000000000029e35ea92f139b1b1140127212f60401108cbb7af43ffac 1,023 0.99/1.00 vMB 26
438,003 438,003 000000000000000002d937bca30f4af214e17029a4af3c5118329122df6a07a5 1,815 0.91/1.00 vMB 40
438,002 438,002 0000000000000000020c6f46731310e9575582d89ef340eda7cef80b87e9722a 2,271 1.00/1.00 vMB 53
Previous 10 blocks ↓
Total Size: 781.71 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: 629.31 GB
    • Received: 11.90 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.