Loading Tool

Explorer IconExplorer

Memory Pool

25,270 transactions
11.86 vMB
0.03151330 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 67.82/200 MB

Candidate Block

Mining Attempt 07e6418f76d6555bd62ca1370e4ca34861cb97a520acd1349fc66fb5d92db0e9
Version 20000000
Previous Block 00000000000000000001b4e0c3e4d0289f01b1b913463163383a26e4b927bb95
Merkle Root aea066406727dd8bd54c6d0f9c73e64cc81ebd8bdf292eedaa73dfe1c80b8a33
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,218
Size: 0.9979045 1.00 vMB
Total Fees: 0.01175182 BTC
Feerates: 203.60 > 1.18 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,775 (658,744 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
255,031 255,031 00000000000000097a7bb96f664f984f8820590ec38afb66daf0ac198dbeacaf 105 0.04/1.00 vMB 98
255,030 255,030 000000000000003f24414c366bc9e1b1f5bce735352f7f77589eaef53ddbee36 261 0.11/1.00 vMB 107
255,029 255,029 0000000000000034b1ed9a9759a54a030de519ce3f6d99d2a8f15de8c48e6f48 100 0.04/1.00 vMB 86
255,028 255,028 000000000000000b8e8259fadbc931a34c07c6745bbbba427a8a9949815fa02d 491 0.18/1.00 vMB 106
255,027 255,027 000000000000000de31f0d5a2c1cea9f9906744bad0bc54db33e5cde55581580 53 0.02/1.00 vMB 62
255,026 255,026 000000000000001efebe5378f912d70e1b72dee1820d6f051198808790c5446b 263 0.15/1.00 vMB 105
255,025 255,025 0000000000000000ea66c0e2ead06eae60d3b3e6d12b1c74e76a97f3a1e657f6 62 0.04/1.00 vMB 67
255,024 255,024 000000000000001a70722fc6af720fabcd789047b98ae9e147533b50a53efc55 684 0.27/1.00 vMB 109
255,023 255,023 0000000000000035b36f85a52e1e16dc8e33100fa70d4ada9bd1c5a228e5c365 332 0.14/1.00 vMB 126
255,022 255,022 000000000000002866b1829da19ea36ce991ad8144a344cfde1d380fd34f8010 266 0.14/1.00 vMB 99
255,021 255,021 00000000000000250367602ffbd3719fb6ac028b28d34b06a4f6fb99a3f43723 35 0.01/1.00 vMB 72
255,020 255,020 0000000000000032dcfece5b181795ee5decbbe50b7a1e09c5528974847a53a0 319 0.12/1.00 vMB 200
255,019 255,019 00000000000000015b7994a35b33db66e4727758eb43954cd4c09204590463b4 135 0.08/1.00 vMB 147
255,018 255,018 000000000000001f46b689b26adf099f14231870c0756d6fd5dc52f705dd8d96 146 0.07/1.00 vMB 59
255,017 255,017 000000000000003217dbf235b6f898bd894c861754f1fcfe64f2fa0db5fa0ce8 695 0.25/1.00 vMB 80
255,016 255,016 0000000000000028d2386da6348f56a1a6eebb9688bb48488ca21f0af02372a8 512 0.22/1.00 vMB 194
255,015 255,015 000000000000003f5905f5c4dd6eae46262ffd5bd407ae444c4d4c4c4b1e6f3f 11 0.00/1.00 vMB 70
255,014 255,014 000000000000001366052a35a695d16bc31a3a3009d8a38cda9968d01898bfc7 13 0.01/1.00 vMB 114
255,013 255,013 0000000000000039e339dc37c828775c149f0447e6952a0e351d46b8eb806664 191 0.08/1.00 vMB 153
255,012 255,012 0000000000000021757f011400776b361dad8cd35d467bced20ea4b904fb4115 74 0.04/1.00 vMB 91
255,011 255,011 000000000000002134e0b5326e949e926df680dcb58848fc411153c556257862 36 0.02/1.00 vMB 154
Previous 10 blocks ↓
Total Size: 780.23 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 507.74 GB
    • Received: 4.15 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.