Loading Tool

Explorer IconExplorer

Memory Pool

43,602 transactions
27.86 vMB
0.10263697 BTC
Random Selection Loading Transactions
Max Size: 146.69/200 MB

Candidate Block

Mining Attempt bdd8c349c6a7a1bb9a2ec1f76eb2da51aecae248c7651f1d2f74b46673d3867c
Version 20000000
Previous Block 00000000000000000001d19b6080821c1c0b63cbe116d40ad8df3fda8218035b
Merkle Root 5723271e96ec890d41f64f675dbd627160f2b0bd6c484938d7ac74a0107cb891
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,524
Size: 1.00 vMB
Total Fees: 0.05031325 BTC
Feerates: 15,654.48 > 5.04 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,806 (272,582 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
642,224 642,224 00000000000000000002c976f848fbd0647961091348ad2ffa95f3e6a76825ee 2,437 1.00/1.00 vMB 129
642,223 642,223 0000000000000000000625a9cb61ed589b19e10476668b4514150ba41f899488 2,923 1.00/1.00 vMB 173
642,222 642,222 000000000000000000017e721ac5160505df9d5511b0efdf7d5bc68905dac92e 2,695 1.00/1.00 vMB 99
642,221 642,221 00000000000000000008cfa4ec3c81a6b8140993787f6563efe25ffe64d6a1b3 2,566 1.00/1.00 vMB 80
642,220 642,220 0000000000000000000e3ece948a1fcbb83af11015c0c0d75f2701bc5579a020 2,516 1.00/1.00 vMB 129
642,219 642,219 0000000000000000000fa741da983bc1ed67445992ed326e289d7c5a9397450d 2,583 1.00/1.00 vMB 91
642,218 642,218 00000000000000000003596f6057c8e26eb08aa39a07185c47d8746a2ed691fd 3,122 1.00/1.00 vMB 136
642,217 642,217 00000000000000000008cdb07d41a5f5541ff7a12c3952bd2b0e44e31fc39f83 2,742 1.00/1.00 vMB 111
642,216 642,216 0000000000000000000505914bdd03d29736ec73eddfd19a9dab3b4f6ff2e800 2,553 1.00/1.00 vMB 99
642,215 642,215 0000000000000000000db88802852722dc2ef2cd2f2b8e82237e09ef002e7620 2,553 1.00/1.00 vMB 93
642,214 642,214 0000000000000000000e6f7d8ed45ac8e77a90e3afcd085dfca5eec3bd681b27 3,111 1.00/1.00 vMB 124
642,213 642,213 00000000000000000002c8789108d84331e14a25e359f44f323028a7753efce4 2,522 1.00/1.00 vMB 110
642,212 642,212 0000000000000000000b5c0b745fe843dc34f0630d5ddf20ffdb6975b84333b4 3,135 1.00/1.00 vMB 71
642,211 642,211 00000000000000000006b786763a4e168ec81ac6374867de300f5fff9ec6a607 2,787 1.00/1.00 vMB 97
642,210 642,210 00000000000000000006d1e975c5e98880766cd9eefc55a58a1fc99cbaa708c2 2,082 1.00/1.00 vMB 99
642,209 642,209 000000000000000000089fa1254b9401c0f52ae1663de65138dd928b0c8ccab4 2,750 1.00/1.00 vMB 102
642,208 642,208 0000000000000000000118fdae9a0ab074ea735721f851e44fd73c18e0e2ca25 2,647 1.00/1.00 vMB 119
642,207 642,207 0000000000000000000a257c29f09e31fb4917ca8c9a37b05ca6c232d4d4d37f 2,681 1.00/1.00 vMB 97
642,206 642,206 000000000000000000083c0f3038abcd6e9343556b148cac55fce025f8ba1c94 2,704 1.00/1.00 vMB 132
642,205 642,205 00000000000000000004c298dc23e0790abf97302875660e39fa92c7ff350250 2,420 1.00/1.00 vMB 92
642,204 642,204 00000000000000000008ff4d0c2ff17aeadc4a55e189d687a08f4e57829711dd 3,078 1.00/1.00 vMB 151
Previous 10 blocks ↓
Total Size: 782.04 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: 650.68 GB
    • Received: 13.31 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.