Loading Tool

Explorer IconExplorer

Memory Pool

83,461 transactions
31.03 vMB
0.09354496 BTC
Random Selection Loading Transactions
Max Size: 187.07/200 MB

Candidate Block

Mining Attempt 186a1dac0a42d6f1e7fd8ea90e33315bad59fafd31738e0f99c4b6400b3c8a6a
Version 20000000
Previous Block 000000000000000000004deb7d1e347c8f6581c1f9b70e6ff46143ce8ce3cc35
Merkle Root 874d43a35393246032f986b2b44ef12c7cd107cbd0241eadb9f8df61bb379936
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,701
Size: 1.00 vMB
Total Fees: 0.02533843 BTC
Feerates: 100.80 > 2.54 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,975 (282,540 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
632,435 632,435 000000000000000000071f7afb833abf98ca5d59b8b24812b3f7222e93598d21 2,250 1.00/1.00 vMB 32
632,434 632,434 00000000000000000001fe5493122dcff93c96a087b7fc959b0c3b5e22a22777 2,646 1.00/1.00 vMB 78
632,433 632,433 00000000000000000003d81657245dec0b1e498e98be9f1a571427652efbb282 353 0.21/1.00 vMB 42
632,432 632,432 0000000000000000000a506dc9477b65c4f65ee5fa3ba0161653688c3806513d 1,237 0.50/1.00 vMB 36
632,431 632,431 0000000000000000000b18be7cd411e5c8f274780a2a714438cf248cfb8841e6 639 0.26/1.00 vMB 46
632,430 632,430 000000000000000000014fb10a9011ade1495723dd0b694056d8cbabcc97121d 1,652 0.60/1.00 vMB 47
632,429 632,429 000000000000000000122cf4ff61248875800b23332dd1b994f68325198bdff7 2,144 1.00/1.00 vMB 49
632,428 632,428 0000000000000000000c4c3a1ebc236ed1c6b173820f517d8c9a656fc63e5c5f 2,152 0.79/1.00 vMB 49
632,427 632,427 000000000000000000066f3c6a30655aa02b0ec6748fc8206e3e28c065966f7d 2,313 1.00/1.00 vMB 38
632,426 632,426 0000000000000000000699a5924d20cd1f199cb308cd38476053289a42909081 1,142 0.43/1.00 vMB 61
632,425 632,425 0000000000000000000e0d6e6fcc53054365770a90b0f95e8a261ba7ce7cbb05 283 0.70/1.00 vMB 2
632,424 632,424 0000000000000000000fba2dfe7c6865e89094eefb05f6023d2afed5bfda549d 2,663 1.00/1.00 vMB 57
632,423 632,423 0000000000000000000b35f02ee101b2a3f10397703727a206142b9e53b919a9 514 0.17/1.00 vMB 51
632,422 632,422 0000000000000000000e84f8c8a4664c9ab9d7242151294bcb3827dad17efa57 2,358 0.88/1.00 vMB 58
632,421 632,421 00000000000000000002c2697afefbedbfb7b9867638fa0fdcd29ca1e148dd3b 328 0.14/1.00 vMB 63
632,420 632,420 00000000000000000004b01a85e4fd5070d2a2934b1bad82f1dec9822f5f78b8 192 0.06/1.00 vMB 58
632,419 632,419 0000000000000000000b019f5587f9afcd0a21c06fc900b89f5b5d8f9615f29a 1,774 0.76/1.00 vMB 44
632,418 632,418 00000000000000000004f192b77a946e388ea1eb1bbca59c6392667d08cb231d 2,068 0.83/1.00 vMB 6
632,417 632,417 000000000000000000014c8537805c0d5180614d1b1adc82f876df7a817646ca 2,358 1.00/1.00 vMB 49
632,416 632,416 000000000000000000065a9d9610d3ce4b22b4a4f716788209eea2ccc2155d34 2,531 1.00/1.00 vMB 111
632,415 632,415 00000000000000000009cddc5fd33c0438238fe760bc9b6b60e1864146007ccf 116 0.03/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.35 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: 661.85 GB
    • Received: 14.83 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.