Loading Tool

Explorer IconExplorer

Memory Pool

68,332 transactions
26.04 vMB
0.06431172 BTC
Random Selection Loading Transactions
Max Size: 156.90/200 MB

Candidate Block

Mining Attempt 0987029d0cd3496efd8912c43f41cd57f5666bb52c39a54b1c92d1b2e6d4f237
Version 20000000
Previous Block 00000000000000000001f74e6b9bd04d983712c8efbc426287f2cd9e0a80e31f
Merkle Root fc0e282e1f3dec133b256496ba910527957de3284dc552c36f71a562d2e99d05
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,035
Size: 1.00 vMB
Total Fees: 0.00897358 BTC
Feerates: 40.21 > 0.90 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,530 (910,789 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
4,741 4,741 00000000d71eb8c1626357306f752c2c91910a0e47be5dd0bcfa9697524478b9 1 0.00/1.00 vMB 0
4,740 4,740 00000000a19e7f69c56862ad4468445afa1ef12c9b64d4228efa5b5c4700cbb5 1 0.00/1.00 vMB 0
4,739 4,739 000000004a3d1f5b51e09ec1bd91931eb8e170fd1f17269ee7fcb60a2f262721 1 0.00/1.00 vMB 0
4,738 4,738 000000009e1dfa3f64dcd7f3b1e3230ce3b2668f8ecf0e814a6cd9b88dbe9ec0 1 0.00/1.00 vMB 0
4,737 4,737 000000004558d5539db6a40d847b0ca128b4313c2f9091646d8b1aff5f88c6e4 1 0.00/1.00 vMB 0
4,736 4,736 000000001f0a442020ce1a319e364eedab60585b5eb6a8bea141d6560cf1cbdf 1 0.00/1.00 vMB 0
4,735 4,735 000000009f3eb5525658a59469516d54b74bdb2b6bb6d8e0167c5e614c498186 1 0.00/1.00 vMB 0
4,734 4,734 000000003c1246491942826bed95189c65c364aecc1ae7d525ec7658b331a328 1 0.00/1.00 vMB 0
4,733 4,733 0000000058e1b08b9d04f9a6ab3cb2dfd7c91c65f380f649375e908a623b2298 1 0.00/1.00 vMB 0
4,732 4,732 0000000086079a1bd0f40ca619990bd69aa56538c51338ad677904a301e08008 1 0.00/1.00 vMB 0
4,731 4,731 00000000fbc5736234403ebfbc405fd9c19a5c485306ba9e857a8b0009c663bb 1 0.00/1.00 vMB 0
4,730 4,730 0000000074619989d19535c1633949e99728d467ba4056480c95116e53c86e1c 1 0.00/1.00 vMB 0
4,729 4,729 00000000c5b40b08980d9f7e258b00cc84d0a476bbcd072a2993db824d3e9ef1 1 0.00/1.00 vMB 0
4,728 4,728 00000000c6e535100cde044fb3af02112156265a176ba5e2e12f4cb5882254f7 1 0.00/1.00 vMB 0
4,727 4,727 000000006d3cd44163e49744c4a8ea078168a0579c89603cf5c4819826c70368 1 0.00/1.00 vMB 0
4,726 4,726 00000000715b397fb3e074b467e65a0404c59bc6ea15f4a11d084405dc843517 1 0.00/1.00 vMB 0
4,725 4,725 000000007f516bf7520dc2e1a16d4cdca760b8fb251fb4707b0ae5b60a36ccf0 1 0.00/1.00 vMB 0
4,724 4,724 0000000095cae1e8c3ce41d03392f145dd908f84e8b15b940414d5dcf416ee6e 1 0.00/1.00 vMB 0
4,723 4,723 00000000fc279333515e70df38ed11fc97d049722009b103146a042e40689f69 1 0.00/1.00 vMB 0
4,722 4,722 00000000ead758e5bbad4e5c0da409d8600669c4b0a7fcbb4fb1ab4d8df0971f 1 0.00/1.00 vMB 0
4,721 4,721 00000000431a290feaa4b51f9a201631b00ea54ea01435100ed20e55e0963e57 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.32 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: 767.25 GB
    • Received: 19.39 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.