Loading Tool

Explorer IconExplorer

Memory Pool

79,725 transactions
34.79 vMB
0.18913300 BTC
Random Selection Loading Transactions
Max Size: 193.86/200 MB

Candidate Block

Mining Attempt 59d76b97f79d370bdfa41bf3d19debcd265dadf8275b5d0b238e33a7f760a048
Version 20000000
Previous Block 0000000000000000000126d576615cf900a89a9f62b23487f0429d0de73cc9a5
Merkle Root b116071ffa6a9c1571dd7ba1e2bdac6310b5b47beb30d408b786db861faff5c3
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,427
Size: 1.00 vMB
Total Fees: 0.05786699 BTC
Feerates: 477.45 > 5.80 > 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,417 (501,843 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
413,574 413,574 000000000000000003ae7abf4cfb2b2726083b74ab7159d0921ffadffa44c8f5 621 0.33/1.00 vMB 46
413,573 413,573 0000000000000000045688fb007bbb887fd3034da12d149271378579563d4413 614 0.80/1.00 vMB 12
413,572 413,572 000000000000000000529ddf477c83394b85c2d9311d0bde5ec355eaef415d31 1,415 1.00/1.00 vMB 30
413,571 413,571 000000000000000002b539e15d629528e804ce66292b0ae433e84f2a7b748550 1,265 0.99/1.00 vMB 36
413,570 413,570 000000000000000002732a71922105b78dff8b8c757ffbbba29080ce89e0a237 1,948 1.00/1.00 vMB 52
413,569 413,569 0000000000000000000c91dc100855773950e04528e254044fd1fe4027bf4a18 1,464 1.00/1.00 vMB 34
413,568 413,568 000000000000000002b5a2adac0c600edb8166335dfb8b0bfec3a9faf5101c6b 1,964 0.99/1.00 vMB 68
413,567 413,567 0000000000000000025aff8be8a55df8f89c77296db6198f272d6577325d4069 1,557 1.00/1.00 vMB 31
413,566 413,566 00000000000000000542b54d29b12b523ff6c6474e0e86085bd3005ec6c5ce11 2,296 1.00/1.00 vMB 43
413,565 413,565 00000000000000000150d5381645707bdd56eae1a53618c9c248cd2923b4ae7c 1,667 1.00/1.00 vMB 78
413,564 413,564 00000000000000000109f7ed1b8a53e849e2f21a6bc55ecdd1899d87852a6a5d 2,471 1.00/1.00 vMB 52
413,563 413,563 000000000000000003d09a24dc995490f8b8161c1b4c3af66118a19daa28a916 2,408 0.99/1.00 vMB 55
413,562 413,562 000000000000000000392b97df0ad89efaa1e1a1275e3a9fa2d9f0dd637f0fa9 1,237 1.00/1.00 vMB 65
413,561 413,561 0000000000000000055d8742ebe98d6d3b6fe9d2ed9932fd224b54fc89f402ec 2,103 1.00/1.00 vMB 89
413,560 413,560 0000000000000000001a3a4e5c196561d0a835ba5ba65250540ebac6a41c059b 902 1.00/1.00 vMB 62
413,559 413,559 00000000000000000125e3723afaee8297e1b562fbe70286d18fabf3dfef82a0 2,067 1.00/1.00 vMB 36
413,558 413,558 000000000000000003820314647c42f603950bd2dbb221b5c125a0a05113656e 2,129 1.00/1.00 vMB 68
413,557 413,557 000000000000000004b958760e8d243255161c893e6a11c7c7b068413d18bf88 514 0.36/1.00 vMB 31
413,556 413,556 000000000000000004a227f3ac2d0ad4cd9d05928b525fddd82adcbfe1e77736 2,141 1.00/1.00 vMB 53
413,555 413,555 000000000000000002e8f7b51c3e9d32fa06f4bfb6090cef1c63fd3643d010fe 112 0.06/1.00 vMB 30
413,554 413,554 0000000000000000030b06ff76bd535dbe17a2669cbcc5c607d18dfe9fa5b557 571 0.27/1.00 vMB 50
Previous 10 blocks ↓
Total Size: 783.11 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: 735.74 GB
    • Received: 18.58 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.