Loading Tool

Explorer IconExplorer

Memory Pool

82,647 transactions
30.45 vMB
0.12228172 BTC
Random Selection Loading Transactions
Max Size: 184.23/200 MB

Candidate Block

Mining Attempt bfca7859f9507398a90a53b9d194baf8f625762f0c0ee573ce3cfcfbd03c0005
Version 20000000
Previous Block 0000000000000000000043f2b4ea4cc96cd3bc440a50582638dcad340e8bc5e2
Merkle Root 04164ff69cae8c7f44b3e407f7ef63e7ed1ace97c975792cd3baa988d49f0ad4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,103
Size: 1.00 vMB
Total Fees: 0.04310779 BTC
Feerates: 150.85 > 4.32 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,139 (260,204 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
654,935 654,935 0000000000000000000b5b9a3020e0ab4b2e568f307db1e4f63629a708cdee57 2,158 1.00/1.00 vMB 104
654,934 654,934 0000000000000000000d7255f918bfc0becd4d7fd795eb0f12549ca02658cfb2 2,155 1.00/1.00 vMB 72
654,933 654,933 0000000000000000000d702dbe6a4ef11fc56e8d4449b90318163f045795860d 1,652 1.00/1.00 vMB 287
654,932 654,932 0000000000000000000cfba8d29a4eddaf417fb828865eaf27fa73da4479ab14 2,364 1.00/1.00 vMB 67
654,931 654,931 000000000000000000097ada251f533524b317ae6d285b92d09f011e9baf59a1 3,398 1.00/1.00 vMB 144
654,930 654,930 000000000000000000091bc705cd12cceaed688cb0e807e83d6064f4bdad1377 1,974 1.00/1.00 vMB 88
654,929 654,929 00000000000000000009f700bc9f63ea132ee477db73050eea7c21e43162ce18 1,728 1.00/1.00 vMB 64
654,928 654,928 00000000000000000006254e702a184d6841b1649a4721970d2eb9904b11ff10 2,243 1.00/1.00 vMB 102
654,927 654,927 0000000000000000000a335f92e57f2ffe0358fe6b616333206e7ac89605e00b 2,196 1.00/1.00 vMB 93
654,926 654,926 0000000000000000000645da40f3da3a3be023e7ae1e5e46bacae486b5f13694 2,104 1.00/1.00 vMB 114
654,925 654,925 0000000000000000000c9d9d92d5425288855fceefc048cbaf9f30a1f2635020 2,295 1.00/1.00 vMB 186
654,924 654,924 00000000000000000006f72c066db6a87eb71f1752e6e478fa28248396182467 2,233 1.00/1.00 vMB 116
654,923 654,923 00000000000000000009bfc2349d437551b8fe51527ba245014ca07aaa8e49f3 2,476 1.00/1.00 vMB 155
654,922 654,922 00000000000000000009ad71f10d9808ff6505cdec8f886475e75240734a040d 2,797 1.00/1.00 vMB 343
654,921 654,921 00000000000000000008c57b7bc4e1d1b1f2a07be90e576f5367c28f8af6580d 1,865 1.00/1.00 vMB 83
654,920 654,920 0000000000000000000d823d9609ab6cf4c395169437d4f7f0bdf11e2c6a5a14 2,406 1.00/1.00 vMB 163
654,919 654,919 0000000000000000000870094b72a02636d200b231cd85cb655e01cc9daaa9e9 1,483 1.00/1.00 vMB 275
654,918 654,918 000000000000000000076ecadabc1da6cefa0d517c71634ad0772f51618051fc 2,238 1.00/1.00 vMB 139
654,917 654,917 00000000000000000006fbe7a8fe8783e6f8a14cd8604c4b6b97f1ab73eb3434 2,414 1.00/1.00 vMB 182
654,916 654,916 0000000000000000000145dc354cba92392e3edebd5ce20bbac8a9e71adf461b 2,418 1.00/1.00 vMB 178
654,915 654,915 00000000000000000002fc97b15d50e38ceb0c6a83da4344ce836b01fc841eea 2,122 1.00/1.00 vMB 119
Previous 10 blocks ↓
Total Size: 782.63 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.37 GB
    • Received: 16.21 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.