Loading Tool

Explorer IconExplorer

Memory Pool

79,145 transactions
29.71 vMB
0.08588697 BTC
Random Selection Loading Transactions
Max Size: 179.33/200 MB

Candidate Block

Mining Attempt 7425faa5821227b00ff796ee0e89f8276f9ab7a525cb4a08e8f7f58c3393d3eb
Version 20000000
Previous Block 00000000000000000000199f724f1ef29eab80f2f04d88a242934c5235274752
Merkle Root 43ff517766ed39f1dc23ce746f4ccaf5ed7f0391525e52072ab37fa3d181d10d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,708
Size: 1.00 vMB
Total Fees: 0.01943367 BTC
Feerates: 150.66 > 1.95 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,142 (379,132 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
536,010 536,010 00000000000000000013406c403c48b4355ca750ccd5e6659de0056d3ae7fe07 1,175 0.49/1.00 vMB 9
536,009 536,009 0000000000000000002258cf1067015cee80755e006e39088cd9838a5a6988fa 1,947 0.68/1.00 vMB 27
536,008 536,008 0000000000000000000e7f760b22afe38f7763af1d21a08027c6d3fa0519cd29 576 0.26/1.00 vMB 22
536,007 536,007 00000000000000000004f65841864a77c4c0a9e9b4eeb4dc10fffdb9485ee4d9 975 0.32/1.00 vMB 16
536,006 536,006 00000000000000000023a57f0c6b5e0bc61a3baf811c520d9ff9cf8e5a458e18 1,265 0.52/1.00 vMB 15
536,005 536,005 000000000000000000246299241dbac658b7499618c4cd9a2c7db349d4699d83 1,246 0.45/1.00 vMB 23
536,004 536,004 0000000000000000002a20c2db9a3dd310b4a97433ea0047f2e07eb49770d4ee 896 0.37/1.00 vMB 15
536,003 536,003 0000000000000000002038bfa6f22d35c3787c599bc0b2ec28470a188e97d8a7 2,243 0.87/1.00 vMB 16
536,002 536,002 00000000000000000022c3c4570f136663ee311fef1bfa48a5010e207c16f0f5 1,176 0.31/1.00 vMB 12
536,001 536,001 00000000000000000010e46b0ed8a509b84decbe449ded8025af90b4d5d964f5 948 0.34/1.00 vMB 16
536,000 536,000 00000000000000000001aaecc924283e45d7fc7469afe6f012d05a7d542da2c7 1,863 0.60/1.00 vMB 10
535,999 535,999 0000000000000000002e531e09a431a3b0ce1b0a663966582f371ebd27d032a6 2,127 1.00/1.00 vMB 28
535,998 535,998 00000000000000000022b471064a429a743b5549dee8f0e45ff4085369b7ba1e 676 0.20/1.00 vMB 17
535,997 535,997 000000000000000000086b0fb55030af5f88eb442c83d636e7c6b6d3e62f01da 520 0.27/1.00 vMB 16
535,996 535,996 0000000000000000001b9ed7112a07ba3db5d5f6d3abdcbe48cc84b51a7c4afb 1,329 0.55/1.00 vMB 37
535,995 535,995 000000000000000000290ff914cff96d4293ed64467804952a151c1937f17fba 903 0.31/1.00 vMB 21
535,994 535,994 0000000000000000001fd297743c09c249d44b5ec5862040a649091c2dbc8194 1,319 0.47/1.00 vMB 12
535,993 535,993 00000000000000000015248de5fc26c9ad9e6fe90382343b304dcc30478e290e 842 0.26/1.00 vMB 28
535,992 535,992 00000000000000000023473e0c8e5c15e8f40fd0e13bb521dc8a8fa5291184b8 646 0.36/1.00 vMB 9
535,991 535,991 0000000000000000001b7e6c43b349edd8c8c0da5409011eae20b87a11d10677 1,249 0.54/1.00 vMB 34
535,990 535,990 0000000000000000002b1de95e5570c9a6013c58e934ec7bf9ac719193c48e23 482 0.20/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.64 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: 672.40 GB
    • Received: 16.23 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.