Loading Tool

Explorer IconExplorer

Memory Pool

77,925 transactions
29.17 vMB
0.07540034 BTC
Random Selection Loading Transactions
Max Size: 178.77/200 MB

Candidate Block

Mining Attempt f7adaa0d02d9d49ff5f979e49551e4724fbc0ef397fd6e8103272f68b3af1777
Version 20000000
Previous Block 0000000000000000000027dcf55a304369afd3cca827fc0f21564e005bce68ec
Merkle Root cb7e96afd8e5ce830a40469848feae10dabeec684131e93f6780eabcffbefa78
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,802
Size: 1.00 vMB
Total Fees: 0.01168372 BTC
Feerates: 301.25 > 1.17 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,236 (442,612 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
472,624 472,624 00000000000000000002749089df7b6ee80f5cd5a41c8e64316c1a7e067273fe 2,397 1.00/1.00 vMB 330
472,623 472,623 000000000000000000ccdcc2247bae0f4ad0fbe125c9dd5f46f96f77dc891ae9 2,458 1.00/1.00 vMB 365
472,622 472,622 00000000000000000059a78c30e5c6b1a2b999868fee6676ec75da2f2437b54c 2,069 1.00/1.00 vMB 389
472,621 472,621 000000000000000000e9c0de9c696b7d7801ebb49879107d7b54888ce53f78d0 2,541 1.00/1.00 vMB 404
472,620 472,620 00000000000000000033ea141ca13f5b067fd83acdcea3c977d9bcc69d0d8c38 2,002 1.00/1.00 vMB 228
472,619 472,619 0000000000000000011878b129384abfc4e04d3c8b50534219772b324bbee85a 2,390 1.00/1.00 vMB 366
472,618 472,618 0000000000000000015a2a28d367d16f6482df0aad3da5538eb4deabe5dbc952 1,478 1.00/1.00 vMB 75
472,617 472,617 0000000000000000003d89a2e737706305b408313163fabb8d0b9c099e9c2b1c 2,457 1.00/1.00 vMB 359
472,616 472,616 0000000000000000004421bd0a6d849c54f0d29a433ff121353aa8684f7c3fc5 2,492 1.00/1.00 vMB 341
472,615 472,615 00000000000000000045221939d923ca7872b4237c7c45886a445d9573a2c3fc 2,321 1.00/1.00 vMB 354
472,614 472,614 0000000000000000003386cccf8456e57741e483e131aebc1476efcc95094a54 1,200 1.00/1.00 vMB 146
472,613 472,613 000000000000000000033611654edd5c0d4c3d81ab10ae993cab46f8bea9cc04 1,610 1.00/1.00 vMB 242
472,612 472,612 000000000000000000b4c2988ce57f6d164716d4e4f2d812e3f1330a5cc39084 669 1.00/1.00 vMB 78
472,611 472,611 00000000000000000123dce6ac4f955af6c2f0c9f2ab4585405e823b89a8d528 337 1.00/1.00 vMB 43
472,610 472,610 00000000000000000145b13d0b6f7a213545a11e24c7140fa2347cc60cc7f932 493 1.00/1.00 vMB 21
472,609 472,609 000000000000000001200736fcb73c3d02dcbc2994751a1e90f08974076bf61e 1,591 0.87/1.00 vMB 311
472,608 472,608 0000000000000000013e7ffa420802109d2fa274489018344fc686c3395ae717 870 1.00/1.00 vMB 80
472,607 472,607 000000000000000000a7417019e15a2570c7e6af023e7bf2a4e026e9b32ee8d0 949 0.51/1.00 vMB 292
472,606 472,606 000000000000000001685d0edeae5441a02930178d8f2eae32a76828341d9f83 1,697 1.00/1.00 vMB 90
472,605 472,605 000000000000000001200b24d43d92315ec62b922618f50c44ad9b3ffb9c5ddd 1,550 1.00/1.00 vMB 187
472,604 472,604 0000000000000000003760b441f30cc3209065412accd501858d891c5461e1f8 1,591 1.00/1.00 vMB 298
Previous 10 blocks ↓
Total Size: 782.80 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: 710.01 GB
    • Received: 17.01 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.