Loading Tool

Explorer IconExplorer

Memory Pool

78,452 transactions
28.82 vMB
0.10839930 BTC
Random Selection Loading Transactions
Max Size: 175.03/200 MB

Candidate Block

Mining Attempt cbc1b46b7123411dc2ba341eb033428950854f978471dd6d80947ff25276e53e
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root de629fa50e02e5483a76d2c21dfde34c46e91d6afaf1b287a0a58d25e5c1b255
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,094
Size: 1.00 vMB
Total Fees: 0.03830237 BTC
Feerates: 602.26 > 3.84 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (906,646 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
8,659 8,659 00000000f027fe41b775800b11935115fe4889a786e83c19654e459e6b8446d1 1 0.00/1.00 vMB 0
8,658 8,658 00000000310584baf587dfd0c615c3301d8a065a81bb1097d14e65098a985760 1 0.00/1.00 vMB 0
8,657 8,657 00000000b3d0e74a3b0ae2884470820910ee4109601cdb372c80a635958ee883 1 0.00/1.00 vMB 0
8,656 8,656 00000000e135705408a52b677d6bf64555dd605338c6e15e61bec0685c6c59e9 1 0.00/1.00 vMB 0
8,655 8,655 0000000019351928bfd8bcb76287ef80e8a5b3571ef5db9b76fc28bc3b27e9ba 1 0.00/1.00 vMB 0
8,654 8,654 00000000fd2887deb85e1410acf3043e2079638c17083c179beb96dcde6ee013 1 0.00/1.00 vMB 0
8,653 8,653 00000000fb39895963d4284cf0f59e0ada8ffc2d05e81297966d4b13fdff4fc1 1 0.00/1.00 vMB 0
8,652 8,652 000000005be793d6abe489bbc81103a5fd676d6fbb484d9b51cfb37a59fe6f13 1 0.00/1.00 vMB 0
8,651 8,651 000000007b9530183fd2eb3a949c84b166973f33e38bd8112a36f598514e36a5 1 0.00/1.00 vMB 0
8,650 8,650 00000000a0105b1f82c00525f8c881ff1ce768df7ebbb86e72e8ed402b8211fc 1 0.00/1.00 vMB 0
8,649 8,649 000000005b6abccbbf6253cdefbcdf5a19b5a166b8f4c730ad8ce1bd7fa519d1 1 0.00/1.00 vMB 0
8,648 8,648 000000007657a18a75c64b29fded5a0dd0471dcbadcde48e7df423886bc8a291 1 0.00/1.00 vMB 0
8,647 8,647 0000000012315d69b55d7daa1402d06a889f37ddd2072602b94db208e108317b 1 0.00/1.00 vMB 0
8,646 8,646 0000000039e31db42fa143ce5476777676a9673712fb72f0070f08e9d195a0a4 1 0.00/1.00 vMB 0
8,645 8,645 000000007c7f3e6a937d1fdb6124550f92f6a1e0ee4642ba830ea83ebe727872 1 0.00/1.00 vMB 0
8,644 8,644 00000000c14e61b3119b529b1a97ab7d8cde929ade02ac8ebdf1b44ea1c92f7c 1 0.00/1.00 vMB 0
8,643 8,643 00000000281a0691c3a787107eb706b38173657935576e16373db912c36ce62d 1 0.00/1.00 vMB 0
8,642 8,642 000000003819757b4093ca235dc2355734229ffb44e6dbb3191e9cd38d8f36c8 1 0.00/1.00 vMB 0
8,641 8,641 00000000428a416c6536f785c18af1fb6094c653f2e847086eb58755303e2d39 1 0.00/1.00 vMB 0
8,640 8,640 0000000007b3d3d27c5e2a41f72a6f8325a8c0bcef7b3816f085c7c3e3f6f8dd 1 0.00/1.00 vMB 0
8,639 8,639 00000000377dcac7a06bcca10db790c2fbfe7b670eb9afdf2351e2679f3076da 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.92 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: 714.40 GB
    • Received: 17.53 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.