Loading Tool

Explorer IconExplorer

Memory Pool

39,023 transactions
19.79 vMB
0.05855143 BTC
Random Selection Loading Transactions
Max Size: 109.50/200 MB

Candidate Block

Mining Attempt 9d70d9aeeafa87841e13995e3faf0d8029c3d66aaef64fbde975909195072bca
Version 20000000
Previous Block 0000000000000000000119374ce60625bc5e91acd1afeabcaf576ba4e14784d2
Merkle Root 5c763f10aee8b41bdddf9ac5588f342ba671bd3e62ad82a97d5918216136f4ac
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,248
Size: 1.00 vMB
Total Fees: 0.01960698 BTC
Feerates: 293.18 > 1.96 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,887 (699,590 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
214,297 214,297 00000000000000c9d11c8356d753febfc13eca312d55588fa86efaa8873d6b03 223 0.11/1.00 vMB 160
214,296 214,296 000000000000026bb6cce8f11e23dd3a243ab7f7b7cde727bc577d043c7cb702 226 0.10/1.00 vMB 173
214,295 214,295 00000000000002cc59c7aebeba6b3d62e64a6aba1c271b238378e660724ecacb 42 0.02/1.00 vMB 140
214,294 214,294 00000000000001c04b724b0c0c1dfda56d1a91fa81da69ef203a69d0ed9fd854 121 0.05/1.00 vMB 149
214,293 214,293 000000000000036e09b2e8bff279c9f482fe5767a0e79e67529565445334d095 41 0.02/1.00 vMB 454
214,292 214,292 00000000000002124390b9f6a617033d95b38fd91c232f413f11dd33bbac8a29 6 0.00/1.00 vMB 92
214,291 214,291 00000000000003ab4425607ef798df2dea919b26d41abaab86f6e92a050808f1 22 0.01/1.00 vMB 105
214,290 214,290 000000000000006d2c8f76b450b726c466790c1bce6e1442026754c0be5b1484 330 0.12/1.00 vMB 201
214,289 214,289 00000000000001325b2da82323b7b676952179f0ae4a4dc0877c479c3b09dd80 414 0.16/1.00 vMB 245
214,288 214,288 0000000000000256b734fefafaf308c0aa39516759f548e3eea06da097957fe5 73 0.05/1.00 vMB 113
214,287 214,287 00000000000000f2dd64a3d498d3294f53a6340427d0ba57d65f2fa46e618b7b 164 0.15/1.00 vMB 75
214,286 214,286 00000000000000a3bc7ed1c8571ab6cc98ff0db9affcd42ca4f1e2cc3188e8ab 216 0.09/1.00 vMB 224
214,285 214,285 000000000000006147709ccf1b51bcb1f35b8ba121c059cc731c256be3b2c8f5 420 0.15/1.00 vMB 207
214,284 214,284 000000000000050b4763802040fd0ca7a3f6376cbc1db1899c0abb6324ccc47a 21 0.01/1.00 vMB 78
214,283 214,283 00000000000001e10e4753cc56a2d30918de6d5b2d9650663a2bc59dd689f6d0 334 0.14/1.00 vMB 180
214,282 214,282 00000000000004308d9f859ded12989bce00a9608cbb24254b85ea154bb825fb 381 0.14/1.00 vMB 197
214,281 214,281 0000000000000045449a8cc10c33beb5353ac26f7f178be3af834d47c10aab8d 197 0.10/1.00 vMB 147
214,280 214,280 00000000000002f87cbbfd9b7c12caa1fa317f8abfdce27962ff1eaaf6edf53e 526 0.16/1.00 vMB 252
214,279 214,279 00000000000000cc37afeabf40d58a6de5ac43d673401bdc8a8581d4a87184b5 510 0.25/1.00 vMB 146
214,278 214,278 000000000000044292714ada4cec88bf3d496bf7abf0976ae85abe81c2b4966a 6 0.00/1.00 vMB 14
214,277 214,277 0000000000000023b13dd400af5241c9c9a6b71a16d7ca9ffe32e42ee5e262a6 183 0.09/1.00 vMB 177
Previous 10 blocks ↓
Total Size: 780.41 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: 525.77 GB
    • Received: 5.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.