Loading Tool

Explorer IconExplorer

Memory Pool

73,435 transactions
28.46 vMB
0.06968462 BTC
Random Selection Loading Transactions
Max Size: 168.24/200 MB

Candidate Block

Mining Attempt b8ab13f076d2f434f2c883dc01a77e97ce732635174f0e0bcb3031d832e4bd07
Version 20000000
Previous Block 0000000000000000000079c58af6a2b359f3e886cb8feb18ed0cb9582a110279
Merkle Root 3c11a16f5e79a8cca8117d593830e1c56a28df675e02032c80974d59b2f8f188
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,570
Size: 1.00 vMB
Total Fees: 0.01263668 BTC
Feerates: 100.36 > 1.27 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,042 (153,596 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
761,446 761,446 00000000000000000003cb04d2d93da22c7c0b8c96c015ffcf85d83e495d9606 3,043 1.00/1.00 vMB 27
761,445 761,445 00000000000000000002de3cf95738624ab68e4034c59fcc51aed12cca8375a3 3,556 1.00/1.00 vMB 33
761,444 761,444 000000000000000000002a067f03d97dcd85d22f84f893d4e752dd8e817dc266 3,648 1.00/1.00 vMB 15
761,443 761,443 00000000000000000003f378674211ae2201f290b59d234f0ae516cb6ab53c23 2,537 1.00/1.00 vMB 23
761,442 761,442 0000000000000000000101aa0041d54f1fcd9f8d598ad4788c8bcb2fa7d8a2ee 3,609 1.00/1.00 vMB 27
761,441 761,441 000000000000000000037a40ccfe65a1747414b834f232feabcd86f746c8803f 2,246 1.00/1.00 vMB 32
761,440 761,440 00000000000000000004c7c784636897ffdb48b087a7a066f16568988b478847 3,111 1.00/1.00 vMB 23
761,439 761,439 00000000000000000003a7285909670a76fb1adf5cd2f0db956b4c6fa789bad8 3,342 1.00/1.00 vMB 25
761,438 761,438 000000000000000000031326ff2786b3a1e214a044019c38e2832ea906806b80 3,626 1.00/1.00 vMB 20
761,437 761,437 0000000000000000000545c9d836bc0b08a28c6b16b148916c61a2e62b89a4b5 3,192 1.00/1.00 vMB 26
761,436 761,436 000000000000000000069d240191742484f5b22ec24167b65bbee912eb4c0702 3,070 1.00/1.00 vMB 25
761,435 761,435 00000000000000000002f9d1b10047de1b071270629b5fce9e9ad09bf5b808c6 3,510 1.00/1.00 vMB 35
761,434 761,434 00000000000000000003a21fa238ae4f2b598cb376f8db339b0b0a01e3f9f782 2,869 1.00/1.00 vMB 31
761,433 761,433 0000000000000000000674f93262dc5d468907bbaed454ee4b6497d10b59a478 3,416 1.00/1.00 vMB 25
761,432 761,432 000000000000000000032776146079df4d15093883ea1728b23ca4a1e47c94c8 3,065 1.00/1.00 vMB 35
761,431 761,431 000000000000000000047e6ca6eb82447c8e894f82994c7a0f16dfd034476e64 2,826 1.00/1.00 vMB 33
761,430 761,430 000000000000000000072947e2f22250fac0ddd882fcbf37cf6e2340a41129b6 3,615 1.00/1.00 vMB 50
761,429 761,429 00000000000000000002d65b2e63d21b45dedf1f50f2324af31036c84cb9b3de 2,031 1.00/1.00 vMB 32
761,428 761,428 00000000000000000005b9cc34e4034118621285152eb79c72fcd5fd6ff32898 2,745 1.00/1.00 vMB 7
761,427 761,427 00000000000000000004072a4fe06af4970818acf6b0c71f11a5dd2ee478885a 2,682 1.00/1.00 vMB 10
761,426 761,426 0000000000000000000487fc7a627a4bd24f9d46d92196429de20c80612648ff 3,407 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.47 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: 667.96 GB
    • Received: 15.33 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.