Loading Tool

Explorer IconExplorer

Memory Pool

77,077 transactions
28.72 vMB
0.07422389 BTC
Random Selection Loading Transactions
Max Size: 173.94/200 MB

Candidate Block

Mining Attempt 769bb415ccd760e6085529f2029630f806c0f2fceadc2c55c214978a589a29eb
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root e19b8a71a16966cf18ca91e9ce9c617be9ef75816f72ede94b4217797300d1fc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,055
Size: 1.00 vMB
Total Fees: 0.01455169 BTC
Feerates: 71.79 > 1.46 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (241,148 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
674,012 674,012 0000000000000000000678b9011513527f66e21e6e86e4179c117fcb6a9e5c8c 2,743 1.00/1.00 vMB 54
674,011 674,011 00000000000000000008b8b4793cffb2066f7cb12beb6af35557a16241d3d6de 2,322 1.00/1.00 vMB 99
674,010 674,010 0000000000000000000c459eb9372a8f9417a24248656c3314b6cfd7745fe420 2,397 1.00/1.00 vMB 54
674,009 674,009 0000000000000000000c2e28cc5c01085cc70aaba7519d3713b1eca71b8e6927 2,447 1.00/1.00 vMB 71
674,008 674,008 00000000000000000007b8984fc522d2669a6e11ecac07304463634a801f4998 2,303 1.00/1.00 vMB 76
674,007 674,007 0000000000000000000043e33003ba11e1f23d35222ff62c3aa891c5720de3c5 2,330 1.00/1.00 vMB 99
674,006 674,006 0000000000000000000571b678257abd9ed0fe1a8601febd43f5295abb2641d2 2,422 1.00/1.00 vMB 91
674,005 674,005 00000000000000000004b5daed48865581d885dd855a7d04651c38fdeedd3d59 2,446 1.00/1.00 vMB 89
674,004 674,004 00000000000000000000f04e99cab0ff48eb0ff93807eedc5983881fbf50d76a 2,368 1.00/1.00 vMB 71
674,003 674,003 0000000000000000000469dfd8e30cf1d242cbe98b36299a5b0d2a199fda1081 2,691 1.00/1.00 vMB 79
674,002 674,002 0000000000000000000bf66946c6231660195bcce71d6f91e1bbb083c5067edf 2,915 1.00/1.00 vMB 109
674,001 674,001 00000000000000000007f8d1652e3bf35c9d2672be4834fef6ebc6f1c407bd8c 2,144 1.00/1.00 vMB 77
674,000 674,000 000000000000000000068692d485230a9a06e0d6d08c04349ab38ab1bab9fc85 2,157 1.00/1.00 vMB 75
673,999 673,999 00000000000000000006aa073199a83b4ab382e8dd4239158a7194b961df1989 1,641 1.00/1.00 vMB 85
673,998 673,998 00000000000000000008e304587d44095c9324f596a5322de5757fd1bc980426 2,029 1.00/1.00 vMB 94
673,997 673,997 0000000000000000000b9e74d1580401ca20e2eb0efd7a3418e54a1740202025 2,519 1.00/1.00 vMB 96
673,996 673,996 00000000000000000002f8c89045c0726767493e3d6faf975b79ffd87ab573cf 2,941 1.00/1.00 vMB 88
673,995 673,995 00000000000000000000e2cda5c3b784733c698dc1f1d3f57fabd945784aceeb 2,945 1.00/1.00 vMB 94
673,994 673,994 0000000000000000000ab753ec51cf6ba08895b58e7b2ec7509631b8872e4f03 3,081 1.00/1.00 vMB 79
673,993 673,993 000000000000000000038d75475ead29054bb5af352e796b22f762b7848bba5c 2,661 1.00/1.00 vMB 97
673,992 673,992 0000000000000000000a6c3abc335b5e61ef7430a10c7ffe2d2d64e9d7771b15 2,823 1.00/1.00 vMB 97
Previous 10 blocks ↓
Total Size: 782.67 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: 673.13 GB
    • Received: 16.41 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.