Loading Tool

Explorer IconExplorer

Memory Pool

50,405 transactions
29.00 vMB
0.07327130 BTC
Random Selection Loading Transactions
Max Size: 156.47/200 MB

Candidate Block

Mining Attempt 27cb87ed34dc2fa8ac70ed14515bbfbe2e3f3fb835e65cf8f3262dceef04c5a5
Version 20000000
Previous Block 0000000000000000000191cff1c72555e27a3caba96683c65a586451f3da17d1
Merkle Root 36e240d5e4ea517a5726de8100c43251bbeff0baeeefbb368cc841baadb58f1c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,168
Size: 1.00 vMB
Total Fees: 0.01787528 BTC
Feerates: 173.90 > 1.79 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,840 (697,031 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
217,809 217,809 0000000000000168415e522fa6dfc940e1970c882c3a96c58c64cdcffd0f7edd 494 0.21/1.00 vMB 214
217,808 217,808 00000000000004811d95d5d57d3274acda4029bc01dd90f2d5148190e517173b 637 0.24/1.00 vMB 241
217,807 217,807 00000000000000e0e38bd5d3d114ddfec72d5f117df2af669a21517484d3bc4b 83 0.06/1.00 vMB 82
217,806 217,806 000000000000012d08c8a7a1f99703d464a2cdb49e5b3646a29a08bbdfe6a9e5 370 0.42/1.00 vMB 57
217,805 217,805 00000000000004ebf0ddeb3a2991f7622556d54c6c42603bfcfa415d7e5b5191 79 0.05/1.00 vMB 3,742
217,804 217,804 00000000000001ce7b56fc9ade29a9457162b796cd588d63a467776a48ad0a86 94 0.06/1.00 vMB 147
217,803 217,803 00000000000003b37e0f91103f2c7e984b7f42b1f81e73bdf8707f629722f7f3 84 0.04/1.00 vMB 145
217,802 217,802 000000000000007aa8c5c4714ed56a0874c373f9ad738ebd705f52645b47f5da 49 0.02/1.00 vMB 179
217,801 217,801 000000000000052640dc0e6accd6821de725eb1dcd52f4ac19cbd9312fff8613 487 0.20/1.00 vMB 201
217,800 217,800 0000000000000565ed5ca5a2979f7f4e006adb84dbb31b7fb91bd30d5d5f70cc 479 0.49/1.00 vMB 36
217,799 217,799 0000000000000089aba65c042449f7b93a3f8b491ef82d4cdc9fc796fcfc467f 568 0.25/1.00 vMB 206
217,798 217,798 000000000000022298a1e1405488e61cd7d75514981b0742eaf178af531540c3 627 0.29/1.00 vMB 207
217,797 217,797 00000000000004f2ab296727abfcc2f8d02cf704074c8826365f263dc1934f59 125 0.05/1.00 vMB 102
217,796 217,796 00000000000000caeac2d8d59a91a9996acff8020132f36b1a8b64088fc95825 123 0.05/1.00 vMB 49
217,795 217,795 00000000000002a33ba9b56b6a72c47304f90fff8b6b4fa4e53b5ca518345fd8 670 0.25/1.00 vMB 204
217,794 217,794 0000000000000416b387d9e2e473823127ee7013080dad536c3c8fac344b368a 601 0.26/1.00 vMB 199
217,793 217,793 00000000000001854ecb5ec064be99ec289bd7cb118b02b4fbe87ddd494f1e5c 399 0.18/1.00 vMB 141
217,792 217,792 000000000000015c84bf59f627c89620219d373ef762fe42c698adf1cc54e170 427 0.28/1.00 vMB 138
217,791 217,791 000000000000040ccc938e54600de488bfce2154c35e181c650eefddd40584b4 299 0.09/1.00 vMB 49
217,790 217,790 0000000000000067fa26c707ae152cfdd78601d5e2005c2f86bb536ec1c31f2d 96 0.26/1.00 vMB 73
217,789 217,789 00000000000000e4ce6d115f5fb51cd551e8a3c05ed34073c755590d23c41c8c 119 0.26/1.00 vMB 118
Previous 10 blocks ↓
Total Size: 782.11 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: 651.84 GB
    • Received: 13.65 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.