Loading Tool

Explorer IconExplorer

Memory Pool

81,378 transactions
29.82 vMB
0.14123177 BTC
Random Selection Loading Transactions
Max Size: 180.76/200 MB

Candidate Block

Mining Attempt 33d5fd09122f7b1b670d200ef17730f2f7fa7073faea4f4a67fe6e0d61cdc950
Version 20000000
Previous Block 00000000000000000000ca68321e715c058b4ac6f690c42b142839c1ac65667b
Merkle Root d8af31be8e4b86e58862ded3b5d2712eafb7d21999c7a2076d156fb73c0f7d90
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,843
Size: 1.00 vMB
Total Fees: 0.07403565 BTC
Feerates: 101.65 > 7.42 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,119 (357,615 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
557,504 557,504 0000000000000000002785d9c585bc6db48a36a2bb6f73f2ff409e335c53c29d 2,910 1.00/1.00 vMB 8
557,503 557,503 0000000000000000001c14e2cf13f379ae969d679354b146197a5921a68912fa 3,058 1.00/1.00 vMB 14
557,502 557,502 0000000000000000001995f34b825d341d62094722df359ee8b688b09807d7de 2,231 1.00/1.00 vMB 29
557,501 557,501 00000000000000000015799c913ebfe7d9294d993c4d977dc3c02056a23281c0 3,333 1.00/1.00 vMB 22
557,500 557,500 0000000000000000000495c4ef8a0877ec6917ae711089ae6644135a463a8171 3,263 1.00/1.00 vMB 38
557,499 557,499 00000000000000000010f47a4bcd8b8f4006867ec303bf458a22e7c0cefb4e10 2,451 1.00/1.00 vMB 32
557,498 557,498 0000000000000000001a10c4e9e4418b753a18c748e1018460fb1f2440fbd4a2 2,084 0.64/1.00 vMB 17
557,497 557,497 000000000000000000273f8672bc624f8ac3530ff7fe1c996f740eb9f9c25b03 2,788 1.00/1.00 vMB 21
557,496 557,496 0000000000000000000f11526b33af8f0b9b946f21ef61f3798a3ad1a39114f0 2,180 0.91/1.00 vMB 8
557,495 557,495 0000000000000000002da2844a9ec4534686f6b91cefea12a1e045b16ae213bc 1,571 1.00/1.00 vMB 3
557,494 557,494 00000000000000000030d9a983c652a0fd70189d0b16c020b927ac2a779108e7 2,766 1.00/1.00 vMB 13
557,493 557,493 00000000000000000015e8fa427931ff6a14ec190d814a82e80eb994a5629fa6 2,920 1.00/1.00 vMB 23
557,492 557,492 0000000000000000001b2e4b6fb28568a4edd82cd12cdd997743acc66b817239 2,276 1.00/1.00 vMB 13
557,491 557,491 0000000000000000000d3febffd9494f1f8586ddb14e95faacf743791ad3119e 2,837 1.00/1.00 vMB 22
557,490 557,490 0000000000000000001ba1674135ba0acbc25e1766bfcf5cf0af7eab28d8fb08 2,981 1.00/1.00 vMB 43
557,489 557,489 0000000000000000001f99a6a1f4a3401b4a1a83778a7abb2a44032e81ee3438 2,924 1.00/1.00 vMB 8
557,488 557,488 00000000000000000026378ac86e4cefc6f6763133855b64491911a0fa4297d4 3,179 1.00/1.00 vMB 17
557,487 557,487 000000000000000000017579d55d765a82f28f0a3d9b9c814dd2df5b4cad92ce 2,735 1.00/1.00 vMB 37
557,486 557,486 0000000000000000001213faaa04ce878a792a2585775be7d6af92fc56c7d9b4 2,927 1.00/1.00 vMB 28
557,485 557,485 000000000000000000149b2353651e8e9795897212ad3583be9b5a844d681b22 1,678 0.63/1.00 vMB 3
557,484 557,484 0000000000000000000aa552d59637dd6825dd80f96393d669c047cb3b0c570b 2,481 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.60 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: 671.68 GB
    • Received: 15.99 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.