Loading Tool

Explorer IconExplorer

Memory Pool

45,566 transactions
29.88 vMB
0.10688824 BTC
Random Selection Loading Transactions
Max Size: 154.69/200 MB

Candidate Block

Mining Attempt 7d0693826bc467e983aea51faad438bb0e8e670318b0616195b9a0053a5542a0
Version 20000000
Previous Block 0000000000000000000088aeb2f6ddaa71b9393d28b738c65cd40abb7d78efd3
Merkle Root 9ba4c96e174d5921fcf88d8839fa30e00da54698f7475dd64e64335a1c81ac10
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,078
Size: 1.00 vMB
Total Fees: 0.04722827 BTC
Feerates: 302.06 > 4.73 > 0.99 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,615 (667,920 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
246,695 246,695 000000000000005f3494b378514ab762e3318f3e879a8bd8b3accfa3131396d1 222 0.08/1.00 vMB 143
246,694 246,694 000000000000002965f1f0e0a53b42833b7f29443c8b1ec7b52a9bbbbeacf99c 431 0.17/1.00 vMB 146
246,693 246,693 000000000000009ced2f245cdd628d036e1d4aa0802ebb2473eb81236ba2a3ca 218 0.09/1.00 vMB 138
246,692 246,692 00000000000000279f4165a22772a6b5c55c90dbdcc4c0c13510e1c4f718b417 311 0.13/1.00 vMB 140
246,691 246,691 000000000000002ee3c01dcdf27dafa63037abac83dafcf4e3a4b724cce88caa 198 0.10/1.00 vMB 196
246,690 246,690 00000000000000126ea8cf9ca13992d716dce501216f48ec95ba58889eff71c5 516 0.45/1.00 vMB 57
246,689 246,689 000000000000000ce7e29000792e5141e49034761efcc8c5f156776a86e58dda 494 0.25/1.00 vMB 150
246,688 246,688 00000000000000237527946c0d3a58170856824161feaa3c3c73e3c73997648a 142 0.22/1.00 vMB 71
246,687 246,687 000000000000002242520660e3899a58ee69ad4b0b81fd398143245fa028a7c3 747 0.35/1.00 vMB 152
246,686 246,686 000000000000002f2115f9b0d6fd0c29f0440d07aaa48a9bd29619d24436d656 286 0.12/1.00 vMB 248
246,685 246,685 000000000000002b8b385f4892ed139afda00b7e75b426a64a4f25ee07683bd7 256 0.13/1.00 vMB 59
246,684 246,684 0000000000000076b64e407fc0435529d17c96d400f0c0bfded13fe3ad00e39b 348 0.14/1.00 vMB 139
246,683 246,683 000000000000001c26678e7451014208b94ce135e8c94843a6556fddadf749d6 43 0.01/1.00 vMB 244
246,682 246,682 00000000000000886d3b2a2e10c228ae9b11168e917497f2f56a4d686c00a0c0 57 0.02/1.00 vMB 141
246,681 246,681 0000000000000059186622ed6e7105762300c322075d8c4ff1ac7e890c1e9916 32 0.01/1.00 vMB 69
246,680 246,680 00000000000000805361bf1b23acc83f46140ba97b74ec6922b8f011ecd2e5c8 354 0.16/1.00 vMB 235
246,679 246,679 00000000000000779948b80f84c617aeab9eb7f6ab5fb430aa914e6d57109ce0 32 0.12/1.00 vMB 14
246,678 246,678 000000000000004ccc51f24456660e4a1e0ac2c7d4fbf72d9c5fbc758b3c0ed4 155 0.12/1.00 vMB 61
246,677 246,677 0000000000000095c6c4d828bc0ac98c4eeb207d89eebcb637ab519ac4b1b66a 336 0.14/1.00 vMB 138
246,676 246,676 000000000000004e3556f414b4d1a7c3d6444fc8c240b4c60804945db0e7e400 310 0.13/1.00 vMB 146
246,675 246,675 0000000000000018af1cb86970de8937a1e7f8ea7f72d7891165b0ec72c06a7a 403 0.17/1.00 vMB 134
Previous 10 blocks ↓
Total Size: 781.71 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: 629.39 GB
    • Received: 11.91 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.