Loading Tool

Explorer IconExplorer

Memory Pool

37,222 transactions
26.06 vMB
0.06469722 BTC
Random Selection Loading Transactions
Max Size: 133.55/200 MB

Candidate Block

Mining Attempt b6630b3f5ac51ab538cf737ee2f196a9bb7d2c225c15ad4968f157e85e671720
Version 20000000
Previous Block 000000000000000000003056aa79f3e9ae7f1ebca1b480aef0e8e00b84a1a03a
Merkle Root c68b65650db4c21f23d63f8706f04d83799aafc21affb97212c571f17bf340ea
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,583
Size: 1.00 vMB
Total Fees: 0.01663975 BTC
Feerates: 171.09 > 1.67 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,675 (233,291 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
681,384 681,384 00000000000000000003e068603ae7734c71f85f0867f322f11c22294ff0a4a5 1,511 1.00/1.00 vMB 117
681,383 681,383 0000000000000000000105639ce624b0779fa34b39f1345290ff80c1c357c1d0 739 1.00/1.00 vMB 143
681,382 681,382 00000000000000000004ed7bafc41a62b9654d2c97af36c8c1c7c8caba27b266 2,126 1.00/1.00 vMB 48
681,381 681,381 00000000000000000009288dc41ed9c9553c04dc8b1cc39307b68aca11167002 1,876 1.00/1.00 vMB 86
681,380 681,380 00000000000000000002dc82de36c8849ff038405c815f377fb6000985e25adb 2,097 1.00/1.00 vMB 113
681,379 681,379 00000000000000000006e245a263c84091cfc2249104b1582b1c3eaae9a58628 2,388 1.00/1.00 vMB 149
681,378 681,378 0000000000000000000573e258bac37afb830aa2e6a7798376e36bc8ee5e45d6 2,438 1.00/1.00 vMB 23
681,377 681,377 00000000000000000002a6ac1e33f42e75d4899040b39b8f38f4434e62ba8833 2,468 1.00/1.00 vMB 44
681,376 681,376 00000000000000000006454e57beb10c7dd3a2eb04b3b4e76a9e908eeeabe49d 2,207 1.00/1.00 vMB 57
681,375 681,375 00000000000000000004fe3af82cef156cf592b3757655f871f394a5a1fb0c47 2,650 1.00/1.00 vMB 73
681,374 681,374 0000000000000000000067e60e86819634e6fc29b6eb4a4ff3a2b5fa55df5781 2,296 1.00/1.00 vMB 146
681,373 681,373 0000000000000000000321fdbdab54efcda987034310d2608a36039627334f23 1,906 1.00/1.00 vMB 161
681,372 681,372 00000000000000000004f2dbef50c3cfd4cc1f41527bed537c7be817ca07c851 2,405 1.00/1.00 vMB 59
681,371 681,371 00000000000000000006f2e8d997844f9fc2d0eb1845b85e4147fb3c50e13be4 2,422 1.00/1.00 vMB 94
681,370 681,370 000000000000000000057f0df7e7da20a74c383148098505cd9bd1e4ea0a7cef 2,056 1.00/1.00 vMB 107
681,369 681,369 000000000000000000001c4298854345b4d1656fed267e7bf623d812ab2bbc57 896 1.00/1.00 vMB 136
681,368 681,368 000000000000000000068ba6889795a3982cbdc0068cb2725579532bbe8529f4 2,550 1.00/1.00 vMB 75
681,367 681,367 00000000000000000008ce17ea262133d18d658e853081c6edf3c3f2185e4806 2,162 1.00/1.00 vMB 123
681,366 681,366 0000000000000000000301da4d3b5748d6ea32d9c06fa3e3529e0602be788cdc 1,057 1.00/1.00 vMB 32
681,365 681,365 00000000000000000000fa5a655d78e2319f73355acb02bb2ef4abfc6c2e9db1 2,440 1.00/1.00 vMB 25
681,364 681,364 0000000000000000000679d64dc36c02cf2ffe629b8f34d20823734c5e0af081 2,361 1.00/1.00 vMB 112
Previous 10 blocks ↓
Total Size: 781.82 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: 635.69 GB
    • Received: 12.32 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.