Loading Tool

Explorer IconExplorer

Memory Pool

45,818 transactions
30.73 vMB
0.12430092 BTC
Random Selection Loading Transactions
Max Size: 156.50/200 MB

Candidate Block

Mining Attempt 00cdebdff6e4dfb6644617756d5329624e37b3f41b4c8e72e56e4a3f5e2c1b7e
Version 20000000
Previous Block 000000000000000000020406347aaf6e4d01835962e34f5aebaf3a79a389541a
Merkle Root c66e92bd5c638af8f751736c436359e8eaeb55eed964e3b44a6df632d955d712
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,716
Size: 1.00 vMB
Total Fees: 0.05217525 BTC
Feerates: 150.97 > 5.23 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,578 (74,900 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
839,678 839,678 000000000000000000000de07ab72588027ec8e8f53d8e65b057a6fd5c03e3ab 2,778 1.00/1.00 vMB 112
839,677 839,677 00000000000000000002fc20ece09740a94cc54f874b0fd2a13b1adb07c72ab4 2,463 1.00/1.00 vMB 101
839,676 839,676 00000000000000000002082c27cdc85d48fe84deba292f97660b694ca47501dd 3,081 1.00/1.00 vMB 104
839,675 839,675 000000000000000000008c419ac07176151bb40074133843de5318f35a7cbc2f 3,102 1.00/1.00 vMB 129
839,674 839,674 0000000000000000000261882bb97b6da377e6797959572a1ece267a3b4d113a 2,688 1.00/1.00 vMB 116
839,673 839,673 0000000000000000000301656d3925e87ff3de30635d06ae157f8058aed0944f 3,090 1.00/1.00 vMB 128
839,672 839,672 000000000000000000025b09be2c377cb120340f3a4d235e7d500bf4faa97a53 2,681 1.00/1.00 vMB 130
839,671 839,671 00000000000000000002a097a73c2c0124a0454dde1263c272f685bd23824bd3 3,390 1.00/1.00 vMB 167
839,670 839,670 00000000000000000001dd8b71b71532fac5b2dc27d07a0b113c49df0fccbea5 2,924 1.00/1.00 vMB 137
839,669 839,669 000000000000000000003eb4f88f57a62b92d88a2597f65e127f47c3b12abce6 3,441 1.00/1.00 vMB 144
839,668 839,668 00000000000000000002b9fa6362165fbe79e7916f6b1f3ce7b24c30961cc5bb 3,520 1.00/1.00 vMB 143
839,667 839,667 0000000000000000000118760a9d9d5e6c5175d1018f622db2784ff2c56a695e 5,246 1.00/1.00 vMB 142
839,666 839,666 0000000000000000000154e18b953a2b400c26ae1a745105ff4754e400fa1af5 4,092 1.00/1.00 vMB 147
839,665 839,665 00000000000000000001cde81f5ade7ecd5f5f20ba1df8fde27c145463461e09 3,709 1.00/1.00 vMB 149
839,664 839,664 0000000000000000000253468e0179c7a004caf05a97ebea214a706934a588f4 4,001 1.00/1.00 vMB 165
839,663 839,663 000000000000000000032b06661b85d5f22dc66072e2d414c11f1849827180bd 3,642 1.00/1.00 vMB 153
839,662 839,662 00000000000000000002b10ff6eeef45fd58f19ebcfe7865a75d9e990ab7d312 5,433 1.00/1.00 vMB 139
839,661 839,661 000000000000000000001e0f5d341be439907de4c61ac793ae72921c51e769e2 3,400 1.00/1.00 vMB 149
839,660 839,660 00000000000000000000c11e31685c632c3a2c894643aed48ac11197263ce7b7 2,791 1.00/1.00 vMB 149
839,659 839,659 000000000000000000019e70dcbf023135abd7a7dd7484d1561967e0b9e44967 3,718 1.00/1.00 vMB 161
839,658 839,658 000000000000000000009778f3eb9be7f152727e7d2557c983f28e130f064b73 3,203 1.00/1.00 vMB 126
Previous 10 blocks ↓
Total Size: 781.64 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: 626.57 GB
    • Received: 11.67 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.