Loading Tool

Explorer IconExplorer

Memory Pool

77,269 transactions
30.81 vMB
0.14014648 BTC
Random Selection Loading Transactions
Max Size: 177.12/200 MB

Candidate Block

Mining Attempt 0a20bfb5388caa2a0d5539e7bbe4f2b80da739c201c98816ca358dc062af3bce
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root 551e97bd0ae87da4a6318a9c49a94af73ecf05c7ebbc57ec5b7539f3ebbc0ef1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,277
Size: 1.00 vMB
Total Fees: 0.05117907 BTC
Feerates: 150.36 > 5.13 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (284,662 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
630,390 630,390 00000000000000000001a846bc6914ddc4ce050cd2c3cb54228a8b0320ec524d 1,372 1.00/1.00 vMB 124
630,389 630,389 0000000000000000000ee040d9cd23b10a0ed1780a21ab356b1026bcea03b2b6 2,057 1.00/1.00 vMB 125
630,388 630,388 000000000000000000015cdc4a23c847a6090978a910af30260a4b410527d994 2,389 1.00/1.00 vMB 142
630,387 630,387 00000000000000000009493f4aed7f7360ab2868ced9713559b441fb37dee7b9 2,698 1.00/1.00 vMB 127
630,386 630,386 0000000000000000000bf0c6ee1122789e0466ae16ab14ded465c460a67b6f0d 2,440 1.00/1.00 vMB 144
630,385 630,385 000000000000000000063d1939e8e901812fbabd8dd0abbda3aa210b7ca65ae2 3,099 1.00/1.00 vMB 154
630,384 630,384 0000000000000000000ebb904d36602bc388cd0721423c5d32644e03412d9ab0 2,168 1.00/1.00 vMB 140
630,383 630,383 00000000000000000002570b33c9c6d64c05b752edaef0d66e20775cf4e6f461 2,712 1.00/1.00 vMB 152
630,382 630,382 0000000000000000000d3fbc72af1978576c604e9feb2fc44c9efbb31fa7be3f 2,360 1.00/1.00 vMB 147
630,381 630,381 000000000000000000114f51dce0fe536ba6ab112e6ca94db5cb6a493101cfbe 3,066 1.00/1.00 vMB 167
630,380 630,380 0000000000000000000c477e25c776e7d5807506ccecf3064252819cf9a54673 2,660 1.00/1.00 vMB 150
630,379 630,379 0000000000000000000956d3a9deed104695f0e5a8d0a85b38c14d43a068424c 1,195 1.00/1.00 vMB 129
630,378 630,378 00000000000000000010304115ca904ef4f7a2839ecd2cf48fdfbe4c9016930f 1,108 1.00/1.00 vMB 132
630,377 630,377 0000000000000000000d41992e68345848a43f1bc5a850610c31302365ee2b10 2,380 1.00/1.00 vMB 149
630,376 630,376 0000000000000000000ccbfd247d6641b94d0e0a91c79103c21aedb4d45e8aa0 1,995 1.00/1.00 vMB 146
630,375 630,375 00000000000000000000aa748d2e9fab92a98563b144ac41dbc0fdba3b3faa64 552 1.00/1.00 vMB 129
630,374 630,374 0000000000000000000921b606d5cee32b4780f3b82fc7d963970c3d80338b18 3,035 1.00/1.00 vMB 146
630,373 630,373 00000000000000000008c786cff83f355e38ef1f51dff709e6b26239ad78abc5 2,949 1.00/1.00 vMB 160
630,372 630,372 0000000000000000000994f1685fc08b02bc98d4135d9ee9cc9aac0d5d780a0f 2,863 1.00/1.00 vMB 156
630,371 630,371 000000000000000000039430a41624b716dded41315ab2203db732c49058508f 932 1.00/1.00 vMB 129
630,370 630,370 000000000000000000089d0e1114c6255a965f357f98bd67664a95e1fee9835a 2,309 1.00/1.00 vMB 146
Previous 10 blocks ↓
Total Size: 782.48 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: 668.22 GB
    • Received: 15.43 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.