Loading Tool

Explorer IconExplorer

Memory Pool

81,416 transactions
30.80 vMB
0.11048610 BTC
Random Selection Loading Transactions
Max Size: 184.58/200 MB

Candidate Block

Mining Attempt 0f47371ae2783565962fc676efb2e91bc86903c99f000d8d56af18bd2155c4a9
Version 20000000
Previous Block 00000000000000000000b8bb4db39a0e97c8954f43fc10a0b1b8a513d2398ed1
Merkle Root 3fe278eca3870b963161ca0f8d063786f0d29415e31dc31194dde805802f22a2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,212
Size: 1.00 vMB
Total Fees: 0.03061177 BTC
Feerates: 101.42 > 3.07 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,150 (255,022 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
660,128 660,128 00000000000000000006727363c784f33c173d6b84d514efe85f2770a7b8a6c6 1,318 1.00/1.00 vMB 19
660,127 660,127 00000000000000000002e8f7a3c320217c3e65728ab6e0d4462a2d0836e233dd 2,074 1.00/1.00 vMB 71
660,126 660,126 0000000000000000000059f8e4ca6eac76a2e22f54fd6c2b5dfdcac5d7027fa7 584 1.00/1.00 vMB 14
660,125 660,125 00000000000000000002f1d3e653e6a7ebdd90d453a50cd3cbd8ba19cb154437 1,335 1.00/1.00 vMB 24
660,124 660,124 00000000000000000004f90e8fa628ee852012be5c73857ac354c8463442e636 2,313 1.00/1.00 vMB 41
660,123 660,123 0000000000000000000505c663bc8bb59dfb2f3664202103a906443d738f9580 2,720 1.00/1.00 vMB 60
660,122 660,122 000000000000000000017a006bd697fd6fac05a7a91dc01b615b0f0fb81ab151 1,682 1.00/1.00 vMB 31
660,121 660,121 00000000000000000005973200b0609e37a20d2f89ae730ffe04a7339c4ed085 2,857 1.00/1.00 vMB 53
660,120 660,120 00000000000000000008c454e16dc4001134ded32dcb18822893f0dcb1aeedfb 1,843 1.00/1.00 vMB 23
660,119 660,119 00000000000000000001a9215e75069643b8ba7a93709eb341ed7dcd7b2ac69a 1,402 1.00/1.00 vMB 14
660,118 660,118 0000000000000000000abf89edaebc0f0820bfa9dd42f18c13a14c6656f582da 1,930 1.00/1.00 vMB 17
660,117 660,117 0000000000000000000754493e7359e65bfa1ed8bbbe75fe4f4a6ef59fce8bd5 1,868 1.00/1.00 vMB 19
660,116 660,116 00000000000000000004ebcf48e9e5e4dba11d3fc157074368b254f788a6700d 2,339 1.00/1.00 vMB 9
660,115 660,115 0000000000000000000201b2bbeeee27cb09e0bc833423a391e2ca1c6ee26217 2,104 1.00/1.00 vMB 19
660,114 660,114 00000000000000000001918912e7fe9678ed2614e5e106b9cf023785c9c614e4 1,735 1.00/1.00 vMB 59
660,113 660,113 0000000000000000000845d0e96558781b4a0180d7c4c063d9f2e0b3836dda2a 2,398 1.00/1.00 vMB 112
660,112 660,112 00000000000000000001d40b1a7c388d0976ae1e98be5315e004e4cb1f75d207 2,069 1.00/1.00 vMB 26
660,111 660,111 000000000000000000059a58a20aec0b47c724c52fa0b569cb7c6e1310552929 2,850 1.00/1.00 vMB 97
660,110 660,110 000000000000000000099662e8dc1907605f8ba577d2222f54013a8aa01beb5c 2,153 1.00/1.00 vMB 9
660,109 660,109 0000000000000000000e222d2b1a6f0a6054a69091d1890eea6130a115f4123a 2,608 1.00/1.00 vMB 17
660,108 660,108 000000000000000000034fedc36609987356f04d55ee4dd93743e84790922c5a 2,684 1.00/1.00 vMB 89
Previous 10 blocks ↓
Total Size: 782.65 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: 672.94 GB
    • Received: 16.33 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.