Loading Tool

Explorer IconExplorer

Memory Pool

44,691 transactions
27.30 vMB
0.10125769 BTC
Random Selection Loading Transactions
Max Size: 143.08/200 MB

Candidate Block

Mining Attempt 9c4dd7f2b21266d7d8438c577dd7e58c07c610585f2bb85c9de58051f413a977
Version 20000000
Previous Block 00000000000000000001ff0c0433b87a5d0615e6342abab83320b5e744d1d571
Merkle Root 93809c585143f024da5fd848ee03d0b793e45848be1e26500dea126f06bc5643
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,600
Size: 1.00 vMB
Total Fees: 0.04599997 BTC
Feerates: 151.16 > 4.61 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,869 (332,943 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
581,926 581,926 0000000000000000000f11859b1a38b299903b3b2456963b9f0460a62a4f29a8 1,950 1.00/1.00 vMB 67
581,925 581,925 0000000000000000001afb853ac22694d754a816eac3ab947bb0ae851a2d2fdd 2,460 1.00/1.00 vMB 72
581,924 581,924 0000000000000000000135e63ad4d8133a90e91a52edf5c8d47f232ab936148d 2,679 1.00/1.00 vMB 86
581,923 581,923 0000000000000000002150542b692eca113515cccfc2cb5cb7e45aca60fd97e3 3,129 1.00/1.00 vMB 66
581,922 581,922 000000000000000000074b72b7f576e748ed4c5a703862ec72406223fbca5192 2,820 1.00/1.00 vMB 26
581,921 581,921 00000000000000000011c18cc473e3e6ae516ed92bfd9c72dc1b7fed37f97bbc 2,912 1.00/1.00 vMB 108
581,920 581,920 0000000000000000001a054b861eeb0a48e6f1380a7d0b167d4a9179220fd650 2,433 1.00/1.00 vMB 68
581,919 581,919 0000000000000000000c9032f7deed8c2912e0d171075caa2556d15fc94fc19f 2,015 1.00/1.00 vMB 33
581,918 581,918 0000000000000000000bb522ad72cdee9451cebec6d00ee358c00a96c125aab9 3,445 1.00/1.00 vMB 59
581,917 581,917 00000000000000000007dc80e7f540d2057c6a4fa36a5df8f783388fea23ca80 3,447 1.00/1.00 vMB 59
581,916 581,916 0000000000000000002435bf7740d3b70b1fd9283b57d91e4ce7a04b87554414 2,027 1.00/1.00 vMB 42
581,915 581,915 0000000000000000000fab1759ea16b1848a471544b85d6a92b7dc86c1a5a773 1,531 1.00/1.00 vMB 41
581,914 581,914 0000000000000000002539e147288e0f2f210b96e786b026a89947cf1c740265 2,062 1.00/1.00 vMB 78
581,913 581,913 0000000000000000000a70d7402a0f87909e27dd3f203105dfb4d093a2d42bea 2,329 1.00/1.00 vMB 56
581,912 581,912 00000000000000000005d8471964acfee54866fb537cf7dc6e29a1e6fc73a738 3,400 1.00/1.00 vMB 61
581,911 581,911 0000000000000000000ddcaefac83974f83e6966281e48fa2a8f86d996bcb9a3 2,845 1.00/1.00 vMB 62
581,910 581,910 00000000000000000006008ee230246c29ddd834046feab5100c806641810f98 2,507 1.00/1.00 vMB 97
581,909 581,909 00000000000000000017e2a6256e6ca5c905ebbbefbd4295cf8fb315e7bdc580 2,601 1.00/1.00 vMB 67
581,908 581,908 0000000000000000001fd17479b9af26a94ac5184972beb735c57fb79340516a 3,213 1.00/1.00 vMB 88
581,907 581,907 000000000000000000140ceb7de67c3b4b15f643384a5c7d4c849ebd869091bb 3,956 1.00/1.00 vMB 85
581,906 581,906 0000000000000000001d122592396c67906e78d60436cd368de37ef667b25f1c 2,760 1.00/1.00 vMB 84
Previous 10 blocks ↓
Total Size: 782.16 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: 653.27 GB
    • Received: 13.85 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.