Loading Tool

Explorer IconExplorer

Memory Pool

81,943 transactions
30.44 vMB
0.12349851 BTC
Random Selection Loading Transactions
Max Size: 183.61/200 MB

Candidate Block

Mining Attempt c6352a7113813b1cd4b9b1b8f31c9f289aa61d02c7ae9e0695d10ac9e130aae9
Version 20000000
Previous Block 00000000000000000000f924cf5022dab74d96145383ec21fa5a02b0a126c621
Merkle Root baee1878e5d66909136b9e1c07a4dcb8c208ff1cfb72da1af20a02e05709f720
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,399
Size: 1.00 vMB
Total Fees: 0.04553779 BTC
Feerates: 502.62 > 4.56 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,124 (68,058 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
847,066 847,066 000000000000000000033dcfd917b215ec921fe2b37bc20142ce2e1663eab45d 5,351 1.00/1.00 vMB 80
847,065 847,065 00000000000000000000172f7e1047eeb4c73fde7ae18f3743b4fd800f8f4e58 4,517 1.00/1.00 vMB 42
847,064 847,064 0000000000000000000138f5290807731ce99e3e817e66c1e82bdc8e3550abfb 4,430 1.00/1.00 vMB 47
847,063 847,063 00000000000000000002b8e7a6ba6754a93eab89554857242a88a73675d0abb2 4,227 1.00/1.00 vMB 72
847,062 847,062 0000000000000000000313d587fa7c9b581db884a490b4c1294285c292a48577 3,875 1.00/1.00 vMB 38
847,061 847,061 0000000000000000000057a4d3f1a36bc41e501c6c0fe826a390a0e2a1ec1ae4 4,051 1.00/1.00 vMB 38
847,060 847,060 000000000000000000006a99b4422ccb9ab3b259578c00652bff2ba2fb5fbfc6 3,273 1.00/1.00 vMB 106
847,059 847,059 000000000000000000025d5cf43407da0a7f20051df10f9d568a2cb8bfae17d7 2,634 1.00/1.00 vMB 44
847,058 847,058 000000000000000000011fc0cf7a6456a0a15dfec66307407705445cead62cb0 3,373 1.00/1.00 vMB 74
847,057 847,057 000000000000000000026b23378f43bbfe9e99048febef16a7850fdc1706da69 4,028 1.00/1.00 vMB 84
847,056 847,056 0000000000000000000244d2e8be90278cc4fd37e07e446300ddb1ecc0fbb188 4,312 1.00/1.00 vMB 198
847,055 847,055 000000000000000000035c6a9e62ecf42727dd2df9a7b0d3817c230d4d3d0a69 6,297 1.00/1.00 vMB 95
847,054 847,054 0000000000000000000227b7159f144db1f7e150ca572ea690b4367edd39e121 3,589 1.00/1.00 vMB 91
847,053 847,053 00000000000000000001ae54a0fc23189f167019be509ba089e286007bc0d830 6,165 1.00/1.00 vMB 26
847,052 847,052 00000000000000000000fea20c806dd24cc878ef2e8361685a481503fe9f428b 4,574 1.00/1.00 vMB 67
847,051 847,051 000000000000000000024ba00180502e673f11cc54c561d17897d80568704d33 4,073 1.00/1.00 vMB 39
847,050 847,050 000000000000000000012a8fce23fea9345b7fe2d39960fb863d22ab9417a992 5,259 1.00/1.00 vMB 29
847,049 847,049 0000000000000000000173026589788f211f19c03d2f747be4e9500c13ce1a9e 4,297 1.00/1.00 vMB 54
847,048 847,048 00000000000000000001506dede15becfaaafbfcda4ef6f25d566fc07a7dcae8 6,138 1.00/1.00 vMB 34
847,047 847,047 0000000000000000000140723a5246b1fefda1824a3a3e852bca3cdc89b14f8a 5,904 1.00/1.00 vMB 29
847,046 847,046 000000000000000000003d8124686169314a4f571c0da29aec727e5ef5907e48 4,885 1.00/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.61 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: 671.88 GB
    • Received: 16.05 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.