Loading Tool

Explorer IconExplorer

Memory Pool

77,225 transactions
30.79 vMB
0.13960418 BTC
Random Selection Loading Transactions
Max Size: 177.05/200 MB

Candidate Block

Mining Attempt 939a8abe143b9961a6468d6af71b7b6f10385bc22b4ea985de0c799bde68ffd7
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root 5dfc1c8f17f6a266ad8f277f0e9a10b91e5a73bf07b149b3adf5d4e437a74a64
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,304
Size: 1.00 vMB
Total Fees: 0.05103391 BTC
Feerates: 150.36 > 5.11 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (284,665 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
630,369 630,369 0000000000000000000a6d1572d070e3a6625d3c6571ca746cc46851c2f189bd 669 1.00/1.00 vMB 130
630,368 630,368 000000000000000000046d250a2b24dfab0dcc7f6f5ac7c580933d321ace304d 2,974 1.00/1.00 vMB 155
630,367 630,367 0000000000000000000c1b75bbba459a43c287b1eccdbbc4a4511afbb2cc66bd 1,660 1.00/1.00 vMB 142
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.