Loading Tool

Explorer IconExplorer

Memory Pool

80,005 transactions
29.92 vMB
0.08383126 BTC
Random Selection Loading Transactions
Max Size: 179.26/200 MB

Candidate Block

Mining Attempt 98463e90de66c7652324c45ab5f03b5f4b0e8c84a7682da161b3dd72428f4512
Version 20000000
Previous Block 000000000000000000017f21cc1fb2b256aacaaf01ac381e97345c0d2b47dc9f
Merkle Root a264367e45aae5f797eaf11444db3a1630b597b6142ca6a4ff38a4ce9da599fe
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,198
Size: 1.00 vMB
Total Fees: 0.02277008 BTC
Feerates: 313.32 > 2.28 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,015 (140,506 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
774,509 774,509 00000000000000000001a8135454fe25f695baec5ea4949a5d208b6a2d9ea2ed 2,658 1.00/1.00 vMB 13
774,508 774,508 000000000000000000034e5bcae3f6af9e07ab5e5c1c192bec25c82f59149fd4 1,873 1.00/1.00 vMB 17
774,507 774,507 00000000000000000001988f107fe0a1fd41b634580b5403d1787d52794e219d 3,499 1.00/1.00 vMB 23
774,506 774,506 000000000000000000071ea38d3c89289286f3aeaa4dfe776241c40d830c8c7f 3,547 1.00/1.00 vMB 25
774,505 774,505 00000000000000000005c7677f100a8fd7137177fced7905791335bf7f4814a8 2,710 1.00/1.00 vMB 19
774,504 774,504 0000000000000000000376ace727bc5d80e03db388a63f646962e80eba332c89 2,924 1.00/1.00 vMB 20
774,503 774,503 00000000000000000000a91fc8a5325bbe43d6281154795a81aa2fb45c9c296d 3,255 1.00/1.00 vMB 28
774,502 774,502 000000000000000000008a64a5cef37f08736dfdb329639c021df3fc71a08fef 3,743 1.00/1.00 vMB 25
774,501 774,501 00000000000000000004589d1053fe2c1f275fe61b53b0813dbbd384a86897ad 1,894 1.00/1.00 vMB 13
774,500 774,500 00000000000000000006b645cb46975f9d5416da1dd95b651883a097d13e6a5e 3,870 1.00/1.00 vMB 26
774,499 774,499 0000000000000000000023c250b4fd1c7cbce035e9d91ce580266e7346294437 2,386 1.00/1.00 vMB 10
774,498 774,498 000000000000000000024c64470bc485ccb8d6809c6432dfbdce43913bac546c 2,285 1.00/1.00 vMB 15
774,497 774,497 0000000000000000000653d63139b93c4bc94fa61036cc81a604782be10e1612 3,494 1.00/1.00 vMB 27
774,496 774,496 000000000000000000012cef79e97053b3b6b45c055b54e6f14675d8104fb0fc 3,725 1.00/1.00 vMB 26
774,495 774,495 00000000000000000002da7ff64b1f74ef23530431ff5332b0e3894642a92e2b 1,363 1.00/1.00 vMB 14
774,494 774,494 0000000000000000000442b2bf3fed29a9ee9ea4e0222da4055735f94c85dcaf 2,224 1.00/1.00 vMB 18
774,493 774,493 00000000000000000003d7ed9e402d6b7a3d8a4c3cae12d31922d88a402302d1 2,721 1.00/1.00 vMB 31
774,492 774,492 000000000000000000004160139c7e6c32d5b7cf058db6e41324471ba6c52f1a 2,961 1.00/1.00 vMB 14
774,491 774,491 0000000000000000000186afe8f191404228bec627e43ac55ce556987c758af8 2,156 1.00/1.00 vMB 12
774,490 774,490 0000000000000000000380c6da0eb5497972d2edd054d332d8ce9adf3c347bd2 1,994 1.00/1.00 vMB 13
774,489 774,489 00000000000000000000100ceb170a2145850bdbc107c8c069aee5f314acf9e2 2,217 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.42 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: 665.41 GB
    • Received: 15.13 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.