Loading Tool

Explorer IconExplorer

Memory Pool

45,610 transactions
27.93 vMB
0.09165618 BTC
Random Selection Loading Transactions
Max Size: 146.73/200 MB

Candidate Block

Mining Attempt b36e6baaef338004c412217aa9eb5544996cb2b1e446fa0182c37ca73a766515
Version 20000000
Previous Block 00000000000000000000d4a518e70dcf6645c40c788678282cd7f9e240afc9e0
Merkle Root 2812b2658c91691b4e6c66c7d2bdeef9981176af2ed258e37e3d60560ba2eb8b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,052
Size: 1.00 vMB
Total Fees: 0.03623818 BTC
Feerates: 197.49 > 3.63 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,912 (101,704 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
813,208 813,208 0000000000000000000112233ae1f12c6460faee6bfea60b4ab3d05f61dbeedc 1,188 1.00/1.00 vMB 4
813,207 813,207 0000000000000000000395b4ef023b3b564ff002904b33198d3c442e7fc7e50d 2,502 1.00/1.00 vMB 13
813,206 813,206 00000000000000000004189f454deeec089a1f8dcfc86020fcf075cd7ac3f3f7 1,696 1.00/1.00 vMB 7
813,205 813,205 000000000000000000012b33f0a37483476e2ad2dd5b1f6f67e4593e45c81b96 1,946 1.00/1.00 vMB 10
813,204 813,204 00000000000000000002b821b171b0812c9fde5a9564ce2af89c42ef2a62e5e5 1,420 1.00/1.00 vMB 6
813,203 813,203 000000000000000000027533d48aef5e557eb80dba6d9b95564d546b5aad1ff6 1,554 1.00/1.00 vMB 9
813,202 813,202 00000000000000000000f28960b8df302b64ee9fa7f6327e076c694157387a2f 1,263 1.00/1.00 vMB 7
813,201 813,201 00000000000000000001e0c7711f609234395cfe6b3cccfad1ee10e335f6aa96 2,571 1.00/1.00 vMB 16
813,200 813,200 0000000000000000000414ae80032f7550b3f7df03ddfc39c16dc0c690d2c22c 1,767 1.00/1.00 vMB 8
813,199 813,199 000000000000000000023cf83a2bb5e10d92b03fae79ae7a76fd2898cc468f49 3,246 1.00/1.00 vMB 15
813,198 813,198 000000000000000000042964fff8cd4c9c003591dae24f3dd6b24d3caf95b002 2,255 1.00/1.00 vMB 11
813,197 813,197 000000000000000000029f90e641404f3a87ea04b48b06edfcd4fd9baf53e13a 3,827 1.00/1.00 vMB 17
813,196 813,196 000000000000000000023be8b1e2e447a2ef3517bc01a19dd921667a3dd286bc 2,930 1.00/1.00 vMB 29
813,195 813,195 000000000000000000014aeeaf9304117771240a137984d2a645a8c161b1da82 1,690 1.00/1.00 vMB 7
813,194 813,194 000000000000000000047b537cefd48352f7d31b322acdbed21973021fc2f8cb 2,030 1.00/1.00 vMB 11
813,193 813,193 00000000000000000000b406a7340ca6d435ea6c52c4e347b3966f3624a55c3d 1,325 1.00/1.00 vMB 5
813,192 813,192 0000000000000000000161a549ae541a520fff0431274ab684c7844a2f99e3a9 1,955 1.00/1.00 vMB 10
813,191 813,191 00000000000000000004321375b34338b9b03783b7abce2780253d039908d52b 2,872 1.00/1.00 vMB 12
813,190 813,190 000000000000000000049477be99fcd17fafcc58417e0e6c71bb0306efa3de52 3,527 1.00/1.00 vMB 24
813,189 813,189 0000000000000000000487b4fdb7994883f4cec500fae9327efb0579ee7dfb18 1,242 1.00/1.00 vMB 6
813,188 813,188 0000000000000000000284a9a34a1f38d1db4ace6d6be4bb39b7c23339b51b80 3,023 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.23 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: 655.05 GB
    • Received: 14.24 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.